File tree Expand file tree Collapse file tree 2 files changed +0
-36
lines changed
Expand file tree Collapse file tree 2 files changed +0
-36
lines changed Original file line number Diff line number Diff line change 10201020 }
10211021 },
10221022
1023- {
1024- "presentation" : {
1025- "group" : " 6 Utilities" ,
1026- "hidden" : true
1027- },
1028-
1029- "name" : " InnoSetup" ,
1030- "type" : " python" ,
1031- "code" : " #" , // dummy command
1032- "console" : " internalConsole" ,
1033- "request" : " launch" ,
1034- "preLaunchTask" : " Inno Setup: Compile Script" ,
1035- // "cwd": "${workspaceFolder }/src/",
1036- },
1037-
10381023 // disabled for now...--------------------------------------------------
10391024
10401025 // See https://code.visualstudio.com/docs/editor/variables-reference#_settings-command-variables-and-input-variables
Original file line number Diff line number Diff line change 270270 " /consoleloggerparameters:NoSummary"
271271 ],
272272 "problemMatcher" : " $msCompile"
273- },
274-
275- {
276- "label" : " Inno Setup: Compile Script" ,
277- "type" : " process" ,
278- "command" : " C:\\ Program Files (x86)\\ Inno Setup 6\\ ISCC.exe" ,
279- "args" : [
280- " ${file}"
281- ],
282- "dependsOrder" : " sequence" ,
283- "dependsOn" : [
284- " build-server-release"
285- ],
286- "presentation" : {
287- "reveal" : " always" ,
288- "echo" : false
289- },
290- "group" : {
291- "kind" : " build" ,
292- "isDefault" : true
293- }
294273 }
295274 ]
296275}
You can’t perform that action at this time.
0 commit comments