#visual-studio-code
Вопрос:
Я хотел добавить расширение пары скобок в свой код VS, но в этой строке "highlight-matching-tag.styles": {
есть красное подчеркивание. Что я делаю не так?
Ниже приведена копия всего кода в моих настройках.json
{
"diffEditor.wordWrap": "on",
"editor.wordWrap": "on",
"liveServer.settings.donotVerifyTags": true,
"editor.formatOnPaste": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.requireConfig": true,[`enter image description here`][1]
"editor.formatOnSave": true,
"files.autoSave": "afterDelay",
"window.zoomLevel": -1
"highlight-matching-tag.styles": {
"opening": {
"left": {
"custom": {
"borderWidth": "0 0 0 3px",
"borderStyle": "solid",
"borderColor": "yellow",
"borderRadius": "5px",
"overviewRulerColor": "white"
}
},
"right": {
"custom": {
"borderWidth": "0 5px 0 0",
"borderStyle": "solid",
"borderColor": "yellow",
"borderRadius": "5px",
"overviewRulerColor": "white"
}
}
}
}
}
Ответ №1:
после «window.zoom level» нет запятой: -1, как только вы поставите это, ошибки не будет. Это ошибка с запятой в JSON