Skip to content

Commit 2dea855

Browse files
committed
fix import bug in main.ts
1 parent 9732eff commit 2dea855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import * as coreclrdebug from './coreclrDebug/activate';
77
import * as util from './common';
88
import * as vscode from 'vscode';
9-
9+
import { lt } from 'semver';
1010
import { ActivationFailure } from './shared/loggingEvents';
1111
import { CsharpChannelObserver } from './shared/observers/csharpChannelObserver';
1212
import { CsharpLoggerObserver } from './shared/observers/csharpLoggerObserver';

0 commit comments

Comments
 (0)