vscodesetting/settings.json

164 lines
6.0 KiB
JSON

{
"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.errorSquiggles": "disabled",
"C_Cpp.intelliSenseEngine": "default",
"C_Cpp.default.cppStandard": "c++11",
"C_Cpp.default.cStandard": "c11",
"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,
"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,
"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}",
"workbench.colorTheme": "Default Light+",
"rust.show_warnings": false,
"git.detectSubmodules": false,
"editor.fontFamily": "menlo,sarasa-fixed-sc-regular,NotoSansMonoCJKsc-Regular",
"rst.preview.pythonPath": "",
"terminal.integrated.inheritEnv": false,
"python.terminal.activateEnvironment": false,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"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",
"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,
"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",
"C_Cpp.clang_format_style": "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",
"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,
"editor.hover.enabled": false,
"terminal.integrated.gpuAcceleration": "on",
"terminal.integrated.shellIntegration.suggestEnabled": true,
"git.showCommitInput": false,
"C_Cpp.loggingLevel": "None",
"C_Cpp.default.enableConfigurationSquiggles": false,
"files.autoGuessEncoding": true,
"workbench.layoutControl.enabled": false,
"window.commandCenter": false,
"workbench.editor.enablePreview": false,
"bitoAI.codeCompletion.setAutoCompletionTriggerLogic": 250,
"diffEditor.experimental.showMoves": true,
"diffEditor.useInlineViewWhenSpaceIsLimited": false,
"black-formatter.args": [
"--line-length=120",
],
"workbench.statusBar.visible": false,
"workbench.activityBar.location": "hidden"
}