Skip to content

Commit

Permalink
[GR-18198] VSCode: Add launch configuration for polyglot app.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalek committed Sep 13, 2019
1 parent 08689a4 commit 9adbbd2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vscode/graalvm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,17 @@
"program": "^\"${1:\\${file\\}}\""
}
},
{
"label": "GraalVM: Launch Polyglot Application",
"description": "Launch a Polyglot Application in debug mode",
"body": {
"type": "graalvm",
"request": "launch",
"name": "Launch Polyglot App",
"runtimeExecutable": "polyglot",
"program": "^\"${1:\\${file\\}}\""
}
},
{
"label": "GraalVM: Attach",
"description": "Attach to a running GraalVM",
Expand Down

0 comments on commit 9adbbd2

Please sign in to comment.