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