File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed
Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 11// A launch configuration that launches the extension inside a new window
2+ // Use IntelliSense to learn about possible attributes.
3+ // Hover to view descriptions of existing attributes.
4+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
25{
3- "version" : " 0.1.0" ,
4- "configurations" : [
5- {
6- "name" : " Launch Extension" ,
7- "type" : " extensionHost" ,
8- "request" : " launch" ,
9- "runtimeExecutable" : " ${execPath}" ,
10- "args" : [" --extensionDevelopmentPath=${workspaceRoot}" ]
11- }
12- ]
6+ "version" : " 0.2.0" ,
7+ "configurations" : [
8+ {
9+ "name" : " Extension" ,
10+ "type" : " extensionHost" ,
11+ "request" : " launch" ,
12+ "runtimeExecutable" : " ${execPath}" ,
13+ "args" : [
14+ " --extensionDevelopmentPath=${workspaceFolder}" ,
15+ " --disable-extensions"
16+ ]
17+ }
18+ ]
1319}
You can’t perform that action at this time.
0 commit comments