From bea13f22653df27731e1624d42b8c6b86f6278ca Mon Sep 17 00:00:00 2001 From: "J.J. Allaire" Date: Sun, 20 Aug 2023 12:42:17 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 94d24178..0a1f0935 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,16 @@ Here is where you can find the source code for various parts of the Quarto syste - [Quarto VS Code Extension](https://github.com/quarto-dev/quarto/tree/main/apps/vscode) +## Development + +To develop the Quarto VS Code extension, clone this repo, run `yarn`, then run the `yarn dev-vscode` command: + +```bash +yarn # install dependencies +yarn dev-vscode # run development/debug version of extension +``` + +Use the VS Code **Run and Debug** pane in the activity bar to run a version of VS Code with the development build of the extension.