Last active
October 1, 2024 11:16
-
-
Save arbaouimehdi/29d93d3a22cd73d7cb180c6ee7f73862 to your computer and use it in GitHub Desktop.
My Video recording VSCode settings setup
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
{ | |
"stylelint.enable": false, | |
"css.validate": false, | |
"scss.validate": false, | |
"editor.codeActionsOnSave": { | |
"source.fixAll.stylelint": "never" | |
}, | |
"workbench.statusBar.visible": false, | |
"workbench.editor.showTabs": "none", | |
"workbench.activityBar.location": "hidden", | |
"html.suggest.html5": false, | |
"emmet.showExpandedAbbreviation": "never", | |
"window.zoomLevel": 4.4, | |
"breadcrumbs.enabled": false, | |
"editor.minimap.enabled": false, | |
"editor.suggest.showProperties": false, | |
"css.lint.emptyRules": "ignore", | |
"scss.lint.emptyRules": "ignore", | |
"css.lint.validProperties": [], | |
"scss.lint.validProperties": [], | |
"less.lint.validProperties": [], | |
"[css]": { | |
"editor.quickSuggestions": false, | |
"editor.hover.enabled": false, | |
"editor.parameterHints.enabled": false, | |
"editor.suggestOnTriggerCharacters": false, | |
"editor.lineNumbers": "off", | |
"editor.folding": false, | |
"editor.glyphMargin": false, | |
"editor.guides.indentation": false, | |
"editor.renderLineHighlight": "none" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actions Done: