This guide aims to walk you through setting up an environment for doing C++ development on Windows using cygwin, gvim, and the mighty command prompt.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Extension Cleaner Script | |
Problem: Even after uninstalling extensions, they still remain in the extensions directory. | |
This script removes extra extensions from the extensions directory of various | |
VS Code based editors (e.g., Visual Studio Code, Visual Studio Code Insiders, Codium). | |
Usage: | |
python code_extension_cleaner.py |