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 2fd7da4 commit 567e80cCopy full SHA for 567e80c
src/utils/pythonHelper.mts
@@ -90,6 +90,7 @@ export default async function findPython(): Promise<string | undefined> {
90
SettingsKey.python3Path,
91
undefined
92
);
93
+ }
94
95
96
// Check python extension for any python environments with version >= 3.9
0 commit comments