Skip to content

Instantly share code, notes, and snippets.

@lnked
Created July 15, 2022 10:29
Show Gist options
  • Save lnked/c71ed0e29597dfc5763a5f8a2ef1d101 to your computer and use it in GitHub Desktop.
Save lnked/c71ed0e29597dfc5763a5f8a2ef1d101 to your computer and use it in GitHub Desktop.
{
"update.showReleaseNotes": false,
"editor.fontSize": 13,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.hover.enabled": true,
"editor.formatOnPaste": false,
"editor.detectIndentation": true,
"editor.selectionHighlight": true,
"editor.fontLigatures": true,
"editor.minimap.renderCharacters": false,
"editor.smoothScrolling": false,
"editor.cursorSmoothCaretAnimation": false,
"explorer.openEditors.visible": 0,
"editor.minimap.maxColumn": 200,
"editor.fontFamily": "Fira Code",
"editor.cursorStyle": "block",
"editor.renderWhitespace": "all",
"editor.wordSeparators": "`~!@#$%^&*()-_=+[{]}\\|;:'\",.<>/?",
"editor.minimap.enabled": false,
"editor.renderControlCharacters": true,
"editor.showUnused": true,
"editor.gotoLocation.multipleDefinitions": "goto",
"editor.gotoLocation.multipleTypeDefinitions": "goto",
"extensions.ignoreRecommendations": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": "vscode.html-language-features"
},
"[php]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": "kokororin.vscode-phpfmt"
},
"[json]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": "vscode.json-language-features"
},
"[typescriptreact]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.iconTheme": "helium-icon-theme",
"html.suggest.html5": true,
"breadcrumbs.enabled": true,
"javascript.suggestionActions.enabled": false,
"workbench.colorCustomizations": {
"editorUnnecessaryCode.opacity": "#00000050",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": false
},
"editor.suggestSelection": "first",
"files.associations": {
"*.tsx": "typescriptreact",
"*.njk": "njk"
},
"emmet.includeLanguages": {
"javascript": "css",
"typescript": "css",
"nunjucks": "html",
"njk": "html"
},
"emmet.syntaxProfiles": {
"javascript": "css"
},
"guides.enabled": false,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"javascript.updateImportsOnFileMove.enabled": "never",
"typescript.updateImportsOnFileMove.enabled": "never",
"typescript.preferences.importModuleSpecifier": "project-relative",
"todohighlight.isEnable": true,
"todohighlight.isCaseSensitive": true,
"todohighlight.maxFilesForSearch": 5120,
"todohighlight.toggleURI": false,
"todohighlight.keywords": [
{
"text": "PERF:",
"color": "#373552",
"border": "1px solid #474265",
"borderRadius": "4px",
"backgroundColor": "#bb9af7",
},
{
"text": "NOTE:",
"color": "#ecf0f1",
"border": "1px solid #2980b9",
"borderRadius": "4px",
"backgroundColor": "#3498db",
},
{
"text": "HACK:",
"color": "#ecf0f1",
"border": "1px solid #8e44ad",
"borderRadius": "4px",
"backgroundColor": "#9b59b6",
},
{
"text": "WARNING:",
"color": "#ecf0f1",
"border": "1px solid #f39c12",
"borderRadius": "4px",
"backgroundColor": "#f1c40f",
},
{
"text": "FIX:",
"color": "#ecf0f1",
"border": "1px solid #c0392b",
"borderRadius": "4px",
"backgroundColor": "#e74c3c",
},
{
"text": "TODO:",
"color": "#ecf0f1",
"border": "1px solid #27ae60",
"borderRadius": "4px",
"backgroundColor": "#2ecc71",
}
],
"todohighlight.defaultStyle": {
"color": "#fff",
"cursor": "pointer",
"border": "1px solid #eee",
"padding": "0 5px",
"isWholeLine": false,
"borderRadius": "2px",
"overviewRulerColor": "rgba(0,0,0,.1)",
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"eslint.lintTask.enable": true,
"eslint.codeAction.disableRuleComment": {
"enable": true
},
"eslint.codeActionsOnSave.mode": "problems",
"[nunjucks]": {
"editor.defaultFormatter": "okitavera.vscode-nunjucks-formatter"
},
"[dotenv]": {
"editor.defaultFormatter": "remimarsal.prettier-now"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"editor.multiCursorMergeOverlapping": false,
"[properties]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[ignore]": {
"editor.defaultFormatter": "remimarsal.prettier-now"
},
"search.exclude": {
"**/src/templates/sections/_projects.html": true
},
"[hosts]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"git-graph.showStatusBarItem": false,
"prettier.requireConfig": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"redhat.telemetry.enabled": true,
"explorer.confirmDelete": false,
"explorer.compactFolders": false,
"editor.wordWrapColumn": 100,
"editor.gotoLocation.multipleReferences": "gotoAndPeek",
"security.workspace.trust.untrustedFiles": "newWindow",
"workbench.colorTheme": "One Dark Pro Darker",
"workbench.editor.revealIfOpen": true,
"editor.accessibilitySupport": "off",
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.inlineSuggest.enabled": true,
"diffEditor.renderSideBySide": false,
"editor.guides.indentation": false,
"npm.keybindingsChangedWarningShown": true,
"window.nativeTabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment