https://github.com/michel-abele/vscode-settings
Here are my personal settings for Visual Studio Code (VSCode).
https://github.com/michel-abele/vscode-settings
vscode vscode-extension
Last synced: 2 months ago
JSON representation
Here are my personal settings for Visual Studio Code (VSCode).
- Host: GitHub
- URL: https://github.com/michel-abele/vscode-settings
- Owner: michel-abele
- License: unlicense
- Created: 2025-03-21T07:32:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-28T22:21:45.000Z (2 months ago)
- Last Synced: 2025-03-28T23:26:05.627Z (2 months ago)
- Topics: vscode, vscode-extension
- Language: JSON
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Visual Studio Code - Settings
These are my personal settings for Visual Studio Code (VSCode). They are organized by different application areas and extensions.
## Creating VS Code Settings
1. Create the `.vscode` directory in the root of your workspace, and within it, create a `settings.json` file. You can then copy the settings there. Of course, you can also copy the file directly to that location.
## VS Code Extensions
For automatic installation of extensions, the **VSC Export & Import** extension is required. This must be installed first, after which all necessary extensions can be imported through it.
1. For the extension to find the _vsc-extensions.txt_ file, it must be copied to the root directory of your workspace. Multiple files can also be combined into one file or imported one after another.
2. Click on the search bar in the top center, type `>VSC Extensions Import` and press [Enter]. The file will be read and the extensions will be automatically installed.
## Can I use your settings?
**Yes!** you can. However, please note that all settings are customized to my needs and may change at any time. There might also be missing dependencies.