Skip to content

Commit

Permalink
Remove garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed May 8, 2024
1 parent 854dbe4 commit 9f4eac4
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,36 +33,6 @@
],
"preLaunchTask": "${defaultBuildTask}"
},
{
"name": "Run with $DAFNY_DEV_SERVER2",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"env": {
"DAFNY_SERVER_OVERRIDE": "/Users/rwillems/SourceCode/dafny2/Scripts/dafny",
},
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
},
{
"name": "Run with $DAFNY_DEV_SERVER3",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"env": {
"DAFNY_SERVER_OVERRIDE": "/Users/rwillems/SourceCode/dafny3/Scripts/dafny",
},
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
},
{
"name": "Extension Tests",
"type": "extensionHost",
Expand Down

0 comments on commit 9f4eac4

Please sign in to comment.