File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 7
7
"request" : " launch" ,
8
8
"name" : " Launch Client" ,
9
9
"runtimeExecutable" : " ${execPath}" ,
10
- "args" : [" --extensionDevelopmentPath=${workspaceRoot}/packages/vscode-tailwindcss" ],
10
+ "args" : [
11
+ // enable this flag if you want to activate the extension only when you are debugging the extension
12
+ // "--disable-extensions",
13
+ " --disable-updates" ,
14
+ " --disable-workspace-trust" ,
15
+ " --skip-release-notes" ,
16
+ " --skip-welcome" ,
17
+ " --extensionDevelopmentPath=${workspaceRoot}/packages/vscode-tailwindcss"
18
+ ],
11
19
"stopOnEntry" : false ,
12
20
"sourceMaps" : true ,
13
21
"outFiles" : [" ${workspaceRoot}/packages/vscode-tailwindcss/dist/**/*.js" ],
Original file line number Diff line number Diff line change 23
23
"panel" : " dedicated" ,
24
24
"reveal" : " never"
25
25
},
26
+ "options" : {
27
+ "cwd" : " ${workspaceFolder}/packages/vscode-tailwindcss"
28
+ },
26
29
"problemMatcher" : [" $tsc-watch" ]
27
30
}
28
31
]
You can’t perform that action at this time.
0 commit comments