Skip to content

Instantly share code, notes, and snippets.

View lakshits11's full-sized avatar
🎯
Focusing

Lakshit Somani lakshits11

🎯
Focusing
View GitHub Profile
"""
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
@lakshits11
lakshits11 / cpp_on_windows_vim.md
Created June 27, 2020 08:52 — forked from NigoroJr/cpp_on_windows_vim.md
A guide for setting up C++ development environment on Windows

Set up a basic C++ development environment on Windows

What this guide is

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.