Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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