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.

error picture in vsc

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.

Logo

开发云社区提供前沿行业资讯和优质的学习知识,同时提供优质稳定、价格优惠的云主机、数据库、网络、云储存等云服务产品

更多推荐