We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112738b commit a1d6e79Copy full SHA for a1d6e79
src/extension/debugger/configuration/resolvers/base.ts
@@ -174,6 +174,7 @@ export abstract class BaseConfigurationResolver<T extends DebugConfiguration>
174
debugConfiguration.python = resolvedInterpreterPath;
175
} else if (!debugConfiguration.python) {
176
// fallback to pythonPath if python undefined
177
+ this.pythonPathSource = PythonPathSource.settingsJson;
178
debugConfiguration.python = debugConfiguration.pythonPath;
179
} else {
180
// User provided explicit python path in launch.json
0 commit comments