Skip to content

Instantly share code, notes, and snippets.

@leonidkuznetsov18
Created June 30, 2020 05:47
Show Gist options
  • Select an option

  • Save leonidkuznetsov18/46595f60092cd0720aa5636139bbf4a7 to your computer and use it in GitHub Desktop.

Select an option

Save leonidkuznetsov18/46595f60092cd0720aa5636139bbf4a7 to your computer and use it in GitHub Desktop.
settings vscode
{
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": false
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": false
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": false,
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": false
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"tfvc.location": "/usr/local/bin/tf",
"tfvc.restrictWorkspace": true,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"window.zoomLevel": 1,
"explorer.sortOrder": "type",
"editor.cursorStyle": "block",
"editor.cursorBlinking": "smooth",
"files.trimFinalNewlines": true,
"workbench.editor.highlightModifiedTabs": true,
"files.autoSave": "afterDelay",
"editor.renderWhitespace": "all",
"typescript.suggest.paths": false,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "One Dark Pro",
"editor.fontFamily": "FiraCode-Retina",
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'",
"editor.fontWeight": "500",
"editor.fontSize": 14,
"vsicons.dontShowNewVersionMessage": true,
"team.showWelcomeMessage": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment