Skip to content

Commit 8adfd7d

Browse files
committed
Rename task and launch
1 parent c520ed3 commit 8adfd7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"name": "zig",
8+
"name": "Run",
99
"type": "cppvsdbg",
1010
"request": "launch",
1111
"program": "${workspaceFolder}/zig-out/bin/cc-legacy-mod-converter",
1212
"args": [],
1313
"cwd": "${workspaceFolder}",
1414
"console": "integratedTerminal",
15-
"preLaunchTask": "build zig"
15+
"preLaunchTask": "Build mod converter"
1616
}
1717
]
1818
}

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "2.0.0",
33
"tasks": [
44
{
5-
"label": "build zig",
5+
"label": "Build mod converter",
66
"type": "shell",
77
"command": "zig",
88
"args": [

0 commit comments

Comments
 (0)