be5invis / vscode-custom-css

Custom CSS Plugin for Visual Studio Code. Based on vscode-icon
MIT License
831 stars 57 forks source link

settings.json is not valid #224

Closed AlexMa2011 closed 3 weeks ago

AlexMa2011 commented 3 weeks ago

When I finished editing the settings.json, the editor notified me that there were errors in settings.json, but actually, it was correct. The custom CSS could also work properly as expected.

{
    "vscode_custom_css.imports": ["https://gist.githubusercontent.com/Ynng/3275eb9cb2b5816554877e5518417f44/raw/1447d34712a59a1ac48ae1ce6da18c5460ea7cea/custom.css"]
}
截屏2024-08-25 17 50 14 截屏2024-08-25 17 50 37
joseavr commented 3 weeks ago

this is a syntax error. you are missing a comma at the end of the line 16.