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