You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered a problem where an error during the buildout is thrown.
Updating vscode.
While:
Updating vscode.
Error: Expecting property name enclosed in double quotes: line 6 column 5 (char 162)
In the end I noticed the additional comma in my .vscode/settings.json (after "editor.formatOnType": true). This comma leads to the error and if you remove it buildout will work again.
I've encountered a problem where an error during the buildout is thrown.
In the end I noticed the additional comma in my
.vscode/settings.json
(after"editor.formatOnType": true
). This comma leads to the error and if you remove it buildout will work again.I don't know if this behavior is desired or not but I wanted to share this (& especially the solution).
The text was updated successfully, but these errors were encountered: