Skip to content

Commit

Permalink
fix: vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Sep 30, 2024
1 parent 6d3620a commit 0d06c8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extensions/vscode/src/features/doctor.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BaseLanguageClient, ExecuteCommandParams, ExecuteCommandRequest, getTsdk } from '@volar/vscode';
import { BaseLanguageClient, type ExecuteCommandParams, ExecuteCommandRequest, getTsdk } from '@volar/vscode';
import type { SFCParseResult } from '@vue/language-server';
import { commands } from '@vue/language-server/lib/types';
import * as semver from 'semver';
Expand Down
2 changes: 1 addition & 1 deletion extensions/vscode/src/features/nameCasing.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BaseLanguageClient, ExecuteCommandParams, ExecuteCommandRequest, State, TextEdit } from '@volar/vscode';
import { BaseLanguageClient, type ExecuteCommandParams, ExecuteCommandRequest, State, TextEdit } from '@volar/vscode';
import { quickPick } from '@volar/vscode/lib/common';
import { AttrNameCasing, TagNameCasing, commands } from '@vue/language-server/lib/types';
import * as vscode from 'vscode';
Expand Down
2 changes: 1 addition & 1 deletion extensions/vscode/src/features/splitEditors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ExecuteCommandParams, ExecuteCommandRequest, type BaseLanguageClient } from '@volar/vscode';
import { type ExecuteCommandParams, ExecuteCommandRequest, type BaseLanguageClient } from '@volar/vscode';
import type { SFCParseResult } from '@vue/language-server';
import { commands } from '@vue/language-server/lib/types';
import * as vscode from 'vscode';
Expand Down

0 comments on commit 0d06c8d

Please sign in to comment.