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

Commit

Permalink
release v1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Aug 30, 2022
1 parent 2f069ac commit 505e6ca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.34.0 (Unreleased)
## 1.34.0 (Release on 20 August 2022)

- Do not execute YAML option lines (enables execution of cell magics)
- Don't require a cell selection for 'Run All Cells'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,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 (VISX)](https://github.com/quarto-dev/quarto-vscode/raw/main/visx/quarto-1.33.0.vsix)
1. Download the extension file: [Quarto VS Code (VISX)](https://github.com/quarto-dev/quarto-vscode/raw/main/visx/quarto-1.34.0.vsix)

2. Install from the command line with:

```bash
code --install-extension quarto-1.33.0.vsix
code --install-extension quarto-1.34.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.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pandoc",
"quarto"
],
"version": "1.33.0",
"version": "1.34.0",
"repository": {
"type": "git",
"url": "https://github.com/quarto-dev/quarto-vscode.git"
Expand Down Expand Up @@ -933,4 +933,4 @@
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}
}
Binary file renamed visx/quarto-1.33.0.vsix → visx/quarto-1.34.0.vsix
Binary file not shown.

0 comments on commit 505e6ca

Please sign in to comment.