Skip to content

Commit

Permalink
no disable-extensions launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mnxn committed May 21, 2020
1 parent 1eff6b0 commit d69d78b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceFolder}"
]
},
{
"name": "Extension (no disable-extensions)",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"outFiles": ["${workspaceRoot}/**/*.bs.js"],
"args": ["--extensionDevelopmentPath=${workspaceFolder}"]
}
]
}

0 comments on commit d69d78b

Please sign in to comment.