Skip to content

Commit f435e19

Browse files
committed
fix: Explicit type import
1 parent 7870fbd commit f435e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { TextDocument, TextDocumentSaveReason } from 'monaco-languageclient'
22
import 'proxy-polyfill'
3-
import { WorkspaceFolder } from 'vscode'
3+
import type { WorkspaceFolder } from 'vscode'
44
import { CodinGameInfrastructure, Infrastructure } from './infrastructure'
55
import { WillShutdownParams } from './customRequests'
66
import { loadExtensionConfigurations } from './extensionConfiguration'

0 commit comments

Comments
 (0)