Freemote Logo

Coding Wiki

Most Common Coding Questions

Find answers to popular programming questions and level up your coding skills

How stop terminal while running visual code studio

Learn how to stop Visual Studio Code from running in the background and taking up system resources

Answer:

To stop Visual Studio Code (VSCode) from running in the background and taking up system resources, you need to close its window or process.

vscode
For Windows: Task Manager > Find 'vscode.exe' > End Process

Alternatively, if you want to completely disable VSCode from running at startup, you can add the following line of code to your system's registry. However, this requires advanced knowledge and caution.

vscode
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

"vscode"

"C:\Users\[YourUsername]\AppData\Local\Programs\Microsoft VS Code\Code.exe"

Tags:
vscodeterminalstartup
☾☾☾
+++++++++
Level Up Your Coding Skills

JavaScript Cheat Sheet

Remember the essentials of 5 different languages, it's free.