{
"editor.quickSuggestions": {
"comments": "on",
"strings": "on",
"other": "on"
},
"go.useCodeSnippetsOnFunctionSuggest": true,
"files.autoSave": "off",
"go.useLanguageServer": true,
"workbench.colorTheme": "Dracula",
"sync.gist": "2094b88bef30d9a0aa554f6c995ebe6b",
"go.formatTool": "goformat",
"go.languageServerExperimentalFeatures": {
"diagnostics": true,
"documentLink": false
},
"[go]": {
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"git.autofetch": true,
"git.path": "D:/Program Files/Git/bin/git.exe",
"gitlens.views.repositories.location": "scm",
"go.delveConfig": {
"debugAdapter": "dlv-dap",
},
"gradle.debug": true,
"java.jdt.ls.java.home": "d:\\Program Files\\Java\\jdk-17",
"java.templates.typeComment": [
],
"java.configuration.runtimes": [
{
"name": "JavaSE-17",
"path": "D:\\Program Files\\Java\\jdk-17",
"default": true
}
],
"bracket-pair-colorizer-2.depreciation-notice": false,
"[java]": {
"editor.formatOnSave": true,
"editor.suggest.snippetsPreventQuickSuggestions": false
}
}