Skip to content

Commit 21e3393

Browse files
Fix typo in import
1 parent 7bd86a6 commit 21e3393

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

extensions/ql-vscode/src/extension.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
ProgressLocation,
99
ProgressOptions,
1010
Uri,
11-
// workspace,
1211
window as Window,
1312
env,
1413
window,
@@ -22,7 +21,7 @@ import { testExplorerExtensionId, TestHub } from 'vscode-test-adapter-api';
2221

2322
import { AstViewer } from './astViewer';
2423
import * as archiveFilesystemProvider from './archive-filesystem-provider';
25-
import MyCodeLensProvider from './CodelensProvider';
24+
import MyCodeLensProvider from './CodeLensProvider';
2625
import { CodeQLCliServer, CliVersionConstraint } from './cli';
2726
import {
2827
CliConfigListener,

0 commit comments

Comments
 (0)