make release and clean tasks show up in the VSCode build tasks list.
Add bat for MSVC 2026 Make README.md direct to 2026
This commit is contained in:
Vendored
+8
-2
@@ -64,7 +64,10 @@
|
||||
"config=release_arm64"
|
||||
],
|
||||
},
|
||||
"group": "build",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": false
|
||||
},
|
||||
"problemMatcher": [
|
||||
"$gcc"
|
||||
],
|
||||
@@ -90,7 +93,10 @@
|
||||
"clean"
|
||||
],
|
||||
},
|
||||
"group": "build",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": false
|
||||
},
|
||||
"problemMatcher": [
|
||||
"$gcc"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user