Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
release v1.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Oct 26, 2022
1 parent e57bc61 commit 12d4fff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.52.0 (Unreleased)
## 1.52.0 (Release on 26 October 2022)

- Don't include full path for preview file when running on WSL

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,12 @@ document front-matter, option names/values use YAML syntax.

You can alternatively download and install the extension from the command line as follows:

1. Download the extension file: [Quarto VS Code (VSIX)](https://github.com/quarto-dev/quarto-vscode/raw/main/visx/quarto-1.51.0.vsix)
1. Download the extension file: [Quarto VS Code (VSIX)](https://github.com/quarto-dev/quarto-vscode/raw/main/visx/quarto-1.52.0.vsix)

2. Install from the command line with:

```bash
code --install-extension quarto-1.51.0.vsix
code --install-extension quarto-1.52.0.vsix
```

Note that in order to use the `code` command to perform the installation you may need to open the VS Code Command Palette (Ctrl+Shift+P) and type "shell command" to execute the `Shell Command: Install 'code' command in PATH` command. This will make sure that `code` can be invoked from the command line on your system.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pandoc",
"quarto"
],
"version": "1.51.0",
"version": "1.52.0",
"repository": {
"type": "git",
"url": "https://github.com/quarto-dev/quarto-vscode.git"
Expand Down
Binary file renamed visx/quarto-1.51.0.vsix → visx/quarto-1.52.0.vsix
Binary file not shown.

0 comments on commit 12d4fff

Please sign in to comment.