fennec-fe/.vscode/settings.json

8 lines
129 B
JSON
Raw Normal View History

{
"css.validate": false,
"scss.validate": false,
"editor.quickSuggestions": {
"strings": true,
"other": true,
}
}