Updates for new versions of vscodium

This commit is contained in:
Hyatt 2023-10-02 14:00:20 +00:00
parent 3bc1a2b8ab
commit 42ab431856

View File

@ -1,7 +1,9 @@
{ {
"cSpell.language": "en,en-US", "cSpell.language": "en,en-US",
"cSpell.checkLimit": 5000,
"editor.fontFamily": "\"Hack\", monospace", "editor.fontFamily": "\"Hack\", monospace",
"editor.fontSize": 14,
"editor.wordWrap": "off", "editor.wordWrap": "off",
"editor.renderWhitespace": "boundary", "editor.renderWhitespace": "boundary",
"editor.detectIndentation": false, "editor.detectIndentation": false,
@ -28,13 +30,11 @@
"git.autofetch": true, "git.autofetch": true,
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
"git.untrackedChanges": "separate", "git.untrackedChanges": "separate",
"comment.git.enableCommitSigning": "Enable if we wantt o sign git commits.",
"git.enableCommitSigning": false, "git.enableCommitSigning": false,
"go.goroot": "/home/nhyatt/.apps/go", "go.goroot": "/home/nhyatt/.apps/go",
"go.autocompleteUnimportedPackages": true,
"go.buildOnSave": "package",
"go.buildFlags": [], "go.buildFlags": [],
"go.docsTool": "gogetdoc",
"go.formatTool": "goimports", "go.formatTool": "goimports",
"go.useLanguageServer": true, "go.useLanguageServer": true,
"go.lintOnSave": "package", "go.lintOnSave": "package",
@ -55,7 +55,7 @@
"/bin/bash" "/bin/bash"
], ],
"icon": "terminal-bash" "icon": "terminal-bash"
}, }
}, },
"window.titleBarStyle": "custom", "window.titleBarStyle": "custom",
@ -94,23 +94,23 @@
"editor.insertSpaces": false "editor.insertSpaces": false
}, },
"comments-plugins": { "comments.plugins": {
"Code Spell Checker": "https://open-vsx.org/extension/streetsidesoftware/code-spell-checker", "Code Spell Checker": "streetsidesoftware.code-spell-checker",
"Git Graph": "https://open-vsx.org/extension/mhutchie/git-graph", "Git Graph": "mhutchie.git-graph",
"GitLens": "https://open-vsx.org/extension/eamodio/gitlens", "Go": "golang.go",
"Go": "https://open-vsx.org/extension/golang/Go", "indent-rainbow": "oderwat.indent-rainbow",
"indent-rainbow": "https://open-vsx.org/extension/oderwat/indent-rainbow", "Material Theme": "equinusocio.vsc-material-theme",
"Material Theme": "https://open-vsx.org/extension/Equinusocio/vsc-material-theme", "Material Theme Icons": "equinusocio.vsc-material-theme-icons",
"Material Theme Icons": "https://open-vsx.org/extension/Equinusocio/vsc-material-theme-icons" "Mermaid Markdown Syntax Highlighting": "bpruitt-goddard.mermaid-markdown-syntax-highlighting",
"ShellCheck": "timonwong.shellcheck"
}, },
"comments-notes": [ "comments.notes": [
"The original go-bindata has been archived. The new maintained version is located at: github.com/kevinburke/go-bindata",
"Hack font is located at: https://sourcefoundry.org/hack/", "Hack font is located at: https://sourcefoundry.org/hack/",
"Debugging Documentation is located at: https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-code-using-VS-Code" "Debugging Documentation is located at: https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-code-using-VS-Code"
], ],
"comments-gpg-config": [ "comments.gpg-config": [
"git config --global user.name <github username>", "git config --global user.name <github username>",
"git config --global user.email <email address>", "git config --global user.email <email address>",
"git config --global user.signingkey <signing key id>", "git config --global user.signingkey <signing key id>",