Created
November 29, 2021 14:07
-
-
Save berat/f80cd04e25956b5afc5fa118a549521b to your computer and use it in GitHub Desktop.
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
arcticicestudio.nord-visual-studio-code | |
atomiks.moonlight | |
ChakrounAnas.turbo-console-log | |
CoenraadS.bracket-pair-colorizer | |
dbaeumer.vscode-eslint | |
dsznajder.es7-react-js-snippets | |
eamodio.gitlens | |
emmanuelbeziat.vscode-great-icons | |
esbenp.prettier-vscode | |
k-r.modified-darker-material-theme | |
PrateekMahendrakar.prettyxml | |
silofy.hackthebox | |
steoates.autoimport | |
studiobio.bio-dark-theme | |
vincaslt.highlight-matching-tag | |
woodywoodsta.vscode-material-syntax-dark | |
xabikos.ReactSnippets |
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
{ | |
"editor.minimap.enabled": false, | |
"terminal.integrated.splitCwd": "initial", | |
"editor.wordWrap": "on", | |
"terminal.external.linuxExec": "iterm2", | |
"terminal.integrated.rendererType": "dom", | |
"editor.fontSize": 14, | |
"explorer.confirmDelete": false, | |
"git.confirmSync": false, | |
"explorer.confirmDragAndDrop": false, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"editor.fontLigatures": true, | |
"editor.fontWeight": "500", | |
"[css]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"editor.tabSize": 2, | |
"[jsonc]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[markdown]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[latex]": {}, | |
"terminal.external.osxExec": "iTerm.app", | |
"terminal.explorerKind": "external", | |
"editor.renderControlCharacters": false, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"workbench.colorCustomizations": { | |
"activityBarBadge.background": "#5C6BC0", | |
"activityBar.activeBorder": "#5C6BC0", | |
"list.activeSelectionForeground": "#5C6BC0", | |
"list.inactiveSelectionForeground": "#5C6BC0", | |
"list.highlightForeground": "#5C6BC0", | |
"scrollbarSlider.activeBackground": "#5C6BC050", | |
"editorSuggestWidget.highlightForeground": "#5C6BC0", | |
"textLink.foreground": "#5C6BC0", | |
"progressBar.background": "#5C6BC0", | |
"pickerGroup.foreground": "#5C6BC0", | |
"tab.activeBorder": "#5C6BC0", | |
"notificationLink.foreground": "#5C6BC0", | |
"editorWidget.resizeBorder": "#5C6BC0", | |
"editorWidget.border": "#5C6BC0", | |
"settings.modifiedItemIndicator": "#5C6BC0", | |
"settings.headerForeground": "#5C6BC0", | |
"panelTitle.activeBorder": "#5C6BC0", | |
"breadcrumb.activeSelectionForeground": "#5C6BC0", | |
"menu.selectionForeground": "#5C6BC0", | |
"menubar.selectionForeground": "#5C6BC0", | |
"editor.findMatchBorder": "#5C6BC0", | |
"selection.background": "#5C6BC040", | |
"statusBarItem.remoteBackground": "#5C6BC0" | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"workbench.iconTheme": "vscode-great-icons", | |
"editor.snippetSuggestions": "top", | |
// "editor.formatOnSave": true | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": true | |
}, | |
"eslint.validate": [ | |
"javascript" | |
], | |
"search.exclude": { | |
"**/.git": true, | |
"**/node_modules": true, | |
"**/bower_components": true, | |
"**/tmp": true | |
}, | |
"turboConsoleLog.logMessagePrefix": "", | |
"workbench.startupEditor": "none", | |
"security.workspace.trust.untrustedFiles": "open", | |
"window.zoomLevel": 0.6, | |
"workbench.colorTheme": "Moonlight II", | |
"git.enableSmartCommit": true, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"editor.guides.bracketPairs": true, | |
"editor.fontFamily": "Jetbrains Mono, Monaco, 'Courier New', monospace" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment