Skip to content

Commit

Permalink
chore: Backport #3110 to web (#3112)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan <[email protected]>
  • Loading branch information
prql-bot and vanillajonathan authored Jul 26, 2023
1 parent 9149606 commit 8fd71c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web/book/src/project/integrations/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ PRQL has a Visual Studio Code extension that compiles a PRQL query in a VS Code
editor and displays the resulting SQL code in a second pane on the side. This is
very handy for editing, saving, and reusing PRQL queries in VS Code.

To install the VS Code extension, open VS Code and type Ctl-Shift-P (Cmd-Shift-P
on a Mac) and type `PRQL`. Install the extension as usual.
To install the VS Code extension, open VS Code and type
<kbd>Ctrl</kbd>-<kbd>Shift</kbd>-<kbd>P</kbd>
(<kbd>Cmd</kbd>-<kbd>Shift</kbd>-<kbd>P</kbd> on a Mac) and type `PRQL`. Install
the extension as usual.

[Repo for the PRQL VS Code extension](https://github.com/PRQL/prql-vscode)

Expand Down

0 comments on commit 8fd71c1

Please sign in to comment.