Skip to content

Instantly share code, notes, and snippets.

View Code Pen:
http://codepen.io/DinosVsRobots/pen/RKWxvJ
@BenCryptoKing
BenCryptoKing / extensions-and-configs.md
Created October 18, 2022 22:54 — forked from joaobibiano/extensions-and-configs.md
My extensions and configuration for VSCODE

Configurations

{
  "editor.fontSize": 14,
  "editor.lineHeight": 24,
  "editor.fontFamily": "JetBrains Mono",
  "editor.fontLigatures": true,
  "explorer.compactFolders": false,
  "editor.rulers": [80, 120],