cqframework / vscode-cql

VS Code Clinical Quality Language Extension
Apache License 2.0
8 stars 5 forks source link

execute CQL #8

Closed jcdufour closed 1 year ago

jcdufour commented 2 years ago

Hello, With the CQL extension added to VSCode, syntax highlighting works fine, but how do I execute CQL? The context menu "Execute CQL" does not work. Is there anything to set up ? Thanks for your help

dcw312 commented 2 years ago

I don’t know, but I suspect it follows the same code-by-convention as the atom plug in. This requires a specific directory input structure for test data. https://atom.io/packages/language-cql-preview

dcw312 commented 2 years ago

I think it’s this structure. @JPercival can you confirm or supply better link?

https://github.com/cqframework/ecqm-content-r4

JPercival commented 2 years ago

This is currently the best reference for the directory structure: https://github.com/cqframework/sample-content-ig

The README has some additional details.

If the "evaluate CQL" context menu doesn't show up after that please let me know

brynrhodes commented 1 year ago

Closing as resolved, @jcdufour feel free to submit a new issue or reopen if the issue persists.