Skip to content

Commit

Permalink
⏪ Revert launch.json changes
Browse files Browse the repository at this point in the history
- split to SpyglassMC#1189
  • Loading branch information
TheAfroOfDoom committed May 21, 2024
1 parent 67eab68 commit 0cf6c17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"request": "launch",
"name": "Launch Client",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}/packages/vscode-extension"
],
"args": ["--extensionDevelopmentPath=${workspaceRoot}/packages/vscode-extension"],
"outFiles": ["${workspaceRoot}/packages/vscode-extension/dist/**/*.js"],
"preLaunchTask": "npm: watch"
},
Expand All @@ -28,7 +26,6 @@
"request": "launch",
"name": "Run Unit Tests",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": ["--timeout", "999999"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
Expand Down

0 comments on commit 0cf6c17

Please sign in to comment.