We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f69a3 commit e58bf46Copy full SHA for e58bf46
package.json
@@ -89,8 +89,8 @@
89
{
90
"type": "opendream",
91
"request": "launch",
92
- "name": "Launch OpenDream",
93
- "preLaunchTask": "OpenDream: build - ${command:CurrentDME}",
+ "name": "OpenDream",
+ "preLaunchTask": "OpenDream: compile ${command:CurrentDME}",
94
"json_path": "${workspaceFolder}/${command:CurrentJson}"
95
}
96
],
@@ -100,8 +100,8 @@
100
"body": {
101
102
103
104
- "preLaunchTask": "^\"OpenDream: build - \\${command:CurrentDME}\"",
+ "preLaunchTask": "^\"OpenDream: compile \\${command:CurrentDME}\"",
105
"json_path": "^\"\\${workspaceFolder}/\\${command:CurrentJson}\""
106
107
0 commit comments