mirror of
https://github.com/chenasraf/dart_script_runner.git
synced 2026-05-18 01:49:04 +00:00
18 lines
439 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|