{ "editor.tabSize": 2, "[cpp]": { "editor.defaultFormatter": "ms-vscode.cpptools" }, "editor.rulers": [ 80 ], "workbench.startupEditor": "newUntitledFile", "workbench.colorCustomizations": { "editor.foldBackground": "#f9f4f4", "editor.selectionBackground": "#fd9090", "editor.selectionHighlightBackground": "#fdbed8", "editorOverviewRuler.findMatchForeground": "#0000ff", "editorOverviewRuler.selectionHighlightForeground": "#ff0000", "editorCursor.foreground": "#007523", "editorBracketMatch.border": "#97d3aa", "editorBracketMatch.background": "#97d3aa", "editor.lineHighlightBackground": "#f0f0f0", "editor.findMatchHighlightBackground": "#e8ec69", "editor.findMatchBackground": "#e5e7a3", "terminal.background": "#f8f8f8", "sideBar.foreground": "#000000", "tab.activeForeground": "#000000", "tab.inactiveForeground": "#000000", "quickInput.foreground": "#000000", "editorError.foreground": "#00000000", }, // "C_Cpp.autocomplete": "Disabled", // "C_Cpp.formatting": "Disabled", "C_Cpp.errorSquiggles": "disabled", "C_Cpp.intelliSenseEngine": "default", "C_Cpp.default.cppStandard": "c++11", "C_Cpp.default.cStandard": "c11", "C_Cpp.intelliSenseEngineFallback": "enabled", "C_Cpp.workspaceParsingPriority": "high", "editor.fontSize": 13, "problems.decorations.enabled": false, "editor.tokenColorCustomizations": { "comments":"#7c7c7c", "keywords": "#808000", "variables": "#000000", "strings": "#008080", "functions": "#800000", "numbers": "#008000", "types": "#400080", }, "terminal.integrated.scrollback": 10000, "explorer.autoReveal": false, "editor.minimap.maxColumn": 80, "gitlens.currentLine.enabled": false, "gitlens.hovers.currentLine.over": "line", "gitlens.mode.statusBar.enabled": false, "gitlens.hovers.enabled": false, "gitlens.codeLens.authors.enabled": false, "gitlens.codeLens.recentChange.enabled": false, "python.linting.pylintEnabled": false, "gitlens.menus": { "editor": false, "editorGroup": false, "editorTab": false, "explorer": false, "scmGroup": { "compare": true, "openClose": true, "stash": true, "stashInline": true }, "scmItem": { "clipboard": true, "compare": true, "history": true, "remote": true, "stash": true } }, "gitlens.blame.highlight.locations": [ "gutter", "line", "overview" ], "gitlens.blame.highlight.enabled": false, "gitlens.blame.heatmap.enabled": false, "gitlens.blame.avatars": false, "gitlens.blame.compact": false, "editor.largeFileOptimizations": false, "explorer.openEditors.visible": 0, "breadcrumbs.enabled": true, "terminal.integrated.fontSize": 13, "window.menuBarVisibility": "compact", "files.maxMemoryForLargeFilesMB": 8192, "json.maxItemsComputed": 50000, "cmake.configureOnOpen": false, "extensions.ignoreRecommendations": false, "editor.cursorBlinking": "solid", "window.title": "【 ${folderName} 】【 ${remoteName} 】${folderPath}", "python.showStartPage": false, "workbench.colorTheme": "Default Light+", "rust.show_warnings": false, "git.detectSubmodules": false, "python.languageServer": "Jedi", "editor.fontFamily": "menlo,sarasa-fixed-sc-regular,NotoSansMonoCJKsc-Regular", "rst.preview.pythonPath": "", "terminal.integrated.inheritEnv": false, "python.terminal.activateEnvironment": false, "[python]": { "editor.insertSpaces": true, "editor.tabSize": 2 }, "workbench.editorAssociations": { "*.ipynb": "jupyter-notebook" }, "editor.suggestSelection": "first", "workbench.editor.decorations.badges": false, "open-in-vim.restoreCursorAfterVim": true, "notebook.cellToolbarLocation": { "default": "right", "jupyter-notebook": "left" }, "security.workspace.trust.untrustedFiles": "open", "workbench.editor.enablePreview": false, "files.associations": { "BUILD": "bazel" }, "scm.countBadge": "off", "terminal.integrated.defaultProfile.linux": "zsh", "editor.bracketPairColorization.enabled": true, "systemverilog.formatCommand": "verible-verilog-format --column_limit 80", "diffEditor.maxComputationTime": 0, "diffEditor.ignoreTrimWhitespace": false, "terminal.integrated.tabs.enabled": false, "files.watcherExclude": { "**/.bloop": true, "**/.metals": true, "**/.ammonite": true }, "workbench.tree.indent": 28, "workbench.tree.renderIndentGuides": "always", "systemverilog.maxLineCountIndexing": 1000000, "C_Cpp.clang_format_fallbackStyle": "google", "cmake.configureOnEdit": false, "window.zoomLevel": 1, "editor.minimap.showSlider": "always", "editor.minimap.renderCharacters": false, "editor.autoClosingBrackets": "never", "editor.autoClosingQuotes": "never", "editor.autoClosingOvertype": "never", "editor.autoClosingDelete": "never", "fonted.font": "menlo", "git.openRepositoryInParentFolders": "never", "workbench.statusBar.visible": false, "editor.minimap.enabled": false, "workbench.activityBar.visible": false, "C_Cpp.codeAnalysis.clangTidy.codeAction.showDisable": false, "C_Cpp.codeAnalysis.clangTidy.codeAction.showDocumentation": false, "C_Cpp.codeAnalysis.clangTidy.codeAction.showClear": "None", "editor.lightbulb.enabled": false }