prql-vscode
prql-vscode copied to clipboard
VS Code extension for PRQL lang
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 0.14.7 to 1.6.0. Release notes Sourced from shiki's releases. v1.6.0 🚀 Features Scoped color replacements - by @QuentinRoy in shikijs/shiki#680 (ed31e) New regexp grammar - by @antfu...
How does the extension get pushed to the Marketplace? 1. Should we add a note to the [Developing](https://github.com/PRQL/prql-vscode#developing) section of the README? 2. I note that the action today failed...
I would like to see the "Copy SQL to Clipboard" icon be active whenever a .prql file has focus. It wouldn't depend on the state of the SQL Preview pane....
Upcoming prql-js 0.10 adds a new dialect GlareDB (PRQL/prql#3669)
As discussed in https://github.com/PRQL/prql/issues/1803 (and screenshot at https://github.com/PRQL/prql/issues/1825#issuecomment-1445190759), currently the extension will raise an error on files that don't have main pipelines. Because we're planning to start allowing "module" files,...
From https://github.com/PRQL/prql/pull/1467, we now allow for `5_000`. I had a quick look at the grammar but couldn't immediately see where to update it, so lodging the issue so we don't...
Creating an alias that contains a "#" gives an incorrect coloring in the VSCode Extension. The generated SQL is OK. Using the example below: ``` from albums derive `foo#` =...
When clicking the "Copy SQL to Clipboard" icon in the heading, the VSCode extension also shows a "Copied SQL to Clipboard" message. But it shows that message even if there...
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 0.14.7 to 3.4.2. Release notes Sourced from shiki's releases. v3.4.2 🚀 Features markdown-it: Add langAlias option - by @uncenter in shikijs/shiki#1018 (97ff4) View changes on GitHub v3.4.1 ...
I use VSCode with this extension to write PRQL files, as well as to develop and run Jupyter notebooks with Microsoft's Jupyter extension (https://github.com/Microsoft/vscode-jupyter.git) against kernel with `pyprql`. I noticed...