Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.95 KB

base-config.md

File metadata and controls

47 lines (38 loc) · 1.95 KB

Base VsCode configuration

Description

This file contains my personal base configuration for VsCode.

Editor Settings

Settings for the editor.

{
    // ### Editor ###
    "editor.formatOnSave": true,
    "editor.inlineSuggest.enabled": true,
    "editor.bracketPairColorization.independentColorPoolPerBracketType": true,
    "editor.guides.bracketPairs": "active",
    "editor.tabSize": 4,
}

Workbench Settings

Settings for the workbench.

{
    // ### Workbench ###
    "workbench.colorTheme": "One Dark Pro Darker",
    "workbench.iconTheme": "vscode-icons",
    "workbench.startupEditor": "none",
}

Required Extensions

Extension Description
One Dark Pro Theme
vscode-icons Icons

Recommended Extensions

Extension Description
CSpell Spell check
GitHub Copilot AI
LiveShare Live share
Remote - SSH SSH
Markdown All in One Markdown