2025 updates

This commit is contained in:
Hyatt 2025-01-05 13:46:30 -06:00
parent 9bc02dc257
commit 858f0babe1
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -1,9 +1,10 @@
{
"cSpell.language": "en,en-US",
"cSpell.diagnosticLevel": "Hint",
"editor.fontFamily": "\"Hack\", monospace",
"editor.fontSize": 14,
"editor.wordWrap": "off",
"editor.fontSize": 14,
"editor.renderWhitespace": "boundary",
"editor.detectIndentation": false,
"editor.insertSpaces": true,
@ -11,7 +12,7 @@
"editor.fontLigatures": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"editor.hover.above": false,
"editor.hover.above": true,
"explorer.confirmDragAndDrop": true,
"explorer.confirmDelete": true,
@ -29,8 +30,9 @@
"git.autofetch": true,
"git.enableSmartCommit": true,
"git.untrackedChanges": "separate",
"git.enableCommitSigning": false,
"go.buildFlags": [],
"go.testOnSave": false,
"go.coverOnSave": true,
"go.coverageDecorator": {
"type": "gutter",
@ -48,7 +50,7 @@
"go.toolsManagement.autoUpdate": true,
"go.useLanguageServer": true,
"go.vetOnSave": "package",
"go.coverOnSingleTest": true,
"telemetry.telemetryLevel": "off",
@ -65,8 +67,6 @@
"window.titleBarStyle": "custom",
"workbench.colorTheme": "Material Theme Darker High Contrast",
"workbench.iconTheme": "eq-material-theme-icons-darker",
"workbench.settings.editor": "json",
"workbench.editor.enablePreview": false,
"workbench.startupEditor": "newUntitledFile",
@ -101,6 +101,7 @@
"git.openRepositoryInParentFolders": "never",
"editor.stickyScroll.enabled": false,
"diffEditor.ignoreTrimWhitespace": false,
"comments.plugins": {
"Code Spell Checker": "streetsidesoftware.code-spell-checker",
@ -125,5 +126,16 @@
"git config --global commit.gpgsign true",
"git config --global gpg.program C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe",
"Note: The slashes in the are escaped for the sake of JSON."
]
],
"comments.smooth-scrolling": [
"This block smooths out a lot of effects making it easier on the eyes.",
"Some people will not find this appealing, mostly VIM users."
],
"editor.smoothScrolling": true,
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"terminal.integrated.cursorBlinking": true
}