{ "terminal.integrated.shell.windows": "D:\\msys64\\usr\\bin\\bash.exe", "terminal.integrated.shellArgs.windows": ["-l"], "terminal.integrated.env.windows": { "CHERE_INVOKING": "1", "MSYSTEM": "MINGW64", }, "git.postCommitCommand": "push", "git.path": "D:\\msys64\\git-vscode.bat", "editor.insertSpaces": false, "editor.detectIndentation": false, "editor.wordWrap": "on", "editor.snippetSuggestions": "top", "editor.tabCompletion": "on", "pangu.auto_format_on_save": true, "go.formatTool": "gofmt", "go.useLanguageServer": true, "terminal.integrated.automationShell.windows": "", }