{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Launch Windows", "type": "coreclr", "request": "launch", "preLaunchTask": "build-windows", "program": "${workspaceFolder}/Platforms/Windows/bin/Debug/net8.0-windows/Storage.Windows.exe", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, "console": "internalConsole" }, { "name": "Launch DesktopGL", "type": "coreclr", "request": "launch", "preLaunchTask": "build-desktopgl", "program": "${workspaceFolder}/Platforms/DesktopGL/bin/Debug/net8.0/Storage.DesktopGL.exe", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, "console": "internalConsole" }, { "name": "Launch Android", "type": "coreclr", "request": "launch", "preLaunchTask": "build-android", "program": "${workspaceFolder}/Platforms/Android/bin/Debug/net8.0-android/Storage.Android.dll", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, "console": "internalConsole" }, { "name": "Launch iOS", "type": "coreclr", "request": "launch", "preLaunchTask": "build-ios", "program": "${workspaceFolder}/Platforms/iOS/bin/Debug/net8.0-ios/Storage.iOS.dll", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, "console": "internalConsole" } ] }