Last active
April 8, 2020 15:45
-
-
Save Luxcium/3868986443ed92231d0e92fe812edece to your computer and use it in GitHub Desktop.
My main VSCode Settings
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 characters
Show hidden characters
// =====2020=====Luxcium=====Author==Benjamin=Vincent=(Luxcium)=License==MIT==== | |
{ | |
"window.zoomLevel": 0, | |
"editor.fontSize": 18, | |
"terminal.integrated.fontSize": 16, | |
"editor.suggestFontSize": 12, | |
"debug.console.fontSize": 12, | |
"errorLens.fontWeight": "bold", | |
"editor.fontLigatures": true, | |
"editor.fontFamily": "Victor Mono, Fira Code, Fira Code iScript", | |
"terminal.integrated.fontFamily": "Monofur NF,TerminessTTF NF", | |
"editor.fontWeight": "400", | |
"debug.console.fontFamily": "Fira Code,LigaFantasqueSansMono", | |
"errorLens.fontFamily": "Victor Mono, Fira Code, Fira Code iScript", | |
"errorLens.fontStyleItalic": true, | |
"editor.hover.delay": 850, | |
"editor.hover.enabled": true, | |
"editor.hover.sticky": true, | |
"gitlens.hovers.annotations.changes": true, | |
"gitlens.hovers.annotations.details": true, | |
"gitlens.hovers.annotations.enabled": true, | |
"gitlens.hovers.annotations.over": "annotation", | |
"gitlens.hovers.avatars": true, | |
"gitlens.hovers.enabled": true, | |
"gitlens.hovers.changesDiff": "hunk", | |
"gitlens.hovers.currentLine.changes": true, | |
"gitlens.hovers.currentLine.details": true, | |
"gitlens.hovers.currentLine.enabled": true, | |
"gitlens.hovers.currentLine.over": "annotation", | |
"search.searchOnType": true, | |
"search.searchOnTypeDebouncePeriod": 300, | |
"workbench.preferredDarkColorTheme": "Pop N' Lock Theme by Luxcium ✨", | |
"prettier.proseWrap": "preserve", | |
"debug.console.wordWrap": true, | |
"activitusbar.priority": 1000000, | |
"activitusbar.searchViewInPanel": true, | |
"bracket-pair-colorizer-2.rulerPosition": "Full", | |
"bracket-pair-colorizer-2.showBracketsInGutter": true, | |
"bracket-pair-colorizer-2.showBracketsInRuler": true, | |
"breadcrumbs.enabled": true, | |
"editor.minimap.maxColumn": 45, | |
"editor.minimap.scale": 1, | |
"editor.minimap.showSlider": "always", | |
"editor.minimap.renderCharacters": false, | |
"editor.minimap.side": "left", | |
"editor.minimap.size": "proportional", | |
"editor.minimap.enabled": true, | |
"editor.wordWrapColumn": 240, | |
"editor.wordWrap": "bounded", | |
"editor.wrappingStrategy": "advanced", | |
"editor.wrappingIndent": "deepIndent", | |
"editor.semanticHighlighting.enabled": false, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"editor.acceptSuggestionOnEnter": "smart", | |
"editor.autoClosingBrackets": "beforeWhitespace", | |
"editor.autoClosingQuotes": "beforeWhitespace", | |
"editor.cursorBlinking": "phase", | |
"editor.cursorSmoothCaretAnimation": true, | |
"editor.cursorStyle": "line", | |
"editor.folding": true, | |
"editor.glyphMargin": false, | |
"editor.hideCursorInOverviewRuler": false, | |
"editor.largeFileOptimizations": true, | |
"editor.lineNumbers": "on", | |
"editor.maxTokenizationLineLength": 30000, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.parameterHints.cycle": true, | |
"editor.quickSuggestions": true, | |
"editor.renderControlCharacters": true, | |
"editor.renderWhitespace": "all", | |
"editor.scrollBeyondLastColumn": 2, | |
"editor.showFoldingControls": "always", | |
"editor.showUnused": true, | |
"editor.smoothScrolling": true, | |
"editor.snippetSuggestions": "inline", | |
"editor.suggest.localityBonus": true, | |
"editor.suggest.maxVisibleSuggestions": 15, | |
"editor.suggest.shareSuggestSelections": true, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "recentlyUsedByPrefix", | |
"editor.tabCompletion": "on", | |
"explorer.sortOrder": "type", | |
"eslint.run": "onSave", | |
"eslint.packageManager": "yarn", | |
"eslint.onIgnoredFiles": "warn", | |
"eslint.lintTask.enable": true, | |
"eslint.codeActionsOnSave.mode": "problems", | |
"eslint.alwaysShowStatus": true, | |
"explorer.openEditors.visible": 4, | |
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}", | |
"workbench.editor.highlightModifiedTabs": true, | |
"workbench.editor.revealIfOpen": true, | |
"workbench.editor.showTabs": true, | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"code-runner.clearPreviousOutput": true, | |
"code-runner.defaultLanguage": "typescript", | |
"code-runner.enableAppInsights": false, | |
"code-runner.ignoreSelection": true, | |
"code-runner.saveAllFilesBeforeRun": true, | |
"code-runner.saveFileBeforeRun": true, | |
"color-highlight.markRuler": false, | |
"dateTime.flashTimeSeparators": true, | |
"dateTime.showDayOfMonth": true, | |
"dateTime.showDayOfWeek": true, | |
"dateTime.showMonth": true, | |
"dateTime.use24HourClock": true, | |
"debug.node.autoAttach": "on", | |
"emmet.showSuggestionsAsSnippets": true, | |
"errorLens.addAnnotationTextPrefixes": true, | |
"errorLens.addNumberOfDiagnostics": false, | |
"errorLens.borderRadius": "10px", | |
"errorLens.errorGutterIconColor": "#F36F", | |
"errorLens.exclude": [], | |
"errorLens.followCursor": "allLines", | |
"errorLens.followCursorMore": 0, | |
"errorLens.gutterIconSet": "borderless", | |
"errorLens.gutterIconSize": "105%", | |
"errorLens.infoGutterIconColor": "#4AEF", | |
"errorLens.margin": "1.5rem", | |
"errorLens.padding": "0rem 1.25rem", | |
"errorLens.warningGutterIconColor": "#BE2F", | |
"explorer.confirmDragAndDrop": false, | |
"explorer.incrementalNaming": "smart", | |
"extensions.ignoreRecommendations": true, | |
"extensions.showRecommendationsOnlyOnDemand": true, | |
"files.autoGuessEncoding": false, | |
"files.defaultLanguage": "jsonc", | |
"files.encoding": "utf8", | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"files.trimTrailingWhitespace": true, | |
"git.alwaysShowStagedChangesResourceGroup": true, | |
"git.alwaysSignOff": true, | |
"git.autofetch": true, | |
"git.autofetchPeriod": 240, | |
"git.autoStash": true, | |
"git.confirmSync": false, | |
"git.enableSmartCommit": true, | |
"git.fetchOnPull": true, | |
"gitlens.statusBar.reduceFlicker": true, | |
"gitlens.views.repositories.files.layout": "list", | |
"javascript.autoClosingTags": true, | |
"javascript.referencesCodeLens.enabled": false, | |
"javascript.suggest.completeFunctionCalls": true, | |
"javascript.suggest.completeJSDocs": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"javascript.validate.enable": true, | |
"keyboard.touchbar.enabled": false, | |
"material-icon-theme.activeIconPack": "nest", | |
"material-icon-theme.showReloadMessage": true, | |
"material-icon-theme.showUpdateMessage": true, | |
"npm-intellisense.packageSubfoldersIntellisense": true, | |
"npm-intellisense.showBuildInLibs": true, | |
"npm.enableScriptExplorer": true, | |
"npm.packageManager": "yarn", | |
"Open files list": false, | |
"prettier.endOfLine": "lf", | |
"prettier.jsxSingleQuote": true, | |
"prettier.requireConfig": true, | |
"prettier.singleQuote": true, | |
"problems.showCurrentInStatus": true, | |
"quokka.colorizeOutput": true, | |
"screencastMode.onlyKeyboardShortcuts": true, | |
"search.collapseResults": "alwaysCollapse", | |
"search.maintainFileSearchCache": true, | |
"search.quickOpen.includeSymbols": true, | |
"search.showLineNumbers": true, | |
"search.smartCase": true, | |
"search.sortOrder": "countDescending", | |
"statusbarerror.color.error": "#F36F", | |
"statusbarerror.color.hint": "#BE2F", | |
"statusbarerror.color.info": "#4AEF", | |
"statusbarerror.color.warning": "#7B0F", | |
"statusbarerror.gutter.error.show": false, | |
"statusbarerror.gutter.info.show": false, | |
"statusbarerror.gutter.warning.show": false, | |
"statusbarerror.icon.error": "🍒", | |
"statusbarerror.icon.hint": "🎯", | |
"statusbarerror.icon.info": "🧩", | |
"statusbarerror.icon.warning": "⚠️", | |
"statusbarerror.wholeLine.errorColor": "#F157", | |
"statusbarerror.wholeLine.warningColor": "#BD27", | |
"Switch header source": true, | |
"telemetry.enableCrashReporter": false, | |
"telemetry.enableTelemetry": false, | |
"terminal.external.osxExec": "iterm2.app", | |
"terminal.integrated.copyOnSelection": true, | |
"terminal.integrated.cursorBlinking": true, | |
"terminal.integrated.cursorStyle": "line", | |
"terminal.integrated.enableBell": true, | |
"terminal.integrated.experimentalUseTitleEvent": true, | |
"terminal.integrated.letterSpacing": 1, | |
"terminal.integrated.lineHeight": 1, | |
"terminal.integrated.scrollback": 10000, | |
"terminal.integrated.shell.osx": "/usr/local/bin/zsh", | |
"terminal.integrated.showExitAlert": true, | |
"timeline.showView": true, | |
"Toggle render whitespace": true, | |
"Toggle terminal": true, | |
"typescript.autoClosingTags": true, | |
"typescript.referencesCodeLens.enabled": false, | |
"typescript.referencesCodeLens.showOnAllFunctions": false, | |
"typescript.suggest.completeFunctionCalls": true, | |
"typescript.suggest.completeJSDocs": true, | |
"typescript.tsserver.trace": "verbose", | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"typescript.validate.enable": true, | |
"vsintellicode.python.completionsEnabled": true, | |
"vsintellicode.typescript.completionsEnabled": true, | |
"window.clickThroughInactive": true, | |
"window.closeWhenEmpty": true, | |
"window.newWindowDimensions": "inherit", | |
"window.openFilesInNewWindow": "default", | |
"window.restoreWindows": "folders", | |
"workbench.activityBar.visible": true, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.list.keyboardNavigation": "filter", | |
"workbench.quickOpen.preserveInput": true, | |
"workbench.sideBar.location": "left", | |
"workbench.statusBar.visible": true, | |
"workbench.tips.enabled": true, | |
"workbench.tree.indent": 12, | |
"workbench.view.alwaysShowHeaderActions": true, | |
"code-runner.runInTerminal": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"javascript.preferences.importModuleSpecifier": "relative", | |
"typescript.preferences.importModuleSpecifier": "relative", | |
"autoimport.showNotifications": true, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"workbench.colorTheme": "Pop N' Lock Theme by Luxcium ✨", | |
"git.postCommitCommand": "sync", | |
"material-icon-theme.files.associations": { | |
"index.ts": "Raml" | |
}, | |
"terminal.integrated.shellArgs.osx": [ | |
"-l", | |
"-i" | |
], | |
"files.exclude": { | |
"**/*.zwc": true | |
}, | |
"workbench.colorCustomizations": { | |
"errorLens.errorForeground": "#F36F", | |
"errorLens.errorMessageBackground": "#F386", | |
"errorLens.errorBackground": "#F383", | |
"errorLens.warningForeground": "#FB1F", | |
"errorLens.warningMessageBackground": "#FB06", | |
"errorLens.warningBackground": "#FB03", | |
"errorLens.hintForeground": "#BD2F", | |
"errorLens.hintMessageBackground": "#0E25", | |
"errorLens.hintBackground": "#0E23", | |
"errorLens.infoForeground": "#4AEC", | |
"errorLens.infoMessageBackground": "#4AE2" | |
}, | |
"errorLens.fontSize": "1.4rem", | |
"errorLens.annotationPrefix": [ | |
"🍒 ~> ", | |
"⚠️ => ", | |
"🧩 ", | |
"🎯 -> " | |
], | |
"errorLens.enabledDiagnosticLevels": [ | |
"error", | |
"warning", | |
"info", | |
"hint" | |
], | |
"editor.codeActionsOnSave": { | |
"source.fixAll": true, | |
"source.organizeImports": true, | |
"source.fixAll.eslint": true | |
}, | |
"quokka.colors": { | |
"covered": "#BD2F", | |
"errorPath": "#ffa0a0", | |
"errorSource": "#F15F", | |
"notCovered": "#4AEF", | |
"partiallyCovered": "#FB3F" | |
}, | |
/* | |
// "#F15F", | |
// "#FB3F", | |
// "#4AEF", | |
// "#BD2F", | |
*/ | |
"better-comments.tags": [ | |
{ | |
// !! | |
"tag": "!!", | |
"color": "#FF2D00", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// ? | |
"tag": "?", | |
"color": "#3498DB", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// $ | |
"tag": "$", | |
"color": "#f48e41", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// # | |
"tag": "#", | |
"color": "#4AE", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// IIFE | |
"tag": "IIFE", | |
"color": "#FF3D", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// private | |
"tag": "private", | |
"color": "#F15E", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// protected | |
"tag": "protected", | |
"color": "#FD3E", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// TEST_MODULE | |
"tag": "TEST_MODULE", | |
"color": "#6CBC", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// public | |
"tag": "public", | |
"color": "#FC5D", // "#FA0E", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// static | |
"tag": "static", | |
"color": "#F70E", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// get | |
"tag": "get", | |
"color": "#6BFC", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// set | |
"tag": "set", | |
"color": "#85FE", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// % | |
"tag": "%", | |
"color": "#41e2f4", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// † | |
"tag": "†", | |
"color": "#c54442", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// + | |
"tag": "+", | |
"color": "#c5f442", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// async | |
"tag": "async", | |
"color": "#FB3F", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// http | |
"tag": "http", | |
"color": "#FB3F", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// & | |
"tag": "&", | |
"color": "#a041f4", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// // | |
"tag": "//", | |
"color": "#6d6060", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// todo | |
"tag": "todo", | |
"color": "#FF8C00", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// * | |
"tag": "*", | |
"color": "#98C379", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// ¬ | |
"tag": "¬", | |
"color": "#ffa0a0", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// ==== | |
"tag": "====", | |
"color": "#FB3F", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
{ | |
// = | |
"tag": "====", | |
"color": "#FB3F", | |
"strikethrough": false, | |
"backgroundColor": "transparent" | |
}, | |
], | |
/* | |
"#F15F", | |
"#FB3F", | |
"#4AEF", | |
"#BD2F", | |
*/ | |
"editor.rulers": [ | |
{ | |
"column": 2, | |
"color": "#FA06" | |
}, | |
{ | |
"column": 80, | |
"color": "#FA0E" | |
}, | |
{ | |
"column": 81, | |
"color": "#F15F" | |
}, | |
{ | |
"column": 84, | |
"color": "#4AE4" | |
}, | |
{ | |
"column": 88, | |
"color": "#4AE6" | |
}, | |
{ | |
"column": 93, | |
"color": "#4AE8" | |
}, | |
{ | |
"column": 120, | |
"color": "#F15F" | |
}, | |
{ | |
"column": 121, | |
"color": "#FA0E" | |
}, | |
{ | |
"column": 122, | |
"color": "#FD3E" | |
}, | |
{ | |
"column": 123, | |
"color": "#BD2F" | |
}, | |
{ | |
"column": 124, | |
"color": "#4AEF" | |
}, | |
{ | |
"column": 125, | |
"color": "#A2EF" | |
}, | |
{ | |
"column": 128, | |
"color": "#4AE3" | |
}, | |
{ | |
"column": 131, | |
"color": "#4AE6" | |
}, | |
{ | |
"column": 134, | |
"color": "#4AE9" | |
}, | |
{ | |
"column": 138, | |
"color": "#4AEC" | |
} | |
], | |
"editor.formatOnSave": true, | |
"eslint.format.enable": true, | |
"javascript.format.enable": true, | |
"typescript.format.enable": true, | |
"editor.formatOnType": false, | |
"editor.formatOnPaste": true, | |
"todo-tree.tree.showScanModeButton": false, | |
"remote.restoreForwardedPorts": true, | |
"remote.SSH.maxReconnectionAttempts": 3, | |
} | |
// =====2020=====Luxcium=====Author==Benjamin=Vincent=(Luxcium)=License==MIT==== |
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 characters
MIT LICENSE | |
Copyright (c) 2020 Benjamin Vincent Kasapoglu (Luxcium) | |
Permission is hereby granted, free of charge, to all person obtaining a copy of | |
this software and associated documentation files (the "Software"), to deal in | |
the Software without restriction, including without limitation the rights to | |
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | |
of the Software, and to permit persons to whom the Software is furnished to do | |
so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in all | |
copies or substantial portions of the Software. | |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ALL KIND, EXPRESS OR | |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | |
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ALL CLAIM, DAMAGES OR | |
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | |
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | |
DEALINGS IN THE SOFTWARE. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment