mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
${workspaceRoot} -> ${workspaceFolder}
This commit is contained in:
6
extensions/python/.vscode/launch.json
vendored
6
extensions/python/.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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
2
extensions/python/.vscode/tasks.json
vendored
2
extensions/python/.vscode/tasks.json
vendored
@@ -1,5 +1,5 @@
|
||||
// Available variables which can be used inside of strings.
|
||||
// ${workspaceRoot}: the root folder of the team
|
||||
// ${workspaceFolder}: the root folder of the team
|
||||
// ${file}: the current opened file
|
||||
// ${fileBasename}: the current opened file's basename
|
||||
// ${fileDirname}: the current opened file's dirname
|
||||
|
||||
Reference in New Issue
Block a user