Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.31 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.31 KB

VSCODE Settings

This is my personal Visual Studio Code settings. ⚙️

Requirements

Important

Extensions


Fonts

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:

"vscode_custom_css.imports": [
  "file:///yours/file/path/to/vscode_custom_css/styles.css"
]

Result