Remove build before launch in launch.json

And update contributing with new instructions.
This commit is contained in:
Andrew Eisenberg
2020-10-09 09:00:07 -07:00
parent 9300c07d42
commit 50efdea9d6
2 changed files with 10 additions and 4 deletions

3
.vscode/launch.json vendored
View File

@@ -15,7 +15,6 @@
"outFiles": [
"${workspaceRoot}/extensions/ql-vscode/out/**/*.js",
],
"preLaunchTask": "Build",
"env": {
// uncomment to allow debugging the language server Java process from a remote java debugger
// "DEBUG_LANGUAGE_SERVER": "true"
@@ -62,7 +61,6 @@
"outFiles": [
"${workspaceRoot}/extensions/ql-vscode/out/**/*.js",
],
"preLaunchTask": "Build"
},
{
"name": "Launch Integration Tests - Minimal Workspace (vscode-codeql)",
@@ -79,7 +77,6 @@
"outFiles": [
"${workspaceRoot}/extensions/ql-vscode/out/**/*.js",
],
"preLaunchTask": "Build"
}
]
}