|
|
To add in the settings.json of Vscode IDE:
|
|
|
|
|
|
```
|
|
|
{
|
|
|
"editor.snippetSuggestions": "top",
|
|
|
"editor.tabSize": 2,
|
|
|
"editor.formatOnSave": true,
|
|
|
"diffEditor.ignoreTrimWhitespace": false,
|
|
|
"window.zoomLevel": 0,
|
|
|
"gitlens.advanced.messages": {
|
|
|
"suppressShowKeyBindingsNotice": true
|
|
|
},
|
|
|
"breadcrumbs.enabled": true,
|
|
|
"workbench.settings.editor": "json",
|
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
|
"css.validate": false,
|
|
|
"less.validate": false,
|
|
|
"scss.validate": false,
|
|
|
"stylelint.enable": true,
|
|
|
}
|
|
|
``` |
|
|
\ No newline at end of file |