2023-08-21 VSCode settings Tags: vscode{ "workbench.colorTheme": "Default Dark+", "telemetry.telemetryLevel": "off", "editor.renderWhitespace": "all", "editor.wordWrap": "on", "[python]": { "editor.defaultFormatter": "ms-python.python" }, "cmake.configureOnOpen": false, "[cpp]": { "editor.defaultFormatter": "ms-vscode.cpptools" }, "editor.inlineSuggest.enabled": true, "C_Cpp.clang_format_path": "C:/Users/tomas/llvm/build/install_14/bin/clang-format.exe", "C_Cpp.codeAnalysis.clangTidy.path": "C:/Users/tomas/llvm/build/install_14/bin/clang-tidy.exe", "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", "cmake.buildDirectory": "${workspaceFolder}/build/${buildType}", "cmake.statusbar.visibility": "compact", "files.exclude": { "**/.git": false }, "remote.SSH.remotePlatform": { "tom-titan": "linux", "tom-genesis": "linux" }, "github.copilot.enable": { "*": false, }, "git.openRepositoryInParentFolders": "never", "breadcrumbs.enabled": false, }