File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 87
87
"cwd" : " ${workspaceFolder}${pathSeparator}scripts${pathSeparator}validation"
88
88
},
89
89
"windows" : {
90
- "command" : " node .\\ fix-issues.js -p ..\\ ..\\ content\\ hardware\\ "
90
+ "command" : " node .\\ fix-issues.js -p ' ..\\ ..\\ content\\ hardware\\ ' "
91
91
},
92
92
"group" : " none" ,
93
93
"presentation" : {
138
138
"cwd" : " ${workspaceFolder}"
139
139
},
140
140
"windows" : {
141
- "command" : " .\\ scripts\\ spell-check.cmd"
141
+ "command" : " .\\ scripts\\ spell-check.cmd"
142
142
},
143
143
"group" : " none" ,
144
144
"presentation" : {
163
163
"options" : {
164
164
"cwd" : " ${workspaceFolder}"
165
165
},
166
+ "windows" : {
167
+ "command" : " .\\ scripts\\ spell-check-fix.cmd"
168
+ },
166
169
"group" : " none" ,
167
170
"presentation" : {
168
171
"reveal" : " always" ,
You can’t perform that action at this time.
0 commit comments