Я все еще новичок и учусь, и все еще получаю ошибку в настройках. json из «Visual Studio Code». Я не могу менять цветовые темы, помимо прочего, из-за этого. Я считаю, что проблема здесь внизу:
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "~/../styles/"
}
]
Но, тем не менее, здесь весь мой код. Я получаю красную ошибку в самом конце кода после последнего символа ']'. Любая помощь приветствуется! Спасибо
{
"emmet.showSuggestionsAsSnippets": true,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.formatOnSave": true,
"emmet.triggerExpansionOnTab": true,
"editor.wordWrap": "on",
"editor.autoClosingBrackets": "always",
"editor.autoClosingOvertype": "never",
"editor.quickSuggestions": null,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
/*
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
*/
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.colorCustomizations": {
"activityBarBadge.background": "#64FFDA",
"activityBar.activeBorder": "#64FFDA",
"list.activeSelectionForeground": "#64FFDA",
"list.inactiveSelectionForeground": "#64FFDA",
"list.highlightForeground": "#64FFDA",
"scrollbarSlider.activeBackground": "#64FFDA50",
"editorSuggestWidget.highlightForeground": "#64FFDA",
"textLink.foreground": "#64FFDA",
"progressBar.background": "#64FFDA",
"pickerGroup.foreground": "#64FFDA",
"tab.activeBorder": "#64FFDA",
"notificationLink.foreground": "#64FFDA",
"editorWidget.resizeBorder": "#64FFDA",
"editorWidget.border": "#64FFDA",
"settings.modifiedItemIndicator": "#64FFDA",
"settings.headerForeground": "#64FFDA",
"panelTitle.activeBorder": "#64FFDA",
"breadcrumb.activeSelectionForeground": "#64FFDA",
"menu.selectionForeground": "#64FFDA",
"menubar.selectionForeground": "#64FFDA",
"editor.findMatchBorder": "#64FFDA",
"selection.background": "#64FFDA40"
},
"materialTheme.accent": "Bright Teal",
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
"[scss]": {
"editor.defaultFormatter": "michelemelluso.code-beautifier"
},
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "~/../styles/"
}
]