File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 77 "request" : " launch" ,
88 "name" : " Launch Client" ,
99 "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+ ],
1119 "stopOnEntry" : false ,
1220 "sourceMaps" : true ,
1321 "outFiles" : [" ${workspaceRoot}/packages/vscode-tailwindcss/dist/**/*.js" ],
Original file line number Diff line number Diff line change 2323 "panel" : " dedicated" ,
2424 "reveal" : " never"
2525 },
26+ "options" : {
27+ "cwd" : " ${workspaceFolder}/packages/vscode-tailwindcss"
28+ },
2629 "problemMatcher" : [" $tsc-watch" ]
2730 }
2831 ]
You can’t perform that action at this time.
0 commit comments