Skip to content

Commit

Permalink
disable extensions when debugging API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Feb 12, 2021
1 parent 1f1db85 commit 5f9f03e
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 @@ -110,7 +110,8 @@
// "${workspaceFolder}", // Uncomment for running out of sources.
"${workspaceFolder}/extensions/vscode-api-tests/testWorkspace",
"--extensionDevelopmentPath=${workspaceFolder}/extensions/vscode-api-tests",
"--extensionTestsPath=${workspaceFolder}/extensions/vscode-api-tests/out/singlefolder-tests"
"--extensionTestsPath=${workspaceFolder}/extensions/vscode-api-tests/out/singlefolder-tests",
"--disable-extensions"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
Expand Down

0 comments on commit 5f9f03e

Please sign in to comment.