This repository contains my customized VS Code settings.json file.
- Clone this repo:
git clone https://github.com/BeanGreen247/vscode-settings.git- Copy
settings.jsonto your VS Code user settings folder:
| OS | Path |
|---|---|
| Windows | %APPDATA%\Code\User\settings.json |
| macOS | $HOME/Library/Application Support/Code/User/settings.json |
| Linux | $HOME/.config/Code/User/settings.json |
- Example copy commands:
- Linux/macOS:
cp /path/to/vscode-settings/settings.json ~/.config/Code/User/settings.json- Windows (PowerShell):
Copy-Item -Path "C:\path\to\vscode-settings\settings.json" -Destination "$env:APPDATA\Code\User\settings.json" -Force-
Restart VS Code to apply changes.
-
Launch parameters
--max-old-space-size=8192 --enable-gpu --enable-gpu-rasterization --disable-software-rasterizer --ignore-gpu-blacklist
- Example usage
"C:\Program Files\Microsoft VS Code\Code.exe" --max-old-space-size=8192 --enable-gpu --enable-gpu-rasterization --disable-software-rasterizer --ignore-gpu-blacklist
- Linting is disabled and UI simplified for a minimal setup.
- Modify as needed.
© 2025 BeanGreen247