File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
packages/textlint/.vscode Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1010 "version" : " 2.0.0" ,
1111 "tasks" : [
1212 {
13- "type" : " npm" ,
14- "script" : " tsc" ,
13+ "label" : " npm: tsc" ,
14+ "type" : " shell" ,
15+ "command" : " npm run tsc" ,
1516 "group" : " build" ,
1617 "presentation" : {
1718 "panel" : " dedicated" ,
2021 "problemMatcher" : [" $tsc" , " $ts-webpack" ]
2122 },
2223 {
23- "type" : " npm" ,
24- "script" : " watch" ,
24+ "label" : " npm: watch" ,
25+ "type" : " shell" ,
26+ "command" : " npm --prefix ${workspaceFolder}/../../ run watch" ,
2527 "isBackground" : true ,
2628 "group" : {
2729 "kind" : " build" ,
Original file line number Diff line number Diff line change 3737 "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
3838 "editor.formatOnSave" : true
3939 },
40- "typescript.tsdk" : " ./node_modules/typescript/lib"
40+ "typescript.tsdk" : " ./node_modules/typescript/lib" ,
41+ "npm.packageManager" : " npm"
4142 },
4243 "extensions" : {
4344 "recommendations" : [
You can’t perform that action at this time.
0 commit comments