We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7870fbd commit f435e19Copy full SHA for f435e19
src/index.ts
@@ -1,6 +1,6 @@
1
import { TextDocument, TextDocumentSaveReason } from 'monaco-languageclient'
2
import 'proxy-polyfill'
3
-import { WorkspaceFolder } from 'vscode'
+import type { WorkspaceFolder } from 'vscode'
4
import { CodinGameInfrastructure, Infrastructure } from './infrastructure'
5
import { WillShutdownParams } from './customRequests'
6
import { loadExtensionConfigurations } from './extensionConfiguration'
0 commit comments