Last active
November 25, 2020 08:25
-
-
Save rohan-krishna/4585e81c78b9f61b0cfdf8ca88db6715 to your computer and use it in GitHub Desktop.
This file contains hidden or 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.multiCursorModifier": "ctrlCmd", | |
"editor.snippetSuggestions": "top", | |
"editor.formatOnPaste": true, | |
"editor.fontFamily" : "Fira Code", | |
"editor.fontLigatures": true, | |
"emmet.triggerExpansionOnTab": true, | |
"php.suggest.basic": false, | |
"editor.autoIndent": true, | |
"emmet.includeLanguages" : { | |
"blade" : "html" | |
}, | |
"explorer.openEditors.visible": 0, | |
"editor.minimap.enabled": false, | |
"editor.tabCompletion": true, | |
} |
"editor.autoIndent": true, Value is not accepted it is now changed in latest version . Valid values: "none", "keep", "brackets"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my VSCode you have a warning in the editor.tabCompletion
Is not correct "on" instead of "true"?