Skip to content

Commit 5471754

Browse files
committed
Small cleanup
1 parent f4c0a23 commit 5471754

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

.vscode/launch.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,21 +1020,6 @@
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

.vscode/tasks.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -270,27 +270,6 @@
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
}

0 commit comments

Comments
 (0)