An open API service indexing awesome lists of open source software.

https://github.com/rakibul263/vs-code-settings

Configuration files for customizing Visual Studio Code settings and preferences.
https://github.com/rakibul263/vs-code-settings

Last synced: 3 months ago
JSON representation

Configuration files for customizing Visual Studio Code settings and preferences.

Awesome Lists containing this project

README

        

# πŸš€ VS Code Settings

This repository contains configuration files for **customizing and optimizing** Visual Studio Code. These settings are designed to enhance your coding experience and boost productivity.

## πŸ“ Files Included

- **`Shuvo.code-profile`**: 🎨 A custom profile for Visual Studio Code, including themes, keybindings, extensions, and other personalized settings.
- **`settings.json`**: πŸ› οΈ The main configuration file for editor preferences, formatting options, and more.

## πŸš€ Getting Started

1. **Clone** the repository to your local machine:

```bash
bashCopy code
git clone https://github.com/rakibul263/VS-Code-Settings.git

```

2. **Copy** the `settings.json` file to your VS Code settings directory:
- **For macOS and Linux**:

```bash
bashCopy code
cp settings.json ~/.config/Code/User/

```

- **For Windows**:

```bash
bashCopy code
copy settings.json %APPDATA%\Code\User\

```

3. **Import the `Shuvo.code-profile` file** into VS Code:
1. Open Visual Studio Code.
2. Go to **Settings** > **Profiles** (Manage gear icon) > **Profiles: Import Profile…**
3. Select **Import from a profile file**.
4. Choose the `Shuvo.code-profile` file from the cloned repository.
5. Confirm the import and apply the profile. πŸŽ‰
4. **Restart** Visual Studio Code to apply the new settings and profile.

## 🎨 Customization

Feel free to **modify** the settings to suit your preferences. The `settings.json` file is fully customizable, allowing you to tweak themes, indentation, auto-save, and more.

## 🀝 Contribution

Got ideas for improvement? **Contributions** are welcome! Open a pull request or raise an issue to help make these settings even better.