diff --git a/.vscode/tasks.json b/.vscode/tasks.json index eab45b2a7532..d99fb07924d8 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,16 +6,9 @@ "command": "${workspaceFolder}/mach", "args": ["--log-no-times"], "windows": { - "command": "/mozilla-build/start-shell.bat", - "args": [ - "cd", - // Use PowerShell to mangle path for mozilla-build environment - {"value": "$('${workspaceFolder}' -replace '\\\\','/')", "quoting": "weak"}, - "';'", - - "mach", - "--log-no-times" - ] + // Not using ${workspaceFolder} because doing so somehow runs + // the command on a new window instead of within the vscode terminal + "command": "./mach" }, "tasks": [ {