diff --git a/settings.json b/settings.json index 4d6c5e3..a18ab95 100644 --- a/settings.json +++ b/settings.json @@ -1,5 +1,4 @@ { - "workbench.colorTheme": "Default Light+", "editor.tabSize": 2, "C_Cpp.errorSquiggles": "Disabled", "workbench.editor.enablePreview": false, @@ -12,7 +11,7 @@ "workbench.colorCustomizations": { "editor.selectionBackground": "#ffa9cd", "editor.selectionHighlightBackground": "#ffa8a8", - "editorOverviewRuler.findMatchForeground": "#0000ff", + "editorOverviewRuler.findMatchForeground": "#0000ff", "editorOverviewRuler.selectionHighlightForeground": "#ff0000", "editorCursor.foreground": "#007523", "editorBracketMatch.border": "#97d3aa", @@ -42,7 +41,7 @@ "editor.minimap.maxColumn": 80, "editor.minimap.showSlider": "always", "editor.minimap.renderCharacters": false, - "window.zoomLevel": 1.0, + "window.zoomLevel": 1.5, "gitlens.currentLine.enabled": false, "gitlens.hovers.currentLine.over": "line", "gitlens.mode.statusBar.enabled": false, @@ -85,18 +84,22 @@ "C_Cpp.intelliSenseEngineFallback": "Enabled", "terminal.integrated.inheritEnv": false, "python.terminal.activateEnvironment": false, - "workbench.statusBar.visible": true, - "workbench.activityBar.visible": true, - "explorer.openEditors.visible": 20, + "workbench.statusBar.visible": false, + "workbench.activityBar.visible": false, + "explorer.openEditors.visible": 15, "workbench.editor.showTabs": true, "breadcrumbs.enabled": true, - "terminal.integrated.fontSize": 14, + "terminal.integrated.fontSize": 13, "window.menuBarVisibility": "compact", "diffEditor.ignoreTrimWhitespace": false, "files.maxMemoryForLargeFilesMB": 8192, "json.maxItemsComputed": 50000, + "cmake.configureOnOpen": false, + "extensions.ignoreRecommendations": false, "editor.cursorBlinking": "solid", - "window.title": "${rootName}", - + "window.title": "${folderName}${separator}${rootPath}", + "python.showStartPage": false, + "workbench.colorTheme": "Default Light+", + "rust.show_warnings": false, }