Чтобы и других вопросов не возникло вотс весь мой файл настроек
{ "emmet.triggerExpansionOnTab": true,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"files.autoSave": "onWindowChange",
"editor.fontFamily": "'Ubuntu Mono'",
"editor.renderWhitespace": "boundary",
"editor.multiCursorModifier": "ctrlCmd",
"editor.wordWrap": "on",
"editor.minimap.renderCharacters": false,
"editor.roundedSelection": false,
"workbench.list.multiSelectModifier": "alt",
"workbench.startupEditor": "none",
"workbench.statusBar.feedback.visible": false,
"html.format.extraLiners": "null",
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"html.format.wrapLineLength": 120,
"html.suggest.angular1": false,
"html.suggest.ionic": false,
"html.validate.styles": true,
"html.validate.scripts": true,
"css.lint.float": "warning",
"css.lint.idSelector": "warning",
"css.lint.important": "warning",
"css.lint.universalSelector": "warning",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"git.autofetch": true,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "1mm - OneDark Pro",
"editor.fontSize": 16,
"workbench.activityBar.visible": false,
"editor.tabCompletion": true,
"gitlens.advanced.quickPick.closeOnFocusOut": false,
"gitlens.hovers.annotations.details": false,
"gitlens.hovers.annotations.changes": false,
"gitlens.hovers.annotations.enabled": false,
"gitlens.hovers.currentLine.changes": false,
"gitlens.hovers.currentLine.enabled": false,
"gitlens.hovers.enabled": false,
"html.suggest.html5": false,
"editor.parameterHints": false,
}