[Doc] Debug configuration options python
doesn't seem to be valid
#13380
Labels
bug
Issue identified by VS Code Team member as probable bug
Environment data
The doc of debug configuration has changed
pythonPath
topython
in microsoft/vscode-docs#3560, butpython
doesn't seem to be valid:Also the default value is now
${command:python.interpreterPath}
(#11789 (comment)) instead of${config:python.pythonPath}
provided in the doc.Using
${config:python.pythonPath}
will give error when start debugging:At the same time, using
${command:python.interpreterPath}
is inconsistent with"python.pythonPath"
in workspace'ssettings.json
.The text was updated successfully, but these errors were encountered: