Skip to content

Commit e58bf46

Browse files
committed
Fix incorrect task names in launch.json snippets
1 parent f2f69a3 commit e58bf46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
{
9090
"type": "opendream",
9191
"request": "launch",
92-
"name": "Launch OpenDream",
93-
"preLaunchTask": "OpenDream: build - ${command:CurrentDME}",
92+
"name": "OpenDream",
93+
"preLaunchTask": "OpenDream: compile ${command:CurrentDME}",
9494
"json_path": "${workspaceFolder}/${command:CurrentJson}"
9595
}
9696
],
@@ -100,8 +100,8 @@
100100
"body": {
101101
"type": "opendream",
102102
"request": "launch",
103-
"name": "Launch OpenDream",
104-
"preLaunchTask": "^\"OpenDream: build - \\${command:CurrentDME}\"",
103+
"name": "OpenDream",
104+
"preLaunchTask": "^\"OpenDream: compile \\${command:CurrentDME}\"",
105105
"json_path": "^\"\\${workspaceFolder}/\\${command:CurrentJson}\""
106106
}
107107
}

0 commit comments

Comments
 (0)