From 8fd71c16b47f15c067d8d5e5e444f0b86b467b82 Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Wed, 26 Jul 2023 09:14:21 -0700 Subject: [PATCH] chore: Backport #3110 to `web` (#3112) Co-authored-by: Jonathan --- web/book/src/project/integrations/vscode.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/book/src/project/integrations/vscode.md b/web/book/src/project/integrations/vscode.md index ae6882bac153..6256113e4208 100644 --- a/web/book/src/project/integrations/vscode.md +++ b/web/book/src/project/integrations/vscode.md @@ -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 +Ctrl-Shift-P +(Cmd-Shift-P on a Mac) and type `PRQL`. Install +the extension as usual. [Repo for the PRQL VS Code extension](https://github.com/PRQL/prql-vscode)