Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire authored Aug 20, 2023
1 parent 67cf81b commit bea13f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



0 comments on commit bea13f2

Please sign in to comment.