mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 06:02:53 +02:00
update vscode
This commit is contained in:
parent
84cdd7dec4
commit
d7100402f1
2 changed files with 57 additions and 0 deletions
17
dot_config/Code/User/extensions.json
Normal file
17
dot_config/Code/User/extensions.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"GitHub.copilot",
|
||||
"GitHub.copilot-chat",
|
||||
"Github.vscode-github-actions",
|
||||
"GitHub.vscode-pull-request-github",
|
||||
"ms-vscode-remote.remote-containers",
|
||||
"ms-vscode-remote.remote-wsl",
|
||||
"ms-vscode-remote.remote-ssh-edit",
|
||||
"antfu.theme-vitesse",
|
||||
"antfu.icons-carbon",
|
||||
"file-icons.file-icons",
|
||||
"usernamehw.errorlens",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"EditorConfig.EditorConfig"
|
||||
]
|
||||
}
|
40
dot_config/Code/User/settings.json
Normal file
40
dot_config/Code/User/settings.json
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"editor.fontFamily": "'FiraCode Nerd Font Mono', 'monospace', monospace",
|
||||
"editor.cursorSmoothCaretAnimation": "on",
|
||||
"editor.guides.bracketPairs": "active",
|
||||
"editor.lineNumbers": "interval",
|
||||
"editor.renderWhitespace": "boundary",
|
||||
"editor.fontLigatures": true,
|
||||
"editor.formatOnSave": true,
|
||||
"workbench.list.smoothScrolling": true,
|
||||
"workbench.sideBar.location": "right",
|
||||
"workbench.colorTheme": "Vitesse Light Soft",
|
||||
"workbench.preferredLightColorTheme": "Vitesse Light Soft",
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
"workbench.productIconTheme": "icons-carbon",
|
||||
"workbench.editor.closeOnFileDelete": true,
|
||||
"workbench.editor.highlightModifiedTabs": true,
|
||||
"workbench.editor.limit.enabled": true,
|
||||
"workbench.editor.limit.perEditorGroup": true,
|
||||
"workbench.editor.limit.value": 5,
|
||||
"window.autoDetectColorScheme": true,
|
||||
"window.dialogStyle": "custom",
|
||||
"window.titleBarStyle": "custom",
|
||||
"explorer.confirmDelete": false,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"files.eol": "\n",
|
||||
"files.insertFinalNewline": true,
|
||||
"files.simpleDialog.enable": true,
|
||||
"git.autofetch": true,
|
||||
"git.confirmSync": false,
|
||||
"git.enableSmartCommit": true,
|
||||
"git.untrackedChanges": "separate",
|
||||
|
||||
"errorLens.enabledDiagnosticLevels": [
|
||||
"warning",
|
||||
"error"
|
||||
],
|
||||
"errorLens.excludeBySource": [
|
||||
"cSpell"
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue