Skip to content

Instantly share code, notes, and snippets.

@NileshPatel17
Last active October 19, 2021 04:43
Show Gist options
  • Save NileshPatel17/eb9f6f749e6700c2be95dfd8938bc7cf to your computer and use it in GitHub Desktop.
Save NileshPatel17/eb9f6f749e6700c2be95dfd8938bc7cf to your computer and use it in GitHub Desktop.
vscode-settings

Vs Code Settings

Configure native bracket pair colourization

  1. Make sure to remove the Bracket Pair Colorizer extension. Update VS Code
  2. Open your user settings via CMD (CTRL for non-Mac users) + Shift + P and type settings. The settings JSON file will open. Add the following:
"editor.bracketPairColorization.enabled": true

All colors are themeable and up to six colors can be configured.

cascadia-code font

download cascadia-code font

{
    "editor.fontSize": 16,
    "terminal.integrated.fontSize": 14,
    "editor.fontFamily": "'Cascadia Mono PL SemiLight', Menlo, Monaco, 'Courier New', monospace"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment