update vscode

This commit is contained in:
reonokiy 2024-09-21 12:29:45 +08:00
parent 84cdd7dec4
commit d7100402f1
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0
2 changed files with 57 additions and 0 deletions

View 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"
]
}

View 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"
],
}