Skip to content

Instantly share code, notes, and snippets.

@lesliesibanda
Created June 24, 2024 05:30
Show Gist options
  • Save lesliesibanda/2a8525389309e92121b66792a7e11c92 to your computer and use it in GitHub Desktop.
Save lesliesibanda/2a8525389309e92121b66792a7e11c92 to your computer and use it in GitHub Desktop.
{
"sync.gist": "717146db068ff635b33ab4ef2118a6f3",
"editor.fontSize": 17,
"security.workspace.trust.untrustedFiles": "open",
"telemetry.telemetryLevel": "all",
// APC Appearance
"window.titleBarStyle": "native",
"apc.electron": {
"frame": false
},
"apc.header": {
"height": 40
},
"files.insertFinalNewline": true,
"debug.console.fontFamily": "JetBrains mono",
"debug.console.lineHeight": 20,
// "debug.toolBarLocation": "docked",
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.renderSideBySide": false,
"editor.bracketPairColorization.enabled": false,
"editor.colorDecorators": false,
"editor.cursorStyle":"line",
// "editor.fontFamily": "cascadia code",
// "editor.fontFamily": "caskaydia cove",
// "editor.fontFamily": "Hack",
"editor.fontFamily": "Jetbrains mono",
// "editor.fontFamily": "0xproto nerd font",
// "editor.fontFamily": "fira code",
// "editor.fontFamily": "caskydia",
// "editor.fontFamily": "cascadia code",
"editor.fontLigatures": "'ss01', 'cv03', 'zero'",
"editor.glyphMargin": false,
"editor.gotoLocation.multipleDeclarations": "goto",
"editor.gotoLocation.multipleDefinitions": "goto",
"editor.gotoLocation.multipleImplementations": "goto",
"editor.gotoLocation.multipleReferences": "goto",
"editor.gotoLocation.multipleTypeDefinitions": "goto",
"editor.guides.indentation": false,
"editor.hideCursorInOverviewRuler": true,
"editor.lineHeight": 25,
"editor.lineNumbers": "off",
"editor.matchBrackets": "near",
"editor.occurrencesHighlight": "off",
"editor.renderLineHighlight": "none",
"editor.renderWhitespace": "none",
"editor.scrollbar.horizontalScrollbarSize": 8,
"editor.scrollbar.verticalScrollbarSize": 8,
"explorer.compactFolders": false,
"explorer.decorations.badges": false,
"explorer.openEditors.visible": 1,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"markdown.preview.markEditorSelection": false,
"problems.decorations.enabled": false,
"scm.diffDecorations": "none",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.enableMultiLinePasteWarning": "never",
"terminal.integrated.fontSize": 15,
"terminal.integrated.lineHeight": 1.85,
"window.autoDetectColorScheme": true,
"window.newWindowDimensions": "inherit",
"window.title": "‎",
"workbench.editor.enablePreview": false,
"workbench.editor.revealIfOpen": true,
"workbench.list.horizontalScrolling": true,
"workbench.startupEditor": "none",
"workbench.tips.enabled": false,
"workbench.tree.indent": 16,
"workbench.tree.renderIndentGuides": "none",
"window.customTitleBarVisibility": "auto",
"symbols.hidesExplorerArrows": false,
"workbench.activityBar.location": "default",
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"editor.mouseWheelZoom": true,
"security.workspace.trust.banner": "never",
"editor.formatOnSave": true,
"scm.inputFontFamily": "JetBrains mono",
"editor.unicodeHighlight.nonBasicASCII": false,
"editor.formatOnPaste": true,
"bladeFormatter.format.sortHtmlAttributes": "code-guide",
"bladeFormatter.format.sortTailwindcssClasses": true,
"razor.format.codeBlockBraceOnNextLine": true,
"editor.quickSuggestionsDelay": 0,
"emmet.showSuggestionsAsSnippets": true,
"editor.quickSuggestions": {
"comments": true,
"strings": false,
"other": false
},
"workbench.editor.editorActionsLocation": "hidden",
"workbench.statusBar.visible": false,
"window.menuBarVisibility": "toggle",
"workbench.editor.showTabs": "single",
// "workbench.preferredLightColorTheme": "Zen Dark",
"workbench.sideBar.location": "right",
"apc.stylesheet": {
".monaco-dialog-modal-block": "border-radius:6px;",
".monaco-text-button": "border-radius:6px;",
".monaco-inputbox": "border-radius:6px",
".suggest-input-container": "border-radius: 6px;",
".editor-widget": "border-radius:8px !important;",
".editor-widget>.monaco-sash": "display: none;",
".monaco-hover": "border-radius: 6px !important;",
".scrollbar.horizontal": "height:6px !important",
".vertical>.slider": "width:6px !important",
".slider": "border-radius:6px;",
".quick-input-widget": {
"box-shadow": " 0 20px 100px rgba(0, 0, 0, 0.4) !important; ",
"border-radius": "13px !important; ",
"padding": " 10px 15px 0px 15px; ",
"margin-top": " 10%; ",
"border": " 1px solid rgba(128, 128, 128, 0.5) !important;"
},
".quick-input-header": "margin-bottom: 10px",
".suggest-widget": "box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);",
".suggest-details": "box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);"
},
"redhat.telemetry.enabled": false,
"workbench.colorTheme": "Flate Punk",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment