mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
${workspaceRoot} -> ${workspaceFolder}
This commit is contained in:
6
extensions/php/.vscode/launch.json
vendored
6
extensions/php/.vscode/launch.json
vendored
@@ -7,12 +7,12 @@
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${execPath}",
|
||||
"args": [
|
||||
"--extensionDevelopmentPath=${workspaceRoot}"
|
||||
"--extensionDevelopmentPath=${workspaceFolder}"
|
||||
],
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outDir": "${workspaceRoot}/out",
|
||||
"outDir": "${workspaceFolder}/out",
|
||||
"preLaunchTask": "npm"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user