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 728877c commit b821396Copy full SHA for b821396
src/extension/common/python.ts
@@ -4,7 +4,7 @@
4
/* eslint-disable @typescript-eslint/naming-convention */
5
import { Environment, EnvironmentPath, ResolvedEnvironment, Resource } from '@vscode/python-extension';
6
import { commands, EventEmitter, extensions, Uri, Event, Disposable, Extension } from 'vscode';
7
-import { traceError, traceLog, traceWarn } from './log/logging';
+import { traceError, traceLog } from './log/logging';
8
import { PythonEnvironment, PythonEnvironmentApi, PythonEnvsExtension } from '../envExtApi';
9
import {
10
legacyGetActiveEnvironmentPath,
0 commit comments