Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Remco Haszing <remcohaszing@gmail.com>
  • Loading branch information
remcohaszing authored Oct 31, 2023
1 parent 366475f commit f94d58b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vscode-mdx/src/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* @typedef {import('vscode').ExtensionContext} ExtensionContext
*/

import {DiagnosticModel} from '@volar/language-server'
import * as languageServerProtocol from '@volar/language-server/protocol.js'
import {activateAutoInsertion, getTsdk, supportLabsVersion} from '@volar/vscode'
import {languages, workspace} from 'vscode'
Expand Down

0 comments on commit f94d58b

Please sign in to comment.