1234567891011121314151617181920212223242526 |
- {
- "version": "0.2.0",
- "configurations": [
- {
-
-
-
- "name": ".NET Core Launch (console)",
- "type": "coreclr",
- "request": "launch",
- "preLaunchTask": "build",
-
- "program": "${workspaceFolder}/bin/Debug/net5.0/FlutterCodeGenerator.dll",
- "args": [],
- "cwd": "${workspaceFolder}",
-
- "console": "internalConsole",
- "stopAtEntry": false
- },
- {
- "name": ".NET Core Attach",
- "type": "coreclr",
- "request": "attach"
- }
- ]
- }
|