Skip to content

Instantly share code, notes, and snippets.

@rsgranne
Last active July 20, 2022 03:46
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save rsgranne/94344f416cc370fa6262956ff153f58d to your computer and use it in GitHub Desktop.
Save rsgranne/94344f416cc370fa6262956ff153f58d to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"breadcrumbs.enabled": true,
"editor.acceptSuggestionOnEnter": "on",
"editor.detectIndentation": false,
"editor.fontFamily": "'Source Code Pro', Menlo, Consolas, Courier, monospace",
"editor.fontSize": 11,
"editor.formatOnSave": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.renderWhitespace": "none",
"editor.snippetSuggestions": "top",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.wrappingIndent": "indent",
"emmet.preferences": {
"format.forceIndentationForTags": "address,article,aside,audio,blockquote,body,canvas,div,dl,fieldset,figcaption,figure,footer,form,head,header,iframe,main,map,nav,object,ol,p,pre,section,style,table,tbody,td,tfoot,th,thead,tr,ul,video"
},
"emmet.showSuggestionsAsSnippets": true,
"extensions.ignoreRecommendations": true,
"extensions.showRecommendationsOnlyOnDemand": true,
"files.exclude": {
"**/._*": true
},
"files.insertFinalNewline": true,
// Remove the following to enable Git
"git.enabled": false,
"html.format.endWithNewline": true,
"html.format.extraLiners": "body",
"html.format.indentInnerHtml": true,
"html.format.unformatted": "b,em,i,span,strong,wbr",
"html.format.wrapLineLength": 0,
"liveSassCompile.settings.autoprefix": null,
"liveSassCompile.settings.generateMap": false,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.port": 0,
"path-autocomplete.excludedItems": {
"**/{.DS_Store,.git,.gitignore,node_modules}": {
"when": "**"
}
},
"path-autocomplete.extensionOnImport": true,
"window.zoomLevel": 0.75,
"workbench.colorCustomizations": {
"editorIndentGuide.activeBackground": "#FFA500"
},
"workbench.editor.tabSizing": "shrink",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false
}
@SerenModz21
Copy link

when i try to enable "editor.fontLigatures", it never works and ive put "editor.fontLigatures": true, into the settings.json

@shahab570
Copy link

Thanks a lot. I spent 4 hours for live server setting because it wasn't working. But it is fixed now for you. Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment