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
If currently the prerelease of the esbonio vs code extension is activated it shows following error:
Traceback (most recent call last):
File "score/score/.venv_docs/lib/python3.12/site-packages/sphinx/events.py", line 404, in emit results.append(listener.handler(self.app, *args))
File ".vscode-server/extensions/swyddfa.esbonio-0.96.2/bundled/libs/esbonio/sphinx_agent/handlers/files.py", line 86, in dump_config app.esbonio.db.insert_values(CONFIG_TABLE, values)
File ".vscode-server/extensions/swyddfa.esbonio-0.96.2/bundled/libs/esbonio/sphinx_agent/database.py", line 141, in insert_values cursor.executemany(f"INSERT INTO {table.name} VALUES {placeholder}", values) # noqa: S608
sqlite3.ProgrammingError: Error binding parameter 2: type 'tuple' is not supported
The text was updated successfully, but these errors were encountered:
If currently the prerelease of the esbonio vs code extension is activated it shows following error:
The text was updated successfully, but these errors were encountered: