This repository contains a minimal and simplified configuration for Visual Studio Code (VSCode), designed to provide a clean and efficient development experience. By removing unnecessary clutter and keeping only essential features, this configuration is aimed at those who prefer a simple user interface and an agile development environment.
Before using this configuration, please ensure you have the following extensions installed:
- Open Visual Studio Code.
- Go to "View" > "Extensions" (or press
Ctrl+Shift+X
) and search for each of the extensions mentioned in the requirements section. Install them by clicking on the "Install" button for each extension. - Once the extensions are installed, search for "Preferences: Open User Settings (JSON)" in the command palette (
Ctrl+Shift+P
), and select it. - Paste the contents of the
settings.json
file from this repository into the JSON file that opens.