vscode-cql icon indicating copy to clipboard operation
vscode-cql copied to clipboard

CQL language support for VS Code.

Results 7 vscode-cql issues
Sort by recently updated
recently updated
newest added

👋 The extension seems to pack the entire vscode app itself. I see it inside `.vscode/extensions/extensionname/.vscode-test/Visual Studio Code.app`. Is this intentional? This causes issues with Finder on MacOS where it...

The context menu for Scan Schema and Show Schema does not do anything. Even the side bar 'Cassandra Schema' is not displaying any information. What am I missing? I have...

first of all, thanks for make this useful plugin for vs code. during I've used it as editing cql statement, I found that It supports executing the statement within vs...

enhancement

I can successfully connect to our cluster from a Python REPL, but not from inside VS Code, using the same Python code in both cases. My settings look like this:...

I'm new to Cassandra and found your VS code plug-in. Tried executing some sql from vs and received the message: "command 'cql.execute' not found"

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

Shift + F5 CQL execution has issue with multiple statements in same .CQL file. Is this not a supported scenario? Thanks, Dan. For example: **Succeeds** DROP KEYSPACE foo; **Fails** DROP...