Skip to content

Commit

Permalink
Disable checks when debugging the extension
Browse files Browse the repository at this point in the history
This was taken from microsoft/vscode-test#120
  • Loading branch information
remcohaszing committed Feb 17, 2023
1 parent a40b5d2 commit 373af38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"runtimeExecutable": "${execPath}",
"autoAttachChildProcesses": true,
"args": [
"--disable-updates",
"--disable-workspace-trust",
"--profile-temp",
"--skip-release-notes",
"--skip-welcome",
"--extensionDevelopmentPath=${workspaceFolder}/packages/vscode-mdx",
"${workspaceFolder}/fixtures/fixtures.code-workspace"
],
Expand Down

0 comments on commit 373af38

Please sign in to comment.