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
The README refers to cql.connection and several places in the code use vscode.workspace.getConfiguration("cql")["connection"], but package.json defines it as cql.schema. When I used e.g. "Scan Schema" out of the box, it broke with an error of "Cannot read property 'contactPoints' of undefined". I then opened Settings, edited the cql.schema setting so that it was copied into my user settings, and changed the key to cql.connection, then it works (although VS Code warns about the unknown setting).
The text was updated successfully, but these errors were encountered:
The README refers to
cql.connection
and several places in the code usevscode.workspace.getConfiguration("cql")["connection"]
, butpackage.json
defines it ascql.schema
. When I used e.g. "Scan Schema" out of the box, it broke with an error of "Cannot read property 'contactPoints' of undefined". I then opened Settings, edited thecql.schema
setting so that it was copied into my user settings, and changed the key tocql.connection
, then it works (although VS Code warns about the unknown setting).The text was updated successfully, but these errors were encountered: