{ "extensions.ignoreRecommendations": true, "telemetry.enableCrashReporter": false, "telemetry.enableTelemetry": false, "window.zoomLevel": 0, "liveshare.guestApprovalRequired": true, "markdown.preview.fontSize": 16, "editor.formatOnSave": false, // fuck this shit "window.title": "${dirty}${activeEditorShort}@vscode", "zenMode.fullScreen": false, "zenMode.centerLayout": false, "zenMode.hideLineNumbers": false, "zenMode.hideActivityBar": true, "zenMode.hideStatusBar": true, "zenMode.silentNotifications": true, "zenMode.restore": true, // the funny tab things piss me off "css.completion.completePropertyWithSemicolon": false, // would rather type out myself "html.autoClosingTags": false, // would rather type out myself "editor.renderWhitespace": "all", "editor.useTabStops": false, // OH BOY Fuck this "breadcrumbs.enabled": false, //directory listing, sometimes nice but i like it off "window.menuBarVisibility": "toggle", "editor.minimap.enabled": false, // never liked this go begin with "workbench.statusBar.visible": true, // sometimes nice, hidden in zen "workbench.iconTheme": null, // looks nicer without icons "workbench.colorCustomizations": { "activityBar.background": "#031d09", // css doesn't change this one thing for some reason "editor.background": "#031d09", // and this "scrollbarSlider.background": "#031d09", // these hide scroll bar into background "scrollbarSlider.activeBackground": "#031d09", "scrollbarSlider.hoverBackground": "#031d09", "editorGroup.emptyBackground": "#031d09", "editorGroup.border": "#031d09", // this line is about as thing as my patience "editorWidget.background": "#031d09", // hehe funny find "tab.activeBackground": "#031d09", "tab.inactiveBackground": "#031d09", "editorGroupHeader.tabsBackground": "#031d09", "editorGroupHeader.noTabsBackground": "#031d09", "breadcrumbPicker.background": "#031d09", "list.activeSelectionBackground": "#031d09", "list.hoverBackground": "#031d09", "settings.checkboxBackground": "#031d09", "settings.dropdownBackground": "#031d09", "settings.numberInputBackground": "#031d09", "settings.textInputBackground": "#031d09", "sideBar.background": "#031d09", "sideBarSectionHeader.background": "#031d09", "statusBar.background": "#031d09", "titleBar.activeBackground": "#031d09", "titleBar.inactiveBackground": "#031d09" }, "files.associations": { "*.HC": "c", "*.H": "c", "*.HPP": "cpp", "*mpy": "python", "*.starfall": "lua" }, // "editor.fontFamily": "Unifont, Consolas, 'Courier New', monospace", "editor.fontFamily": "'Sarasa Mono J', Unifont, Consolas, 'Courier New', monospace", // unifont looks weird on high dpi displays "editor.fontSize": 16, "[html]": { "editor.formatOnSave": false }, "window.titleBarStyle": "native", "zenMode.showTabs": "single", "editor.guides.indentation": false, "git.openRepositoryInParentFolders": "never", "window.customTitleBarVisibility": "never", "python.defaultInterpreterPath": "N:\\conda" }