-
Notifications
You must be signed in to change notification settings - Fork 29.3k
Removing Insiders
Xilin Sun edited this page Dec 13, 2019
·
7 revisions
- Remove Visual Studio Code - Insiders.app
GUI Based: Open Finder -> Applications. Right click "Visual Studio Code - Insiders.app" and move it to the trash.
Terminal: rm -r /Applications/Visual\ Studio\ Code\ -\ Insiders.app
- Remove
.vscode-insiders
folder
Terminal: rm -r .vscode-insiders
Uninstall Visual Studio Code - Insiders
GUI Based: Navigate to Control Panel -> Programs -> Programs and Features. Search for "Visual Studio Code - Insider", right click and select "Uninstall"
To remove the .deb
package (Debian and Ubuntu):
sudo apt-get purge code-insiders
To remove the .rpm
package (Red Hat, CentOS and SUSE):
sudo yum remove code-insiders
Project Management
- Roadmap
- Iteration Plans
- Development Process
- Issue Tracking
- Build Champion
- Release Process
- Running the Endgame
- Related Projects
Contributing
- How to Contribute
- Submitting Bugs and Suggestions
- Feedback Channels
- Source Code Organization
- Coding Guidelines
- Testing
- Dealing with Test Flakiness
- Contributor License Agreement
- Extension API Guidelines
- Accessibility Guidelines
Documentation