From 86be68d04a1761f5d0a43db920c0da948aac35cd Mon Sep 17 00:00:00 2001 From: Hyatt Date: Wed, 27 Oct 2021 13:40:56 +0000 Subject: [PATCH] Adds comments --- settings.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 2311f3f..e029960 100644 --- a/settings.json +++ b/settings.json @@ -90,5 +90,30 @@ "[html]": { "editor.tabSize": 4, "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-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/", + "Debugging Documentation is located at: https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-code-using-VS-Code" + ], + + "comments-gpg-config": [ + "git config --global user.name ", + "git config --global user.email ", + "git config --global user.signingkey ", + "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." + ] } \ No newline at end of file