Files
dart_script_runner/.vscode/launch.json
Chen Asraf 2569dc6970 fix: null shell config
feat: improve errors
2022-08-30 19:23:19 +03:00

18 lines
439 B
JSON

{
// 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": "script_runner",
"request": "launch",
"type": "dart",
"program": "${workspaceRoot}/bin/script_runner.dart",
"args": [
"echo1"
]
}
]
}