Skip to content

Commit cb63ae7

Browse files
committed
compile
1 parent 590b6cb commit cb63ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/extensionActivation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import { registerReplCommands, registerReplExecuteOnEnter, registerStartNativeRe
5555
import { registerTriggerForTerminalREPL } from './terminals/codeExecution/terminalReplWatcher';
5656
import { registerPythonStartup } from './terminals/pythonStartup';
5757
import { registerPixiFeatures } from './pythonEnvironments/common/environmentManagers/pixi';
58-
import { CustomTerminalLinkProvider, registerCustomTerminalLinkProvider } from './terminals/pythonStartupLinkProvider';
58+
import { registerCustomTerminalLinkProvider } from './terminals/pythonStartupLinkProvider';
5959

6060
export async function activateComponents(
6161
// `ext` is passed to any extra activation funcs.

0 commit comments

Comments
 (0)