We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c520ed3 commit 8adfd7dCopy full SHA for 8adfd7d
.vscode/launch.json
@@ -5,14 +5,14 @@
5
"version": "0.2.0",
6
"configurations": [
7
{
8
- "name": "zig",
+ "name": "Run",
9
"type": "cppvsdbg",
10
"request": "launch",
11
"program": "${workspaceFolder}/zig-out/bin/cc-legacy-mod-converter",
12
"args": [],
13
"cwd": "${workspaceFolder}",
14
"console": "integratedTerminal",
15
- "preLaunchTask": "build zig"
+ "preLaunchTask": "Build mod converter"
16
}
17
]
18
.vscode/tasks.json
@@ -2,7 +2,7 @@
2
"version": "2.0.0",
3
"tasks": [
4
- "label": "build zig",
+ "label": "Build mod converter",
"type": "shell",
"command": "zig",
"args": [
0 commit comments