2025 updates
This commit is contained in:
parent
9bc02dc257
commit
858f0babe1
@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"cSpell.language": "en,en-US",
|
"cSpell.language": "en,en-US",
|
||||||
|
"cSpell.diagnosticLevel": "Hint",
|
||||||
|
|
||||||
"editor.fontFamily": "\"Hack\", monospace",
|
"editor.fontFamily": "\"Hack\", monospace",
|
||||||
"editor.fontSize": 14,
|
|
||||||
"editor.wordWrap": "off",
|
"editor.wordWrap": "off",
|
||||||
|
"editor.fontSize": 14,
|
||||||
"editor.renderWhitespace": "boundary",
|
"editor.renderWhitespace": "boundary",
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
@ -11,7 +12,7 @@
|
|||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
"editor.bracketPairColorization.enabled": true,
|
"editor.bracketPairColorization.enabled": true,
|
||||||
"editor.guides.bracketPairs": "active",
|
"editor.guides.bracketPairs": "active",
|
||||||
"editor.hover.above": false,
|
"editor.hover.above": true,
|
||||||
|
|
||||||
"explorer.confirmDragAndDrop": true,
|
"explorer.confirmDragAndDrop": true,
|
||||||
"explorer.confirmDelete": true,
|
"explorer.confirmDelete": true,
|
||||||
@ -29,8 +30,9 @@
|
|||||||
"git.autofetch": true,
|
"git.autofetch": true,
|
||||||
"git.enableSmartCommit": true,
|
"git.enableSmartCommit": true,
|
||||||
"git.untrackedChanges": "separate",
|
"git.untrackedChanges": "separate",
|
||||||
"git.enableCommitSigning": false,
|
|
||||||
"go.buildFlags": [],
|
"go.buildFlags": [],
|
||||||
|
"go.testOnSave": false,
|
||||||
"go.coverOnSave": true,
|
"go.coverOnSave": true,
|
||||||
"go.coverageDecorator": {
|
"go.coverageDecorator": {
|
||||||
"type": "gutter",
|
"type": "gutter",
|
||||||
@ -48,7 +50,7 @@
|
|||||||
"go.toolsManagement.autoUpdate": true,
|
"go.toolsManagement.autoUpdate": true,
|
||||||
"go.useLanguageServer": true,
|
"go.useLanguageServer": true,
|
||||||
"go.vetOnSave": "package",
|
"go.vetOnSave": "package",
|
||||||
|
"go.coverOnSingleTest": true,
|
||||||
|
|
||||||
"telemetry.telemetryLevel": "off",
|
"telemetry.telemetryLevel": "off",
|
||||||
|
|
||||||
@ -65,8 +67,6 @@
|
|||||||
|
|
||||||
"window.titleBarStyle": "custom",
|
"window.titleBarStyle": "custom",
|
||||||
|
|
||||||
"workbench.colorTheme": "Material Theme Darker High Contrast",
|
|
||||||
"workbench.iconTheme": "eq-material-theme-icons-darker",
|
|
||||||
"workbench.settings.editor": "json",
|
"workbench.settings.editor": "json",
|
||||||
"workbench.editor.enablePreview": false,
|
"workbench.editor.enablePreview": false,
|
||||||
"workbench.startupEditor": "newUntitledFile",
|
"workbench.startupEditor": "newUntitledFile",
|
||||||
@ -101,6 +101,7 @@
|
|||||||
|
|
||||||
"git.openRepositoryInParentFolders": "never",
|
"git.openRepositoryInParentFolders": "never",
|
||||||
"editor.stickyScroll.enabled": false,
|
"editor.stickyScroll.enabled": false,
|
||||||
|
"diffEditor.ignoreTrimWhitespace": false,
|
||||||
|
|
||||||
"comments.plugins": {
|
"comments.plugins": {
|
||||||
"Code Spell Checker": "streetsidesoftware.code-spell-checker",
|
"Code Spell Checker": "streetsidesoftware.code-spell-checker",
|
||||||
@ -125,5 +126,16 @@
|
|||||||
"git config --global commit.gpgsign true",
|
"git config --global commit.gpgsign true",
|
||||||
"git config --global gpg.program C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe",
|
"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."
|
"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
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user