How can I disable `Initializing JS/TS Language Features` in a specific project?
Answer a question
I have a Laravel project developing it inside the Visual Studio Code. Also I have the front-end with Angular 8 in a separate project which also use VSC. I build the Angular project and push the build version inside the Laravel project.
Now when I am working on my Laravel project VSC shows Initializing JS/TS Language Features message all the time inside the footer and it heavily impacts the performance of my computer.

As I am using this feature in other projects, is there a way to disable this feature just in a specific project? In this case in my Laravel project.
Answers
Disabling TypeScript and JavaScript Language Features built-in extension for a specific workplace helped to me (in my case the extension had been slowing down the performance of the machine and messing with autocomplete in React apps).
In your VSCode window:
Extensions (Ctrl + Shift + X) -> More Actions... -> Show Built-in Extensions -> Features -> TypeScript and JavaScript Language Features -> Disable (Workplace)
And reload your VSCode after that.
更多推荐
所有评论(0)