Skip to content

Commit

Permalink
Added launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Jan 10, 2025
1 parent 7da84cf commit 49328c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"request": "launch",
"mainClass": "org.rascalmpl.shell.RascalShell",
"projectName": "rascal",
"vmArgs": "-Xss80m -Xmx2g -ea"
"vmArgs": "-Xss80m -Xmx2g -ea",
"cwd": "${workspaceFolder}/../rascal-core"
},
{
"type": "java",
Expand Down

0 comments on commit 49328c4

Please sign in to comment.