mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-06-27 06:43:13 +00:00
1.3
This commit is contained in:
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -9,6 +9,14 @@
|
||||
"program": "test/main.dart",
|
||||
"request": "launch",
|
||||
"type": "dart"
|
||||
},
|
||||
{
|
||||
"program": "test/template_test/.dart_tool/build/entrypoint/build.dart",
|
||||
"name": "template_test",
|
||||
"cwd": "template_test",
|
||||
"request": "launch",
|
||||
"type": "dart",
|
||||
"args": ["serve"],
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user