Skip to content

Commit

Permalink
release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Oct 31, 2022
1 parent 33e0ba9 commit 7275720
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

You can check all of our changes from [Release Page](https://github.com/REditorSupport/vscode-R/releases)

## [2.6.1](https://github.com/REditorSupport/vscode-R/releases/tag/v2.6.1)

Enhancements:

* A new setting `r.plot.devArgs` is added to allow customizing png device arguments (e.g. width and height) for the PNG plot viewer. (#1235)

Fixes:

* Fixed opening requested file externally when viewer is disabled. (#1209)
* Support trailing slash in code-server's URI template. (#1241)

## [2.6.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.6.0)

New Features:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "r",
"displayName": "R",
"description": "R Extension for Visual Studio Code",
"version": "2.6.0",
"version": "2.6.1",
"author": "REditorSupport",
"license": "SEE LICENSE IN LICENSE",
"publisher": "REditorSupport",
Expand Down

0 comments on commit 7275720

Please sign in to comment.