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 d3adcbe commit 646fe7cCopy full SHA for 646fe7c
src/extension/common/python.ts
@@ -39,7 +39,6 @@ async function activateExtension() {
39
console.log('Python extension activated.');
40
return extension;
41
}
42
-
43
async function activateEnvsExtension() {
44
const extension = extensions.getExtension('ms-python.vscode-python-envs');
45
if (extension) {
0 commit comments