Last active
February 20, 2025 06:56
-
-
Save enchant3dmango/0cb0ec4e010a8898db8776f0d11d70c1 to your computer and use it in GitHub Desktop.
Revisions
-
enchant3dmango revised this gist
Feb 20, 2025 . No changes.There are no files selected for viewing
-
enchant3dmango revised this gist
Feb 20, 2025 . 1 changed file with 22 additions and 20 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -46,30 +46,32 @@ }, "custom-ui-style.font.sansSerif": "GeistMono Nerd Font Propo", "custom-ui-style.stylesheet": { ".editor-widget.find-widget": "box-shadow: none; border-radius: 4px;", ".monaco-action-bar.quick-input-inline-action-bar": "display: none;", ".monaco-editor .cursors-layer .cursor": "background-image: linear-gradient(135deg, #FFC0CB 10%, #DA70D6 100%);", ".monaco-editor .scroll-decoration": "box-shadow: 0px 0px 20px rgba(0, 0, 0, .75) !important; top: -6px !important;", ".monaco-icon-description-container .label-description": "color: #808080 !important;", ".monaco-list-row.focused": "outline: none !important;", ".monaco-workbench .monaco-list:not(.element-focused):focus:before": "outline: none !important;", ".monaco-workbench .part.editor > .content .editor-group-container > .title > .label-container > .title-label": "padding-left: 60px;", ".monaco-workbench .part.editor > .content .editor-group-container > .title.title-border-bottom:after": "display: none;", ".monaco-workbench .part.sidebar > .title": "padding: 0 !important", ".monaco-workbench .part.sidebar > .title > .title-label h2": "color: #DA70D6 !important;", ".monaco-scrollable-element > .shadow.top": "display: none;", ".notification-toast": "box-shadow: none !important;", ".quick-input-list .scrollbar": "display: none;", ".quick-input-titlebar": "background: #100B15 !important;", ".quick-input-widget": "top: 25vh !important;", ".quick-input-widget.show-file-icons": "box-shadow: none !important;", ".search-icon": "display: none !important;", ".search-label": "font-family: GeistMono Nerd Font Propo !important; font-size: 12px !important; color: #FFFF; display: block;", ".sidebar": "border: none !important;", ".slider": "position: absolute !important; right: 5px !important; width: 5px !important; background: #DA70D6 !important; left: auto !important;", ".title-actions": "display: none !important;", ".title .monaco-icon-label.file-icon": "margin: 0 60px;", ".title .monaco-icon-label:after": "margin-right: 0;", ".title .monaco-icon-name-container .label-name": "color: #DA70D6 !important;", ".title.show-file-icons .label-container .monaco-icon-label.file-icon": "justify-content: center; padding: 0 !important;" }, "diffEditor.ignoreTrimWhitespace": false, "editor.codeLens": true, -
enchant3dmango revised this gist
Feb 19, 2025 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -162,7 +162,7 @@ "go.toolsManagement.autoUpdate": true, "javascript.updateImportsOnFileMove.enabled": "always", "makefile.configureOnOpen": true, "material-icon-theme.hidesExplorerArrows": true, "python.terminal.activateEnvironment": true, "redhat.telemetry.enabled": false, "scm.diffDecorations": "all", @@ -221,5 +221,5 @@ "workbench.tree.renderIndentGuides": "onHover", "yaml.schemas": { "file://${userHome}/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" } } -
enchant3dmango revised this gist
Feb 19, 2025 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -65,6 +65,7 @@ ".sidebar": "border: none !important", ".sidebar .title-label": "padding: 0 !important", ".slider": "position: absolute !important; right: 5px !important; width: 5px !important; background: #DA70D6 !important; left: auto !important;", ".title-label": "color: #DA70D6 !important", ".title .monaco-icon-label.file-icon": "margin: 0 60px", ".title .monaco-icon-label:after": "margin-right: 0", ".title-actions": "display: none !important", @@ -161,8 +162,7 @@ "go.toolsManagement.autoUpdate": true, "javascript.updateImportsOnFileMove.enabled": "always", "makefile.configureOnOpen": true, "material-icon-theme.hidesExplorerArrows": true, "python.terminal.activateEnvironment": true, "redhat.telemetry.enabled": false, "scm.diffDecorations": "all", @@ -184,9 +184,9 @@ "terminal.integrated.fontSize": 14, "terminal.integrated.fontWeight": "normal", "terminal.integrated.lineHeight": 1, "window.commandCenter": false, "window.customTitleBarVisibility": "never", "window.titleBarStyle": "native", "workbench.activityBar.location": "bottom", "workbench.colorCustomizations": { "editorCursor.background": "#000000", @@ -211,6 +211,8 @@ "*.xlsx": "gc-excelviewer-excel-editor" }, "workbench.iconTheme": "material-icon-theme", "workbench.layoutControl.enabled": false, "workbench.navigationControl.enabled": false, "workbench.settings.applyToAllProfiles": ["editor.codeLensFontFamily"], "workbench.sideBar.location": "right", "workbench.startupEditor": "none", -
enchant3dmango revised this gist
Feb 19, 2025 . 1 changed file with 21 additions and 18 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -46,26 +46,29 @@ }, "custom-ui-style.font.sansSerif": "GeistMono Nerd Font Propo", "custom-ui-style.stylesheet": { ".editor-widget.find-widget": "box-shadow: none; border-radius: 4px", ".monaco-action-bar.quick-input-inline-action-bar": "display: none", ".monaco-editor .cursors-layer .cursor": "background-image: linear-gradient(135deg, #FFC0CB 10%, #DA70D6 100%)", ".monaco-editor .scroll-decoration": "box-shadow: 0px 0px 20px rgba(0, 0, 0, .75) !important; top: -6px !important;", ".monaco-list-row.focused": "outline: none !important", ".monaco-workbench .monaco-list:not(.element-focused):focus:before": "outline: none !important", ".monaco-workbench .part.editor > .content .editor-group-container > .title > .label-container > .title-label": "padding-left: 60px", ".monaco-workbench .part.editor > .content .editor-group-container > .title.title-border-bottom:after": "display: none", ".monaco-scrollable-element > .shadow.top": "display: none", ".notification-toast": "box-shadow: none !important", ".quick-input-list .scrollbar": "display: none", ".quick-input-titlebar": "background: #100B15 !important", ".quick-input-widget": "top: 25vh !important", ".quick-input-widget.show-file-icons": "box-shadow: none !important", ".search-icon": "display: none !important;", ".search-label": "font-family: GeistMono Nerd Font Propo !important; font-size: 12px !important; color: #FFFF; display: block;", ".sidebar": "border: none !important", ".sidebar .title-label": "padding: 0 !important", ".slider": "position: absolute !important; right: 5px !important; width: 5px !important; background: #DA70D6 !important; left: auto !important;", ".title .monaco-icon-label.file-icon": "margin: 0 60px", ".title .monaco-icon-label:after": "margin-right: 0", ".title-actions": "display: none !important", ".title.show-file-icons .label-container .monaco-icon-label.file-icon": "justify-content: center; padding: 0 !important" }, "diffEditor.ignoreTrimWhitespace": false, "editor.codeLens": true, @@ -182,11 +185,11 @@ "terminal.integrated.fontWeight": "normal", "terminal.integrated.lineHeight": 1, "window.customTitleBarVisibility": "never", "window.titleBarStyle": "native", "window.zoomLevel": 0, "workbench.activityBar.location": "bottom", "workbench.colorCustomizations": { "editorCursor.background": "#000000", "editorOverviewRuler.wordHighlightStrongForeground": "#0000", "editorOverviewRuler.selectionHighlightForeground": "#0000", "editorOverviewRuler.rangeHighlightForeground": "#0000", @@ -215,6 +218,6 @@ "workbench.tree.indent": 12, "workbench.tree.renderIndentGuides": "onHover", "yaml.schemas": { "file://${userHome}/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" }, } -
enchant3dmango revised this gist
Feb 19, 2025 . 1 changed file with 102 additions and 18 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -36,19 +36,86 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "breadcrumbs.enabled": false, "chat.commandCenter.enabled": false, // GitHub Copilot "custom-ui-style.electron": { "titleBar": "hiddenInset", "trafficLightPosition": { "x": 20, "y": 16 } }, "custom-ui-style.font.sansSerif": "GeistMono Nerd Font Propo", "custom-ui-style.stylesheet": { ".notification-toast": "box-shadow: none !important", ".quick-input-widget.show-file-icons": "box-shadow: none !important", ".quick-input-widget": "top: 25vh !important", ".quick-input-list .scrollbar": "display: none", ".monaco-action-bar.quick-input-inline-action-bar": "display: none", ".editor-widget.find-widget": "box-shadow: none; border-radius: 4px", ".quick-input-titlebar": "background: #100B15 !important", ".monaco-workbench .part.editor > .content .editor-group-container > .title.title-border-bottom:after": "display: none", ".monaco-scrollable-element > .shadow.top": "display: none", ".sidebar .title-label": "padding: 0 !important", ".sidebar": "border: none !important", ".monaco-workbench .monaco-list:not(.element-focused):focus:before": "outline: none !important", ".monaco-list-row.focused": "outline: none !important", ".monaco-editor .scroll-decoration": "display: none", ".title-actions": "display: none !important", ".title.show-file-icons .label-container .monaco-icon-label.file-icon": "justify-content: center; padding: 0 !important", ".title .monaco-icon-label:after": "margin-right: 0", ".monaco-workbench .part.editor > .content .editor-group-container > .title > .label-container > .title-label": "padding-left: 60px", ".title .monaco-icon-label.file-icon": "margin: 0 60px", ".monaco-editor .cursors-layer .cursor": "background-image: linear-gradient(135deg, #ffaffc 10%, #DA70D6 100%)" }, "diffEditor.ignoreTrimWhitespace": false, "editor.codeLens": true, "editor.colorDecorators": true, "editor.cursorBlinking": "smooth", "editor.cursorSmoothCaretAnimation": "on", "editor.cursorStyle": "block", "editor.detectIndentation": true, "editor.fontFamily": "GeistMono Nerd Font Propo", "editor.fontLigatures": "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'", "editor.fontSize": 14, "editor.fontWeight": "normal", "editor.guides.indentation": true, "editor.hideCursorInOverviewRuler": true, "editor.hover.enabled": true, "editor.largeFileOptimizations": false, "editor.lightbulb.enabled": "onCode", "editor.lineNumbers": "on", "editor.links": true, "editor.matchBrackets": "always", "editor.minimap.enabled": false, "editor.minimap.renderCharacters": false, "editor.occurrencesHighlight": "singleFile", "editor.overviewRulerBorder": false, "editor.parameterHints.enabled": true, "editor.renderLineHighlight": "all", "editor.renderWhitespace": "none", "editor.scrollbar.horizontal": "auto", "editor.scrollbar.vertical": "auto", "editor.selectionHighlight": true, "editor.showFoldingControls": "mouseover", "editor.snippetSuggestions": "top", "editor.stickyScroll.defaultModel": "outlineModel", "editor.stickyScroll.enabled": true, "editor.tabCompletion": "on", "editor.tokenColorCustomizations": { "textMateRules": [ { "scope": "comment", "settings": { "fontStyle": "italic" } } ] }, "emmet.triggerExpansionOnTab": true, "explorer.compactFolders": false, "explorer.confirmDragAndDrop": true, "explorer.confirmDelete": true, "explorer.decorations.badges": false, "files.insertFinalNewline": true, "files.trimTrailingWhitespace": true, "files.watcherExclude": { @@ -58,6 +125,7 @@ }, "git.autofetch": true, "git.confirmSync": false, "git.decorations.enabled": true, "git.enableSmartCommit": true, "git.openRepositoryInParentFolders": "always", "github.copilot.advanced": { @@ -90,9 +158,11 @@ "go.toolsManagement.autoUpdate": true, "javascript.updateImportsOnFileMove.enabled": "always", "makefile.configureOnOpen": true, "material-icon-theme.hidesExplorerArrows": true, "python.defaultInterpreterPath": "/usr/bin/python3", "python.terminal.activateEnvironment": true, "redhat.telemetry.enabled": false, "scm.diffDecorations": "all", "scm.graph.badges": "all", "solidity.telemetry": true, "terminal.integrated.allowedLinkSchemes": [ @@ -108,29 +178,43 @@ "terminal.integrated.defaultProfile.windows": "PowerShell", "terminal.integrated.gpuAcceleration": "auto", "terminal.integrated.fontFamily": "GeistMono Nerd Font Propo", "terminal.integrated.fontSize": 14, "terminal.integrated.fontWeight": "normal", "terminal.integrated.lineHeight": 1, "window.customTitleBarVisibility": "never", "window.titleBarStyle":"native", "window.zoomLevel": 0, "workbench.activityBar.location": "bottom", "workbench.colorCustomizations": { "editorCursor.background": "#0000", "editorOverviewRuler.wordHighlightStrongForeground": "#0000", "editorOverviewRuler.selectionHighlightForeground": "#0000", "editorOverviewRuler.rangeHighlightForeground": "#0000", "editorOverviewRuler.wordHighlightForeground": "#0000", "editorOverviewRuler.bracketMatchForeground": "#0000", "editorOverviewRuler.findMatchForeground": "#0000", "editorOverviewRuler.modifiedForeground": "#FFAA33", "editorOverviewRuler.deletedForeground": "#FFAA33", "editorOverviewRuler.warningForeground": "#F2E30C", "editorOverviewRuler.addedForeground": "#008000", "editorOverviewRuler.errorForeground": "#FF0000", "editorOverviewRuler.infoForeground": "#0000FF", "editorOverviewRuler.border": "#0000", "tree.indentGuidesStroke": "#008000" }, "workbench.colorTheme": "Default Dark Modern", "workbench.editor.showTabs": "single", "workbench.editorAssociations": { "*.xlsx": "gc-excelviewer-excel-editor" }, "workbench.iconTheme": "material-icon-theme", "workbench.settings.applyToAllProfiles": ["editor.codeLensFontFamily"], "workbench.sideBar.location": "right", "workbench.startupEditor": "none", "workbench.statusBar.visible": true, "workbench.tree.indent": 12, "workbench.tree.renderIndentGuides": "onHover", "yaml.schemas": { "file://{$userHome}.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" }, } -
enchant3dmango revised this gist
Feb 18, 2025 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -39,7 +39,7 @@ "diffEditor.ignoreTrimWhitespace": false, "editor.cursorBlinking": "smooth", "editor.cursorSmoothCaretAnimation": "on", "editor.fontFamily": "GeistMono Nerd Font Propo", "editor.fontLigatures": "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'", "editor.fontSize": 13, "editor.fontWeight": "450", @@ -112,8 +112,8 @@ "terminal.integrated.fontWeight": "normal", "terminal.integrated.lineHeight": 1, "vscode_custom_css.imports": [ "file://${userHome}/.config/vscode/custom.css", "file://${userHome}/.config/vscode/custom.js", ], "workbench.activityBar.location": "bottom", "workbench.editor.showTabs": "single", @@ -133,4 +133,4 @@ "yaml.schemas": { "file:///Users/andresitorus/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" } } -
enchant3dmango revised this gist
Feb 18, 2025 . No changes.There are no files selected for viewing
-
enchant3dmango revised this gist
Feb 18, 2025 . 1 changed file with 28 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,10 @@ { "[css]": { "editor.defaultFormatter": "vscode.css-language-features" }, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "[java]": { "editor.defaultFormatter": "redhat.java" }, @@ -17,7 +23,7 @@ }, "[solidity]": { "editor.defaultFormatter": "NomicFoundation.hardhat-solidity", "editor.formatOnSave": true }, "[sql]": { "editor.defaultFormatter": "inferrinizzard.prettier-sql-vscode" @@ -29,17 +35,22 @@ "editor.formatOnSave": false, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "breadcrumbs.enabled": false, "diffEditor.ignoreTrimWhitespace": false, "editor.cursorBlinking": "smooth", "editor.cursorSmoothCaretAnimation": "on", "editor.fontFamily": "Geist Mono", "editor.fontLigatures": "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'", "editor.fontSize": 13, "editor.fontWeight": "450", "editor.hideCursorInOverviewRuler": true, "editor.largeFileOptimizations": false, "editor.minimap.enabled": false, "editor.minimap.renderCharacters": false, "editor.stickyScroll.enabled": true, "explorer.compactFolders": false, "files.insertFinalNewline": true, "files.trimTrailingWhitespace": true, "files.watcherExclude": { "**/.bloop": true, "**/.metals": true, @@ -96,11 +107,19 @@ "terminal.integrated.autoReplies": {}, "terminal.integrated.defaultProfile.windows": "PowerShell", "terminal.integrated.gpuAcceleration": "auto", "terminal.integrated.fontFamily": "GeistMono Nerd Font Propo", "terminal.integrated.fontSize": 12, "terminal.integrated.fontWeight": "normal", "terminal.integrated.lineHeight": 1, "vscode_custom_css.imports": [ "file:///Users/enchant3dmango/.config/vscode/custom.css", "file:///Users/enchant3dmango/.config/vscode/custom.js" ], "workbench.activityBar.location": "bottom", "workbench.editor.showTabs": "single", "workbench.editor.editorActionsLocation": "titleBar", "workbench.iconTheme": "material-icon-theme", "workbench.statusBar.visible": true, "workbench.tree.indent": 12.5, "workbench.tree.renderIndentGuides": "always", "workbench.colorCustomizations": { @@ -109,10 +128,9 @@ "workbench.editorAssociations": { "*.xlsx": "gc-excelviewer-excel-editor" }, "workbench.settings.applyToAllProfiles": ["editor.codeLensFontFamily"], "workbench.startupEditor": "none", "yaml.schemas": { "file:///Users/andresitorus/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" } } -
enchant3dmango revised this gist
Feb 7, 2025 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ }, "[solidity]": { "editor.defaultFormatter": "NomicFoundation.hardhat-solidity", "editor.formatOnSave": true, }, "[sql]": { "editor.defaultFormatter": "inferrinizzard.prettier-sql-vscode" @@ -46,7 +46,9 @@ "**/.ammonite": true }, "git.autofetch": true, "git.confirmSync": false, "git.enableSmartCommit": true, "git.openRepositoryInParentFolders": "always", "github.copilot.advanced": { "authProvider": "github" }, @@ -76,6 +78,7 @@ "gitlens.views.searchAndCompare.pullRequests.enabled": false, "go.toolsManagement.autoUpdate": true, "javascript.updateImportsOnFileMove.enabled": "always", "makefile.configureOnOpen": true, "python.defaultInterpreterPath": "/usr/bin/python3", "python.terminal.activateEnvironment": true, "redhat.telemetry.enabled": false, -
enchant3dmango revised this gist
Jan 25, 2025 . No changes.There are no files selected for viewing
-
enchant3dmango revised this gist
Jan 25, 2025 . 1 changed file with 26 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,10 @@ "editor.defaultFormatter": "charliermarsh.ruff", "editor.formatOnType": true }, "[solidity]": { "editor.defaultFormatter": "NomicFoundation.hardhat-solidity", "editor.formatOnSave": true }, "[sql]": { "editor.defaultFormatter": "inferrinizzard.prettier-sql-vscode" }, @@ -43,6 +47,9 @@ }, "git.autofetch": true, "git.enableSmartCommit": true, "github.copilot.advanced": { "authProvider": "github" }, "gitlens.advanced.messages": { "suppressGitDisabledWarning": true, "suppressIntegrationDisconnectedTooManyFailedRequestsWarning": true @@ -69,26 +76,40 @@ "gitlens.views.searchAndCompare.pullRequests.enabled": false, "go.toolsManagement.autoUpdate": true, "javascript.updateImportsOnFileMove.enabled": "always", "python.defaultInterpreterPath": "/usr/bin/python3", "python.terminal.activateEnvironment": true, "redhat.telemetry.enabled": false, "scm.graph.badges": "all", "solidity.telemetry": true, "terminal.integrated.allowedLinkSchemes": [ "file", "http", "https", "mailto", "vscode", "vscode-insiders", "docker-desktop" ], "terminal.integrated.autoReplies": {}, "terminal.integrated.defaultProfile.windows": "PowerShell", "terminal.integrated.gpuAcceleration": "auto", "terminal.integrated.fontFamily": "FiraCode Nerd Font Propo", "terminal.integrated.fontSize": 13, "terminal.integrated.fontWeight": "450", "workbench.iconTheme": "material-icon-theme", "workbench.colorTheme": "GitHub Dark Dimmed", "workbench.tree.indent": 12.5, "workbench.tree.renderIndentGuides": "always", "workbench.colorCustomizations": { "tree.indentGuidesStroke": "#7fcb91" }, "workbench.editorAssociations": { "*.xlsx": "gc-excelviewer-excel-editor" }, "workbench.settings.applyToAllProfiles": [ "editor.codeLensFontFamily" ], "yaml.schemas": { "file:///Users/andresitorus/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" }, } -
enchant3dmango revised this gist
Jul 4, 2024 . 1 changed file with 8 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[python]": { "editor.defaultFormatter": "charliermarsh.ruff", "editor.formatOnType": true }, "[sql]": { @@ -85,5 +85,10 @@ "workbench.colorCustomizations": { "tree.indentGuidesStroke": "#7fcb91" }, "workbench.settings.applyToAllProfiles": [ "editor.codeLensFontFamily" ], "workbench.editorAssociations": { "*.xlsx": "gc-excelviewer-excel-editor" } } -
enchant3dmango revised this gist
Feb 2, 2024 . 1 changed file with 89 additions and 68 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,68 +1,89 @@ { "[java]": { "editor.defaultFormatter": "redhat.java" }, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[python]": { "editor.defaultFormatter": "ms-python.autopep8", "editor.formatOnType": true }, "[sql]": { "editor.defaultFormatter": "inferrinizzard.prettier-sql-vscode" }, "[xml]": { "editor.defaultFormatter": "redhat.vscode-xml" }, "[yaml]": { "editor.formatOnSave": false, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "diffEditor.ignoreTrimWhitespace": false, "editor.cursorBlinking": "smooth", "editor.cursorSmoothCaretAnimation": "on", "editor.fontFamily": "Fira Code Retina", "editor.fontLigatures": "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'", "editor.fontSize": 13, "editor.fontWeight": "450", "editor.largeFileOptimizations": false, "editor.minimap.renderCharacters": false, "editor.stickyScroll.enabled": true, "explorer.compactFolders": false, "files.watcherExclude": { "**/.bloop": true, "**/.metals": true, "**/.ammonite": true }, "git.autofetch": true, "git.enableSmartCommit": true, "gitlens.advanced.messages": { "suppressGitDisabledWarning": true, "suppressIntegrationDisconnectedTooManyFailedRequestsWarning": true }, "gitlens.currentLine.pullRequests.enabled": false, "gitlens.hovers.autolinks.enhanced": false, "gitlens.hovers.pullRequests.enabled": false, "gitlens.statusBar.pullRequests.enabled": false, "gitlens.views.branches.pullRequests.enabled": false, "gitlens.views.branches.pullRequests.showForBranches": false, "gitlens.views.branches.pullRequests.showForCommits": false, "gitlens.views.commits.pullRequests.enabled": false, "gitlens.views.commits.pullRequests.showForBranches": false, "gitlens.views.commits.pullRequests.showForCommits": false, "gitlens.views.contributors.pullRequests.enabled": false, "gitlens.views.contributors.pullRequests.showForCommits": false, "gitlens.views.remotes.pullRequests.showForCommits": false, "gitlens.views.remotes.pullRequests.showForBranches": false, "gitlens.views.remotes.pullRequests.enabled": false, "gitlens.views.repositories.pullRequests.showForCommits": false, "gitlens.views.repositories.pullRequests.showForBranches": false, "gitlens.views.repositories.pullRequests.enabled": false, "gitlens.views.searchAndCompare.pullRequests.showForCommits": false, "gitlens.views.searchAndCompare.pullRequests.enabled": false, "go.toolsManagement.autoUpdate": true, "javascript.updateImportsOnFileMove.enabled": "always", "python.terminal.activateEnvironment": true, "redhat.telemetry.enabled": false, "terminal.integrated.autoReplies": {}, "terminal.integrated.defaultProfile.windows": "PowerShell", "terminal.integrated.gpuAcceleration": "auto", "terminal.integrated.fontFamily": "FiraCode Nerd Font Propo", "terminal.integrated.fontSize": 13, "terminal.integrated.fontWeight": "450", "window.zoomLevel": -1, "workbench.iconTheme": "material-icon-theme", "workbench.colorTheme": "GitHub Dark Dimmed", "workbench.tree.indent": 12.5, "workbench.tree.renderIndentGuides": "always", "workbench.colorCustomizations": { "tree.indentGuidesStroke": "#7fcb91" }, "workbench.settings.applyToAllProfiles": ["editor.codeLensFontFamily"] } -
enchant3dmango revised this gist
Sep 8, 2023 . 1 changed file with 61 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,68 @@ { "git.autofetch": true, "gitlens.advanced.messages": { "suppressGitDisabledWarning": true, "suppressIntegrationDisconnectedTooManyFailedRequestsWarning": true }, "gitlens.currentLine.pullRequests.enabled": false, "gitlens.hovers.autolinks.enhanced": false, "gitlens.hovers.pullRequests.enabled": false, "gitlens.statusBar.pullRequests.enabled": false, "gitlens.views.branches.pullRequests.enabled": false, "gitlens.views.branches.pullRequests.showForBranches": false, "gitlens.views.branches.pullRequests.showForCommits": false, "gitlens.views.commits.pullRequests.enabled": false, "gitlens.views.commits.pullRequests.showForBranches": false, "gitlens.views.commits.pullRequests.showForCommits": false, "gitlens.views.contributors.pullRequests.enabled": false, "gitlens.views.contributors.pullRequests.showForCommits": false, "gitlens.views.searchAndCompare.pullRequests.showForCommits": false, "gitlens.views.searchAndCompare.pullRequests.enabled": false, "gitlens.views.repositories.pullRequests.showForCommits": false, "gitlens.views.repositories.pullRequests.showForBranches": false, "gitlens.views.repositories.pullRequests.enabled": false, "gitlens.views.remotes.pullRequests.showForCommits": false, "gitlens.views.remotes.pullRequests.showForBranches": false, "gitlens.views.remotes.pullRequests.enabled": false, "redhat.telemetry.enabled": false, "diffEditor.ignoreTrimWhitespace": false, "[java]": { "editor.defaultFormatter": "redhat.java" }, "python.terminal.activateEnvironment": true, "go.toolsManagement.autoUpdate": true, "[python]": { "editor.defaultFormatter": "ms-python.autopep8", "editor.formatOnType": true }, "editor.cursorBlinking": "smooth", "editor.cursorSmoothCaretAnimation": "on", "editor.minimap.renderCharacters": false, "[xml]": { "editor.defaultFormatter": "redhat.vscode-xml" }, "workbench.iconTheme": "material-icon-theme", "workbench.colorTheme": "One Monokai", "workbench.tree.indent": 15, "workbench.tree.renderIndentGuides": "always", "workbench.colorCustomizations": { "tree.indentGuidesStroke": "#4acb68" }, "terminal.integrated.defaultProfile.windows": "PowerShell", "terminal.integrated.gpuAcceleration": "auto", "terminal.integrated.fontFamily": "FiraCode Nerd Font Mono", "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "javascript.updateImportsOnFileMove.enabled": "always", "files.watcherExclude": { "**/.bloop": true, "**/.metals": true, "**/.ammonite": true }, "git.enableSmartCommit": true, "window.zoomLevel": -1 } -
enchant3dmango created this gist
Sep 8, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ { "[python]": { "editor.defaultFormatter": "ms-python.autopep8" }, "workbench.tree.indent": 15, "workbench.tree.renderIndentGuides": "always", "workbench.colorCustomizations": { "tree.indentGuidesStroke": "#05ef3c" }, "editor.cursorBlinking": "smooth", "editor.cursorSmoothCaretAnimation": "on", }