Skip to content

Commit

Permalink
Disable all extension when launch debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii committed Apr 25, 2019
1 parent 7cef67e commit 39a6266
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 @@ -11,7 +11,8 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
"--extensionDevelopmentPath=${workspaceFolder}",
"--disable-extensions"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
Expand Down

0 comments on commit 39a6266

Please sign in to comment.