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

Commit

Permalink
release v1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Sep 1, 2022
1 parent 5e318f6 commit 5e14c88
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## 1.35.0 (Unreleased)
## 1.35.0 (Release on 31 August 2022)

- Support for render and preview of shiny interactive docs
- Support for render and preview of Shiny interactive docs
- Highlighting, completion, and execution for language block variations
- Rename Render Word to Render DOCX

## 1.34.0 (Release on 20 August 2022)
## 1.34.0 (Release on 30 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.34.0.vsix)
1. Download the extension file: [Quarto VS Code (VISX)](https://github.com/quarto-dev/quarto-vscode/raw/main/visx/quarto-1.35.0.vsix)

2. Install from the command line with:

```bash
code --install-extension quarto-1.34.0.vsix
code --install-extension quarto-1.35.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.34.0",
"version": "1.35.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.34.0.vsix → visx/quarto-1.35.0.vsix
Binary file not shown.

0 comments on commit 5e14c88

Please sign in to comment.