

- #FILES TO DELETE TO MAKE MAC RUN FASTER HOW TO#
- #FILES TO DELETE TO MAKE MAC RUN FASTER UPDATE#
- #FILES TO DELETE TO MAKE MAC RUN FASTER CODE#
If your current system specs are near or below those requirements, this is certainly the issue.

Here are VS Code's Hardware Requirements:
#FILES TO DELETE TO MAKE MAC RUN FASTER CODE#
If you are working with a very old computer though, that tends to run slowly with other programs, chances are VS Code is not the problem.

This one is unlikely because VS Code is a highly optimized program, and runs well on the majority of machines. They also recommend profiling your extensions. You can read more about this on the VS Code wiki. If this is the case, it is likely that an extension is causing your problem. The VS Code wiki recommends checking your CPU consumption to see if a process called "extensionHost" is taking up a lot of processing power. It's a bit more advanced, but may be worth it. His guide involves bundling your extensions with webpack to improve performance. I recommend this guide by John Papa for speeding up VS Code extensions. If you find that some of them are taking over 1000 milliseconds to start, you may want to investigate this further. Once you hit enter, you will be able to see a list of your currently running extensions, and the start-up time in milliseconds of each. To open the Command Palette, use the shortcut for your platform: All you have to do is open the Command Palette, and enter the command: "Developer: Show Running Extensions" VS Code has a cool feature where you can see exactly how long each of your extensions took to start up.

This will give you some confidence in knowing whether or not your problem is the result of an extension. Keep doing this until you've gone through all of your extensions. files take 2 sec to open) than this should be quite easy.ĭisable → test → enable → disable the next one → test → etc. If your performance issues are obvious (E.g.
#FILES TO DELETE TO MAKE MAC RUN FASTER HOW TO#
Here's how to do it: Simply disable your extensions one at a time, and check to see if it made a difference. There is one powerful technique you can use however which may reveal if an extension is what's causing your problem. It's hard to tell exactly what's going on with your extensions unless you dig into the source code. (This is probably a good practice anyway) Quality: Is one of your extensions poorly optimized? If you have 20+ extensions installed, it may be a good idea to disable some less necessary ones and see if it makes a difference. Quantity: How many extensions do you have? 3rd-party plugins are always a good first spot to check for performance issues. The problem is that some extensions may be poorly programmed and put more strain on your system than necessary. After retrieving your version, simply go to google and type in "VS Code latest version" Are extensions causing the poor performance? The first version number listed will tell you which version you're running on. On Mac, go to Code > About Visual Studio Code.To check if you're running on the latest version of VS Code, do the following:
#FILES TO DELETE TO MAKE MAC RUN FASTER UPDATE#
Sometimes a simple update may fix your issue. Update your VS Codeīefore we dig into other ideas, it's a good idea to ensure your VS Code is fully up-to-date. It's going to be up to you to play around with these solutions and see if you can get it running a bit faster. Here are some things that may be causing VSCode to run slowly, and some proposed solutions. If we can't do that, it's going to be very hard to fix anything. We have to understand what's causing it in the first place. This is the first step to fixing the problem.
