Created
January 17, 2024 21:36
-
-
Save ivanlawrence/fd5363364db887f6e1cd33c385ba1a61 to your computer and use it in GitHub Desktop.
VSCode \ VSCodium Extensions I use
This file contains hidden or 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
| # But Why Though | |
| A good article on how to do it with builtins | |
| (https://www.roboleary.net/2021/11/06/vscode-you-dont-need-that-extension2.html) | |
| # VSCode | |
| ## Default | |
| Name: Dev Containers | |
| Id: ms-vscode-remote.remote-containers | |
| Description: Open any folder or repository inside a Docker container and take advantage of Visual Studio Code's full feature set. | |
| Version: 0.327.0 | |
| Publisher: Microsoft | |
| VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers | |
| Name: Prettier - Code formatter | |
| Id: esbenp.prettier-vscode | |
| Description: Code formatter using prettier | |
| Version: 10.1.0 | |
| Publisher: Prettier | |
| VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode | |
| ## Optional - it makes git so fancy, but I use the CLI with some aliases | |
| Name: GitLens — Git supercharged | |
| Id: eamodio.gitlens | |
| Description: Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more | |
| Version: 14.6.1 | |
| Publisher: GitKraken | |
| VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens | |
| # VSCodium | |
| Name: colorize | |
| Id: kamikillerto.vscode-colorize | |
| Description: A vscode extension to help visualize css colors in files. | |
| Version: 0.11.1 | |
| Publisher: kamikillerto | |
| VS Marketplace Link: https://open-vsx.org/vscode/item?itemName=kamikillerto.vscode-colorize |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment