Skip to content

Commit 5e4d570

Browse files
Fix import
1 parent ca7d0f6 commit 5e4d570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/debugger/extension/adapter/outdatedDebuggerPrompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { injectable } from 'inversify';
66
import { DebugAdapterTracker, DebugAdapterTrackerFactory, DebugSession, ProviderResult } from 'vscode';
77
import { DebugProtocol } from 'vscode-debugprotocol';
88
import { Common, OutdatedDebugger } from '../../../common/utils/localize';
9-
import { launch } from '../../../common/vscodeApis/browserAPIS';
9+
import { launch } from '../../../common/vscodeApis/browserApis';
1010
import { showInformationMessage } from '../../../common/vscodeApis/windowApis';
1111
import { IPromptShowState } from './types';
1212

0 commit comments

Comments
 (0)