You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property 'projectHost' does not exist on type '{ configFileName: string | undefined; sys: System & { version?: number | undefined; sync?(): Promise<number>; }; languageServiceHost: LanguageServiceHost; getExtraServiceScript(fileName: string): TypeScriptExtraServiceScript | undefined; asScriptId(fileName: string): URI; asFileName(scriptId: URI): string; }'.
Parameter 'file' implicitly has an 'any' type.
Property 'projectHost' does not exist on type '{ configFileName: string | undefined; sys: System & { version?: number | undefined; sync?(): Promise<number>; }; languageServiceHost: LanguageServiceHost; getExtraServiceScript(fileName: string): TypeScriptExtraServiceScript | undefined; asScriptId(fileName: string): URI; asFileName(scriptId: URI): string; }'.
Argument of type '(LanguagePlugin<AstroVirtualCode, VirtualCode> | LanguagePlugin<SvelteVirtualCode, VirtualCode> | LanguagePlugin<...>)[]' is not assignable to parameter of type 'LanguagePlugin<URI, VirtualCode>[]'.
Argument of type '(LanguagePlugin<AstroVirtualCode, VirtualCode> | LanguagePlugin<SvelteVirtualCode, VirtualCode> | LanguagePlugin<...>)[]' is not assignable to parameter of type 'LanguagePlugin<URI, VirtualCode>[]'.
Module '"@volar/language-core"' has no exported member 'ExtraServiceScript'.
Property 'endsWith' does not exist on type 'AstroVirtualCode'.
Property 'includes' does not exist on type 'AstroVirtualCode'.
Argument of type 'AstroVirtualCode' is not assignable to parameter of type 'string'.
Argument of type 'string | AstroVirtualCode' is not assignable to parameter of type 'string'.