My Visual Studio Code extensions and settings

Default

Settings

{
  "[html]": {
    "editor.foldingStrategy": "indentation"
  },
  "[jsonc]": {
    "editor.defaultFormatter": "vscode.json-language-features"
  },
  "editor.accessibilitySupport": "off",
  "editor.fontFamily": "JetBrainsMono Nerd Font, Menlo, Monaco, 'Courier New', monospace",
  "editor.fontLigatures": true,
  "editor.formatOnSave": true,
  "editor.guides.bracketPairs": true,
  "editor.hover.delay": 500,
  "editor.linkedEditing": true,
  "editor.minimap.enabled": false,
  "editor.renderWhitespace": "trailing",
  "editor.suggestSelection": "first",
  "editor.tabSize": 2,
  "explorer.confirmDelete": false,
  "files.associations": {
    "LICENSE": "plaintext"
  },
  "files.autoSave": "off",
  "git.autofetch": false,
  "git.confirmSync": false,
  "git.enableSmartCommit": true,
  "git.openRepositoryInParentFolders": "never",
  "html.validate.scripts": true,
  "html.validate.styles": true,
  "license.author": "Adrian López",
  "license.extension": "",
  "markdownlint.config": {
    "MD001": false
  },
  "workbench.colorTheme": "Default Dark+ Experimental",
  "workbench.iconTheme": "material-icon-theme",
  "workbench.productIconTheme": "fluent-icons",
  "workbench.startupEditor": "none"
}

Extensions


bash


dotnet

Extensions


go


javascript

Extensions


python