Skip to content

Commit 3c02ccb

Browse files
committed
refactor(vscode): remove unused useVscodeContext hook
1 parent 221c641 commit 3c02ccb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extensions/vscode/src/languageClient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
useCommand,
99
useOutputChannel,
1010
useVisibleTextEditors,
11-
useVscodeContext,
1211
watch,
1312
} from 'reactive-vscode';
1413
import * as vscode from 'vscode';
@@ -56,7 +55,6 @@ async function activateLc(
5655
context: vscode.ExtensionContext,
5756
createLc: CreateLanguageClient
5857
) {
59-
useVscodeContext('vue.activated', true);
6058
const outputChannel = useOutputChannel('Vue Language Server');
6159
const selectors = config.server.includeLanguages;
6260

0 commit comments

Comments
 (0)