Skip to content

Commit a1d6e79

Browse files
committed
fix item
1 parent 112738b commit a1d6e79

File tree

1 file changed

+1
-0
lines changed
  • src/extension/debugger/configuration/resolvers

1 file changed

+1
-0
lines changed

src/extension/debugger/configuration/resolvers/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ export abstract class BaseConfigurationResolver<T extends DebugConfiguration>
174174
debugConfiguration.python = resolvedInterpreterPath;
175175
} else if (!debugConfiguration.python) {
176176
// fallback to pythonPath if python undefined
177+
this.pythonPathSource = PythonPathSource.settingsJson;
177178
debugConfiguration.python = debugConfiguration.pythonPath;
178179
} else {
179180
// User provided explicit python path in launch.json

0 commit comments

Comments
 (0)