{ "editor.inlineSuggest.enabled": true, "git.autofetch": true, "github.copilot.enable": { "*": false, "plaintext": true, "markdown": true, "scminput": false, "yaml": true, "python": true }, "git.confirmSync": false, "arduino.useArduinoCli": true, "[python]": { "editor.formatOnType": true, "editor.defaultFormatter": "Procratstinator.gray-formatter" }, "[markdown]": { "editor.defaultFormatter": "DavidAnson.vscode-markdownlint" }, "auto-build.defaultEnv.name": "STM32G0B1RE_btt", "auto-build.build.silent": false, "redhat.telemetry.enabled": false, //"editor.rulers": [ // 120 //], "telemetry.telemetryLevel": "off", "security.workspace.trust.untrustedFiles": "open", "keyboard.dispatch": "keyCode", "vim.disableExtension": true, "terminal.integrated.defaultProfile.linux": "fish", "files.exclude": { "tmp.md": true }, "[java]": { "editor.defaultFormatter": "redhat.java" }, "[html]": { "editor.defaultFormatter": "mohd-akram.vscode-html-format" }, "workbench.colorTheme": "Catppuccin Mocha", "terminal.integrated.defaultProfile.windows": "PowerShell", "terminal.integrated.profiles.windows": { "PowerShell": { "source": "PowerShell", "icon": "terminal-powershell" }, "Command Prompt": { "path": [ "${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe" ], "args": [], "icon": "terminal-cmd" }, "Git Bash": { "source": "Git Bash" } }, "code-runner.runInTerminal": true, "hexeditor.columnWidth": 32, "hexeditor.showDecodedText": true, "hexeditor.defaultEndianness": "little", "hexeditor.inspectorType": "aside", "[dockerfile]": { "editor.defaultFormatter": "ms-azuretools.vscode-docker" }, "[nginx]": { "editor.defaultFormatter": "raynigon.nginx-formatter" }, "workbench.iconTheme": "catppuccin-mocha", "terminal.integrated.shellIntegration.enabled": false, "inlineChat.showDiff": false, "mssql.connections": [ { "server": "localhost", "database": "WideWorldImporters", "authenticationType": "SqlLogin", "user": "ben", "password": "", "emptyPasswordInput": false, "savePassword": true, "profileName": "vm wwi", "encrypt": "Mandatory", "trustServerCertificate": true, "connectTimeout": 15, "commandTimeout": 30, "applicationName": "vscode-mssql" } ], "[cpp]": { "editor.defaultFormatter": "xaver.clang-format" }, "clang-format.executable": "/opt/clang-format-static/clang-format-17", "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[css]": { "editor.defaultFormatter": "vscode.css-language-features" } }