Skip to content

Instantly share code, notes, and snippets.

@nikolovlazar
Last active March 31, 2022 06:18
Show Gist options
  • Save nikolovlazar/f9bc05c818c624209061087ca9646739 to your computer and use it in GitHub Desktop.
Save nikolovlazar/f9bc05c818c624209061087ca9646739 to your computer and use it in GitHub Desktop.
VSCode Settings
if [[ "${VSC}" == "yep" ]]
then
PS1='$ > '
fi
{
"editor.fontFamily": "Dank Mono, monospace",
"editor.cursorSmoothCaretAnimation": true,
"editor.tabSize": 2,
"editor.quickSuggestions": true,
"editor.suggestOnTriggerCharacters": true,
"editor.fontSize": 20,
"editor.lineHeight": 32,
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.tabCompletion": "on",
"prettier.singleQuote": true,
"prettier.semi": true,
"prettier.trailingComma": "es5",
"prettier.arrowParens": "always",
"workbench.colorTheme": "Bearded Theme Arc",
"javascript.validate.enable": false,
"window.zoomLevel": 2,
"editor.cursorBlinking": "phase",
"editor.linkedEditing": true,
"editor.links": true,
"editor.cursorStyle": "block",
"editor.minimap.renderCharacters": false,
"terminal.integrated.fontSize": 18,
"explorer.openEditors.visible": 0,
"editor.minimap.enabled": true,
"explorer.confirmDragAndDrop": false,
"editor.wordBasedSuggestions": false,
"editor.quickSuggestionsDelay": 1000000,
"editor.parameterHints.enabled": true,
"editor.lightbulb.enabled": true,
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": false,
"workbench.iconTheme": "material-icon-theme",
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "300",
"editor.cursorWidth": 5,
"git.confirmSync": false,
"terminal.external.osxExec": "iTerm.app",
"git.enableSmartCommit": true,
"terminal.integrated.enableBell": true,
"terminal.integrated.fontFamily": "Dank Mono",
"terminal.integrated.lineHeight": 1,
"explorer.confirmDelete": false,
"editor.matchBrackets": "always",
"workbench.editor.highlightModifiedTabs": true,
"workbench.startupEditor": "newUntitledFile",
"typescript.updateImportsOnFileMove.enabled": "always",
"git.autofetch": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.suggestSelection": "first",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"eslint.alwaysShowStatus": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"diffEditor.ignoreTrimWhitespace": false,
"liveshare.presence": true,
"css.validate": false,
"editor.largeFileOptimizations": false,
"editor.letterSpacing": 0.3,
"editor.renderWhitespace": "boundary",
"extensions.ignoreRecommendations": true,
"workbench.sideBar.location": "left",
"emmet.excludeLanguages": ["markdown"],
"emmet.showExpandedAbbreviation": "never",
"markdown.extension.list.indentationSize": "inherit",
"prettier.jsxSingleQuote": true,
"workbench.editor.untitled.hint": "hidden",
"workbench.statusBar.visible": true,
"security.workspace.trust.untrustedFiles": "open"
}
{
"editor.fontFamily": "SFMono-Regular, monospace",
"editor.cursorSmoothCaretAnimation": true,
"editor.tabSize": 2,
"editor.quickSuggestions": false,
"editor.suggestOnTriggerCharacters": false,
"editor.fontSize": 16,
"editor.lineHeight": 32,
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.tabCompletion": "on",
"prettier.singleQuote": true,
"prettier.semi": true,
"prettier.trailingComma": "es5",
"prettier.arrowParens": "always",
"workbench.colorTheme": "Bearded Theme Arc",
"javascript.validate.enable": false,
"window.zoomLevel": 2,
"editor.cursorBlinking": "solid",
"editor.linkedEditing": true,
"editor.links": true,
"editor.cursorStyle": "block",
"editor.minimap.renderCharacters": false,
"terminal.integrated.fontSize": 18,
"explorer.openEditors.visible": 0,
"editor.minimap.enabled": false,
"explorer.confirmDragAndDrop": false,
"editor.wordBasedSuggestions": false,
"editor.quickSuggestionsDelay": 1000000,
"editor.parameterHints.enabled": false,
"gitlens.mode.active": "zen",
"editor.lightbulb.enabled": false,
"breadcrumbs.enabled": false,
"workbench.activityBar.visible": false,
"workbench.iconTheme": "material-icon-theme",
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "300",
"editor.cursorWidth": 5,
"git.confirmSync": false,
"terminal.external.osxExec": "iTerm.app",
"git.enableSmartCommit": true,
"terminal.integrated.enableBell": true,
"terminal.integrated.fontFamily": "Dank Mono",
"terminal.integrated.lineHeight": 1,
"explorer.confirmDelete": false,
"editor.matchBrackets": "always",
"workbench.editor.highlightModifiedTabs": true,
"workbench.startupEditor": "newUntitledFile",
"typescript.updateImportsOnFileMove.enabled": "always",
"git.autofetch": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.suggestSelection": "first",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"eslint.alwaysShowStatus": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"diffEditor.ignoreTrimWhitespace": false,
"liveshare.presence": true,
"css.validate": false,
"editor.largeFileOptimizations": false,
"editor.letterSpacing": 0.3,
"editor.renderWhitespace": "boundary",
"extensions.ignoreRecommendations": true,
"workbench.sideBar.location": "left",
"emmet.excludeLanguages": ["markdown"],
"emmet.showExpandedAbbreviation": "never",
"markdown.extension.list.indentationSize": "inherit",
"prettier.jsxSingleQuote": true,
"workbench.editor.untitled.hint": "hidden",
"workbench.statusBar.visible": false,
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.env.osx": {
"VSC": "yep"
},
"settingsSync.ignoredSettings": ["-window.zoomLevel"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment