Cosmetic changes

This commit is contained in:
Stanislav N Mikhailov
2026-01-01 18:19:46 +03:00
parent 1e3f7f150f
commit 889fc5fcbe
6 changed files with 18 additions and 16 deletions
+9 -8
View File
@@ -27,7 +27,7 @@
}
}
},
{
{
"label": "compile-resources",
"type": "shell",
"command": "rc.exe",
@@ -35,12 +35,10 @@
"res/rsrc.rc"
],
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
},
"dependsOn": [
"assemble"]
"group": "build",
"dependsOn": [
"assemble"
]
},
{
"label": "link",
@@ -64,7 +62,10 @@
"label": "execute",
"type": "shell",
"command": "${workspaceFolder}/${fileBasenameNoExtension}.exe",
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"dependsOn": "link",
"problemMatcher": []
}