Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samithseu/vscode-settings
Personal Visual Studio Code Settings
https://github.com/samithseu/vscode-settings
customize vscode
Last synced: 28 days ago
JSON representation
Personal Visual Studio Code Settings
- Host: GitHub
- URL: https://github.com/samithseu/vscode-settings
- Owner: samithseu
- Created: 2024-11-18T10:03:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T12:25:54.000Z (2 months ago)
- Last Synced: 2024-12-29T22:30:29.279Z (about 1 month ago)
- Topics: customize, vscode
- Language: CSS
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VSCODE Settings
This is my personal Visual Studio Code settings. ⚙️
## Requirements
> [!IMPORTANT]
>
> ### Extensions
>
> - Color Theme: Catppuccin.catppuccin-vsc
> - File Icon Theme: Catppuccin.catppuccin-vsc-icons
> - CSS and JS Loader: be5invis.vscode-custom-css
>
> ---
>
> ### Fonts
>
> - English: Geist Mono SemiBold
> - Khmer: Kantumruy Pro## Applying Settings
1. Open your vscode, then press ctrl + shift + p
2. Type in `Open User Settings (JSON)`
3. Paste the content from settings.json into your vscode settings.
4. Add the path of styles.css file properly into `"vscode_custom_css.imports"` of your vscode settings.Example:
```json
"vscode_custom_css.imports": [
"file:///yours/file/path/to/vscode_custom_css/styles.css"
]
```## Result