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

cql.schema config key in package.json should be cql.connection #9

Open
ches opened this issue Apr 5, 2018 · 0 comments
Open

cql.schema config key in package.json should be cql.connection #9

ches opened this issue Apr 5, 2018 · 0 comments

Comments

@ches
Copy link

ches commented Apr 5, 2018

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).

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