We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e514be3 commit 5a54739Copy full SHA for 5a54739
1 file changed
src/features/settings/settingHelpers.ts
@@ -9,7 +9,7 @@ import {
9
} from 'vscode';
10
import { PythonProject } from '../../api';
11
import { DEFAULT_ENV_MANAGER_ID, DEFAULT_PACKAGE_MANAGER_ID } from '../../common/constants';
12
-import { traceError, traceWarn } from '../../common/logging';
+import { traceError, traceInfo, traceWarn } from '../../common/logging';
13
import { getWorkspaceFile, getWorkspaceFolders } from '../../common/workspace.apis';
14
import { PythonProjectManager, PythonProjectSettings } from '../../internal.api';
15
0 commit comments