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 328b24b commit 8f14e29Copy full SHA for 8f14e29
src/common/pythonInstallation.ts
@@ -25,7 +25,7 @@ namespace PythonInstallation {
25
26
// Consider third party file system providers
27
const pythonRepositoryUri = Uri.parse(pythonRepository);
28
- if (!isGithubUri(Uri.parse(pythonRepository))) {
+ if (!isGithubUri(pythonRepositoryUri)) {
29
const binaryLocation = Uri.joinPath(pythonRepositoryUri, 'python.wasm');
30
try {
31
// fs.stat throws if file doesn't exist
0 commit comments