зеркало из https://github.com/Azure/azure-cli.git
Fix pythonPath reference in .vscode/launch.json (#4306)
This commit is contained in:
Родитель
47d740e688
Коммит
576faae94f
|
@ -6,7 +6,7 @@
|
||||||
"type": "python",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"stopOnEntry": true,
|
"stopOnEntry": true,
|
||||||
"pythonPath": "${config.python.pythonPath}",
|
"pythonPath": "${config:python.pythonPath}",
|
||||||
"program": "${workspaceRoot}/src/azure-cli/azure/cli/__main__.py",
|
"program": "${workspaceRoot}/src/azure-cli/azure/cli/__main__.py",
|
||||||
"cwd": "${workspaceRoot}",
|
"cwd": "${workspaceRoot}",
|
||||||
"args": [
|
"args": [
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
"type": "python",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"stopOnEntry": true,
|
"stopOnEntry": true,
|
||||||
"pythonPath": "${config.python.pythonPath}",
|
"pythonPath": "${config:python.pythonPath}",
|
||||||
"program": "${workspaceRoot}/src/azure-cli/azure/cli/__main__.py",
|
"program": "${workspaceRoot}/src/azure-cli/azure/cli/__main__.py",
|
||||||
"cwd": "${workspaceRoot}",
|
"cwd": "${workspaceRoot}",
|
||||||
"args": [
|
"args": [
|
||||||
|
|
Загрузка…
Ссылка в новой задаче