This file contains my personal base configuration for VsCode.
Settings for the editor.
{
// ### Editor ###
"editor.formatOnSave": true,
"editor.inlineSuggest.enabled": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.guides.bracketPairs": "active",
"editor.tabSize": 4,
}
Settings for the workbench.
{
// ### Workbench ###
"workbench.colorTheme": "One Dark Pro Darker",
"workbench.iconTheme": "vscode-icons",
"workbench.startupEditor": "none",
}
Extension | Description |
---|---|
One Dark Pro | Theme |
vscode-icons | Icons |
Extension | Description |
---|---|
CSpell | Spell check |
GitHub Copilot | AI |
LiveShare | Live share |
Remote - SSH | SSH |
Markdown All in One | Markdown |