Results 269 comments of Johnson Chu

@RayGuo-ergou "forwardingTsRequest" (now changed to "tsserverRequest") is not specific to VSCode. It is a command ID set by the language client, and the language server sends a forwarding request to...

@seanogdev Can you confirm the exact version causing the memory issue? This will help us locate the problem.

Please update vue-tsc and VSCode extension to 3.0. If the problem still occurs, please provide a minimal reproduction.

Thanks for the report, but I can't reproduce the problem in the code you provided, auto-complete worked for me when the SFC structure was fixed. Can you provide a video...

> Anyway is it possible to make the autocompletion keep working even when something is wrong ? The "Vue: Restart Vue and TS servers" command could help.

I have no opinion on whether to add this. If we decide to add it, this might be an appropriate simplifying modification: https://github.com/johnsoncodehk/core/commit/21a2864c89358acfaab47dfd2826843ebef5fc65

@simonhaenisch has changed to `vue-tsc` as a peer dependency.

@uglyreptile I'll be back to work on this in October.

I think this is caused by TS `getNewImportFixes` function identifying the `.js` extension instead of `LanguageServiceHost.getScriptKind`. https://github.com/microsoft/TypeScript/blob/903e82b368c8328dba95b70b21415e7a48339857/src/services/codefixes/importFixes.ts#L1168