Skip to content

Instantly share code, notes, and snippets.

@Luxcium
Created June 9, 2019 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Luxcium/f681208a180cc356bffff9d7b3fffe17 to your computer and use it in GitHub Desktop.
Save Luxcium/f681208a180cc356bffff9d7b3fffe17 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Pop N' Lock Theme by Luxcium ✨",
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.activeIconPack": "react",
"material-icon-theme.showReloadMessage": true,
"material-icon-theme.showUpdateMessage": true,
"material-icon-theme.folders.associations": {
"axios": "middleware",
"iex-api-react": "components",
"localbitcoin": "job",
"puppeteer": "android",
"startServer": "serverless",
"types": "typescript",
"utils": "Global",
"validation": "coverage",
"enums": "template"
},
"material-icon-theme.files.associations": {
"index.ts": "Raml"
},
"editor.rulers": [
80,
120,
121
],
"statusbarerror.color.error": "#F15F",
"statusbarerror.color.hint": "#FB3F",
"statusbarerror.color.info": "#4AEF",
"statusbarerror.color.warning": "#BD2F",
"statusbarerror.icon.error": "🛑",
"statusbarerror.icon.hint": "🔶",
"statusbarerror.icon.info": "🔷",
"statusbarerror.icon.warning": "⚠️",
"statusbarerror.wholeLine.errorColor": "#F157",
"statusbarerror.wholeLine.errorFontColor": "#DCAD",
"statusbarerror.wholeLine.show": true,
"statusbarerror.wholeLine.warningColor": "#BD27",
"statusbarerror.wholeLine.warningFontColor": "#000000FF",
"errorLens.addAnnotationTextPrefixes": true,
"errorLens.enabledDiagnosticLevels": [
"error",
"warning",
"info",
"hint"
],
"errorLens.errorColor": "#F154",
"errorLens.errorTextColor": "#DCAD",
"errorLens.fontMargin": "20px",
"errorLens.fontStyle": "normal",
"errorLens.fontWeight": "900",
"errorLens.hintColor": "#FB34",
"errorLens.hintTextColor": "#DCAD",
"errorLens.infoColor": "#4AE4",
"errorLens.infoTextColor": "#DCAD",
"errorLens.statusBarControl": "never",
"errorLens.warningColor": "#BD24",
"errorLens.warningTextColor": "#DCAD",
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.revealIfOpen": true,
"workbench.editor.tabCloseButton": "left",
"workbench.fontAliasing": "antialiased",
"workbench.quickOpen.preserveInput": true,
"workbench.sideBar.location": "left",
"workbench.statusBar.visible": true,
"workbench.useExperimentalGridLayout": true,
"workbench.view.alwaysShowHeaderActions": true,
"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"
},
{
"tag": "%",
"color": "#41e2f4",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "+",
"color": "#c5f442",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "&",
"color": "#a041f4",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "//",
"color": "#6d6060",
"strikethrough": true,
"backgroundColor": "transparent"
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"backgroundColor": "transparent"
}
],
"ActiveFileInStatusBar.color": "#FDB92FFF",
"ActiveFileInStatusBar.fullpath": false,
"bracket-pair-colorizer-2.showBracketsInGutter": true,
"bracket-pair-colorizer-2.showBracketsInRuler": true,
"breadcrumbs.enabled": true,
"code-runner.clearPreviousOutput": true,
"code-runner.runInTerminal": true,
"debug.node.autoAttach": "on",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.autoClosingBrackets": "beforeWhitespace",
"editor.autoClosingQuotes": "beforeWhitespace",
"editor.codeActionsOnSaveTimeout": 5000,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": true,
"editor.fontFamily": "Fira Code iScript, Fira Code",
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnSaveTimeout": 5000,
"editor.glyphMargin": true,
"editor.hideCursorInOverviewRuler": true,
"editor.largeFileOptimizations": false,
"editor.maxTokenizationLineLength": 300000,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.overviewRulerLanes": 5,
"editor.parameterHints.cycle": true,
"editor.quickSuggestions": true,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "boundary",
"editor.scrollBeyondLastColumn": 2,
"editor.showFoldingControls": "always",
"editor.smoothScrolling": true,
"editor.suggest.maxVisibleSuggestions": 15,
"editor.suggest.shareSuggestSelections": true,
"editor.suggestSelection": "recentlyUsedByPrefix",
"editor.tabCompletion": "on",
"editor.wordWrapColumn": 80,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 5,
"explorer.sortOrder": "type",
"extensions.ignoreRecommendations": true,
"files.autoGuessEncoding": false,
"files.defaultLanguage": "jsonc",
"files.encoding": "utf8",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.autofetch": true,
"git.autoStash": true,
"git.confirmSync": false,
"git.enableCommitSigning": true,
"git.enableSmartCommit": true,
"git.fetchOnPull": true,
"html.format.wrapLineLength": 120,
"javascript.format.enable": true,
"javascript.referencesCodeLens.enabled": false,
"javascript.suggest.completeFunctionCalls": true,
"npm-intellisense.packageSubfoldersIntellisense": true,
"npm-intellisense.showBuildInLibs": true,
"path-intellisense.autoSlashAfterDirectory": true,
"prettier.requireConfig": true,
"prettier.singleQuote": true,
"prettier.tslintIntegration": true,
"search.collapseResults": "alwaysCollapse",
"search.maintainFileSearchCache": true,
"search.showLineNumbers": true,
"search.smartCase": true,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"terminal.external.osxExec": "hyper.app",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "block",
"terminal.integrated.fontFamily": "TerminessTTF NF,LigaFantasqueSansMono,MesloLGL Nerd Font,CQ Mono,Fira Code",
"terminal.integrated.fontSize": 14,
"terminal.integrated.letterSpacing": 1,
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.showExitAlert": true,
"typescript.suggest.completeFunctionCalls": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.clickThroughInactive": false,
"window.closeWhenEmpty": true,
"window.newWindowDimensions": "inherit",
"window.restoreWindows": "folders",
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"workbench.tree.indent": 32,
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}",
"window.openFilesInNewWindow": "default",
"search.runInExtensionHost": true,
"debug.console.fontFamily": "TerminessTTF NF,LigaFantasqueSansMono,MesloLGL Nerd Font,CQ Mono,Fira Code",
"terminal.integrated.lineHeight": 1,
"color-highlight.markRuler": false,
"window.zoomLevel": 1,
"editor.fontSize": 16,
"editor.suggestFontSize": 16,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"breadcrumbs.symbolSortOrder": "type",
"workbench.activityBar.visible": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment