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 590b6cb commit cb63ae7Copy full SHA for cb63ae7
src/client/extensionActivation.ts
@@ -55,7 +55,7 @@ import { registerReplCommands, registerReplExecuteOnEnter, registerStartNativeRe
55
import { registerTriggerForTerminalREPL } from './terminals/codeExecution/terminalReplWatcher';
56
import { registerPythonStartup } from './terminals/pythonStartup';
57
import { registerPixiFeatures } from './pythonEnvironments/common/environmentManagers/pixi';
58
-import { CustomTerminalLinkProvider, registerCustomTerminalLinkProvider } from './terminals/pythonStartupLinkProvider';
+import { registerCustomTerminalLinkProvider } from './terminals/pythonStartupLinkProvider';
59
60
export async function activateComponents(
61
// `ext` is passed to any extra activation funcs.
0 commit comments