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.
- Host: GitHub
- URL: https://github.com/rakibul263/vs-code-settings
- Owner: rakibul263
- Created: 2024-08-25T03:54:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T05:04:41.000Z (9 months ago)
- Last Synced: 2025-01-18T02:19:36.416Z (4 months ago)
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.