Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with vscode during buildout #25

Open
adrianschulz opened this issue Oct 17, 2023 · 0 comments
Open

Error with vscode during buildout #25

adrianschulz opened this issue Oct 17, 2023 · 0 comments

Comments

@adrianschulz
Copy link

adrianschulz commented Oct 17, 2023

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.

{
    "[python]": {
        "editor.defaultFormatter": "ms-python.black-formatter",
        "editor.formatOnSave": true,
        "editor.formatOnType": true,
    },
}

I don't know if this behavior is desired or not but I wanted to share this (& especially the solution).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant