Created
September 20, 2022 07:33
-
-
Save Refzlund/facfb387fe6d0463380cb517c9534001 to your computer and use it in GitHub Desktop.
VSCode Settings
This file contains 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 characters
{ | |
"workbench.colorCustomizations": { | |
// These settings make it so ScreenToGif can make the background transparent | |
// "editor.lineHighlightBackground": "#00000000", | |
// "editorCursor.foreground": "#ffffff00", | |
"[Juicy]": { | |
"editor.background": "#101010", | |
"tab.inactiveBackground": "#202020", | |
"sideBar.background": "#101010", | |
"scrollbarSlider.background": "#232323", | |
"titleBar.activeBackground": "#272727", | |
"tab.border": "#191919", | |
"tab.unfocusedActiveBackground": "#191919", | |
"tab.unfocusedInactiveBackground": "#191919", | |
"editorOverviewRuler.border": "#00000000", | |
"editorGroupHeader.tabsBackground": "#191919", | |
"sash.hoverBorder": "#057affa4", | |
"editorGroup.border": "#00000000", | |
"editor.lineHighlightBackground": "#1a1a1a", | |
"peekViewEditor.background": "#191919", | |
"peekViewResult.background": "#191919", | |
"peekViewEditor.matchHighlightBackground": "#057aff3f", | |
"peekViewResult.matchHighlightBackground": "#057aff3f", | |
"peekViewResult.selectionBackground": "#1f1f1f" | |
}, | |
// Line Highlight | |
"editor.lineHighlightBorder": "#00000000", | |
// uncommitted changes - color | |
"gitlens.trailingLineForegroundColor": "#00000000", | |
// Bracket matching | |
"editorBracketMatch.border": "#00000000", | |
"editorBracketMatch.background": "#00000000", | |
// Hover widget | |
"editorHoverWidget.background": "#1d1d1d", | |
"editorHoverWidget.border": "#00000000", | |
// Suggest widget | |
"editorSuggestWidget.border": "#00000000", | |
"editorSuggestWidget.selectedBackground": "#094771" | |
}, | |
"editor.suggest.showSnippets": true, | |
"npm.packageManager": "pnpm", | |
"terminal.integrated.profiles.windows": { | |
"PowerShell": { | |
"source": "PowerShell", | |
"icon": "terminal-powershell", | |
"args": ["-nologo"] | |
}, | |
"Command Prompt": { | |
"path": [ | |
"${env:windir}\\Sysnative\\cmd.exe", | |
"${env:windir}\\System32\\cmd.exe" | |
], | |
"args": [], | |
"icon": "terminal-cmd" | |
}, | |
"Git Bash": { | |
"source": "Git Bash" | |
} | |
}, | |
"explorer.confirmDragAndDrop": false, | |
"workbench.startupEditor": "welcomePage", | |
"update.showReleaseNotes": false, | |
"csharp.referencesCodeLens.enabled": false, | |
"csharp.format.enable": false, | |
"editor.fontFamily": "FiraCode Nerd Font Retina", | |
"editor.fontLigatures": true, | |
"editor.renderControlCharacters": false, | |
"editor.minimap.enabled": false, | |
"explorer.confirmDelete": false, | |
"editor.detectIndentation": false, | |
"window.openFilesInNewWindow": "on", | |
"python.linting.pylintEnabled": true, | |
"editor.formatOnType": true, | |
"terminal.integrated.defaultProfile.windows": "PowerShell", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"python.languageServer": "Default", | |
"workbench.editor.wrapTabs": true, | |
"explorer.openEditors.visible": 0, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"[javascript]": { | |
"editor.defaultFormatter": "ms-vsliveshare.vsliveshare" | |
}, | |
"prettier.useTabs": true, | |
"liveSassCompile.settings.showOutputWindow": false, | |
"[html]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"angular.experimental-ivy": true, | |
"editor.linkedEditing": true, | |
"editor.fontSize": 13.5, | |
"autoHide.autoHideSideBar": false, | |
"autoHide.panelDelay": 0, | |
"autoHide.hideOnOpen": false, | |
"editor.lineHeight": 26, | |
"workbench.tree.indent": 21, | |
"workbench.editor.tabSizing": "shrink", | |
"workbench.tree.renderIndentGuides": "none", | |
"outline.icons": true, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"breadcrumbs.enabled": true, | |
"editor.padding.top": 135, | |
"git.decorations.enabled": false, | |
"git.autofetch": true, | |
"git.confirmSync": false, | |
"workbench.editor.showTabs": true, | |
"editor.cursorBlinking": "phase", | |
"editor.cursorSurroundingLines": 5, | |
"editor.wordWrap": "on", | |
"editor.foldingHighlight": false, | |
"editor.renderLineHighlightOnlyWhenFocus": true, | |
"editor.renderWhitespace": "none", | |
"editor.smoothScrolling": true, | |
"editor.wrappingStrategy": "advanced", | |
"editor.formatOnPaste": true, | |
"editor.mouseWheelScrollSensitivity": 1.25, | |
"editor.fastScrollSensitivity": 3.11, | |
"explorer.incrementalNaming": "smart", | |
"window.dialogStyle": "custom", | |
"window.menuBarVisibility": "classic", | |
"window.restoreWindows": "none", | |
"window.title": "${dirty}${activeEditorShort} — ${rootName}", | |
"workbench.editor.decorations.badges": false, | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter.notebook.ipynb" | |
}, | |
"editor.insertSpaces": false, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"customizeUI.activityBar": "bottom", | |
"customizeUI.font.monospace": "Fira Code Retina", | |
//"customizeUI.font.regular": "Lato", | |
"customizeUI.moveStatusbar": true, | |
"customizeUI.titleBar": "frameless", | |
"window.titleBarStyle": "custom", | |
"customizeUI.listRowHeight": 23, | |
"discord.removeRemoteRepository": true, | |
"discord.lowerDetailsEditing": "Line {current_line}/{total_lines}, column {current_column}", | |
"discord.lowerDetailsIdling": "Checking stuff out", | |
"discord.detailsIdling": "Dominating Gnomes", | |
"discord.suppressNotifications": true, | |
"discord.largeImageIdling": "That's me licking your face on the profile picture. I am lick meister 9000 FYI. Do you KNOW how long a giraffe's tongue is?", | |
"discord.smallImage": "Bruh, the amount of stalking you're doing right now. You even checked this TINY ASS icon? B-r-u-h.", | |
"discord.detailsEditing": "{file_name}", | |
"discord.largeImage": "You'd THINK I'm editing {LANG}. No, I am actually an undercover agent, discovering the secret ways of life.", | |
"prettier.semi": false, | |
"prettier.tabWidth": 4, | |
"editor.formatOnSave": true, | |
"editor.formatOnSaveMode": "modifications", | |
"prettier.jsxSingleQuote": true, | |
"prettier.singleQuote": true, | |
"discord.idleTimeout": 400, | |
"[typescript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"prettier.bracketSpacing": true, | |
"editor.tabSize": 4, | |
"workbench.editor.pinnedTabSizing": "compact", | |
"prettier.printWidth": 115, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"svelte.enable-ts-plugin": true, | |
"explorer.compactFolders": false, | |
"editor.bracketPairColorization.enabled": true, | |
"customizeUI.stylesheet": { | |
".monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main": "padding-left: 5px;", | |
".monaco-editor .suggest-details > .monaco-scrollable-element": "margin-right: 5px;", | |
".monaco-editor .suggest-details > .monaco-scrollable-element > .body": "padding: 5px;", | |
".monaco-editor .suggest-details > .monaco-scrollable-element > .scrollbar.vertical": "opacity: 0;", | |
// * Hide shadow top | |
".monaco-scrollable-element > .shadow.top": "display: none;", | |
// * suggestWidget | |
".editor-widget.suggest-widget": "border-radius: 10px; padding: 6px;", | |
".editor-widget.suggest-widget .monaco-list-rows > .focused": "border-radius: 5px;", | |
".pane-body": "", | |
".monaco-shell, .monaco-workbench": "background-color: transparent !important;", | |
// * | |
".monaco-editor .suggest-widget .monaco-list .scrollbar.vertical > .slider": "border-radius: 3px;", | |
".monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main": "margin-right: 7px;", | |
".overlayWidgets > .suggest-details-container > .suggest-details": "border-radius: 5px; margin-left: 10px;", | |
".monaco-list.list_id_2:not(.drop-target) .monaco-list-row:hover:not(.selected):not(.focused)": "border-radius: 5px;", | |
".tabs-and-actions-container > .editor-actions": "opacity: 0.15; transition: opacity .25s ease;", | |
".tabs-and-actions-container > .editor-actions:hover": "opacity: 1;", | |
".explorer-folders-view > .monaco-list > .monaco-scrollable-element": "opacity: 1;", | |
}, | |
"[snippet]": { | |
"editor.formatOnSave": false, | |
"editor.formatOnPaste": false, | |
"editor.defaultFormatter": null | |
}, | |
"projectManager.git.baseFolders": [ | |
"/home/arthur/MEGA/Gits" | |
], | |
"editor.autoClosingBrackets": "always", | |
"gitlens.codeLens.authors.enabled": false, | |
"gitlens.codeLens.recentChange.enabled": false, | |
"editor.lineDecorationsWidth": 35, | |
"editor.renderLineHighlight": "all", | |
"alignment.operatorPadding": "right", | |
"alignment.surroundSpace": { | |
"colon": [ | |
1, | |
2 | |
], | |
"assignment": [ | |
1, | |
1 | |
], | |
"arrow": [ | |
1, | |
2 | |
], | |
"comment": 4 | |
}, | |
"window.customMenuBarAltFocus": false, | |
"terminal.integrated.rightClickBehavior": "default", | |
"editor.selectionClipboard": false, | |
"omnisharp.useGlobalMono": "always", | |
"javascript.preferences.quoteStyle": "single", | |
"typescript.preferences.quoteStyle": "single", | |
"sourcepawn.SourcemodHome": "C:/Users/45504/Documents/MEGA/Gits/csgo-plugins/.sourcemod/addons/sourcemod/scripting/include", | |
"sourcepawn.SpcompPath": "C:/Users/45504/Documents/MEGA/Gits/csgo-plugins/.sourcemod/addons/sourcemod/scripting/spcomp.exe", | |
"sourcepawn.AuthorName": "Arthur Refslund", | |
"sourcepawn.GithubName": "Refzlund", | |
"sourcepawn.uploadAfterSuccessfulCompile": false, | |
"sourcepawn.refreshAfterSuccessfulUpload": false, | |
"sourcepawn.outputDirectoryPath": "C:/Users/45504/Documents/MEGA/Gits/csgo-plugins/plugins/", | |
"macros.list": { | |
"compileSourcemod": [ | |
"sourcepawn-vscode.compileSM", | |
{ | |
"command": "$delay", | |
"args": { | |
"delay": 3500 | |
} | |
}, | |
"sourcepawn-vscode.uploadToServer", | |
{ | |
"command": "$delay", | |
"args": { | |
"delay": 650 | |
} | |
}, | |
"sourcepawn-vscode.refreshPlugins", | |
{ | |
"command": "$delay", | |
"args": { | |
"delay": 450 | |
} | |
}, | |
"sourcepawn-vscode.refreshPlugins" | |
] | |
}, | |
"codesnap.showWindowControls": false, | |
"codesnap.showWindowTitle": false, | |
"codesnap.transparentBackground": true, | |
"codesnap.boxShadow": "rgba(0, 0, 0, 0.4) 5px 5px 24px", | |
"editor.largeFileOptimizations": true, | |
"window.newWindowDimensions": "inherit", | |
"diffEditor.renderSideBySide": false, | |
"gitlens.advanced.messages": { | |
"suppressGitMissingWarning": true | |
}, | |
"editor.colorDecorators": true, | |
"todo-tree.highlights.foregroundColourScheme": [ | |
"red", | |
"orange", | |
"yellow", | |
"lightgreen", | |
"blue", | |
"indigo", | |
"violet" | |
], | |
"todo-tree.highlights.backgroundColourScheme": [ | |
"transparent", | |
"transparent", | |
"transparent", | |
"transparent", | |
"transparent", | |
"transparent", | |
"transparent" | |
], | |
"todo-tree.highlights.useColourScheme": true, | |
"errorLens.enabledDiagnosticLevels": [ | |
"warning", | |
"info", | |
"error" | |
], | |
"diffEditor.ignoreTrimWhitespace": false, | |
"javascript.format.semicolons": "remove", | |
"typescript.format.insertSpaceAfterSemicolonInForStatements": false, | |
"javascript.format.insertSpaceAfterSemicolonInForStatements": false, | |
"typescript.format.semicolons": "remove", | |
"typescriptHero.imports.insertSemicolons": false, | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": false, | |
"plaintext": false, | |
"markdown": false, | |
"typescript": true, | |
"svelte": true, | |
"tex": false | |
}, | |
"editor.guides.indentation": false, | |
"typescript.tsserver.experimental.enableProjectDiagnostics": false, | |
"workbench.editor.untitled.hint": "hidden", | |
"debug.onTaskErrors": "debugAnyway", | |
"editor.accessibilitySupport": "off", | |
"glassit.alpha": 250, | |
"workbench.colorTheme": "Juicy", | |
"svelte.plugin.svelte.compilerWarnings": { | |
"missing-declaration": "ignore" | |
}, | |
"workbench.sideBar.location": "right", | |
"explorer.fileNesting.enabled": true, | |
"git.mergeEditor": true, | |
"window.commandCenter": true, | |
"typescript.suggest.completeFunctionCalls": true, | |
"svelte.plugin.svelte.note-new-transformation": false, | |
"typescript.tsserver.log": "verbose", | |
"workbench.iconTheme": "ayu" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment