Skip to content

Commit

Permalink
fix(language-service): cannot share tsCodegen between packages in b…
Browse files Browse the repository at this point in the history
…uild extension

close #4379
  • Loading branch information
johnsoncodehk committed May 14, 2024
1 parent 6d3f2a7 commit 2cfa7ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { LanguageServicePlugin, LanguageServicePluginInstance } from '@volar/language-service';
import { Sfc, VueVirtualCode } from '@vue/language-core';
import { tsCodegen } from '@vue/language-core/lib/plugins/vue-tsx';
import { tsCodegen } from '@vue/language-core';
import type * as vscode from 'vscode-languageserver-protocol';

export function create(): LanguageServicePlugin {
Expand Down

0 comments on commit 2cfa7ef

Please sign in to comment.