Skip to content

Commit

Permalink
release 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Jan 16, 2022
1 parent bf4098a commit 53976b7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

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

Enhancements:

* Added raw string syntax. (#922)
* Added support for both single and double brackets in code-server's URI template. (#934, thanks @benz0li)

Fixes:

* Fixed syntax highlighting so that variables and function parameters are highlighted more consistently. (#939)
* R processes are now properly terminated on extension deactivation. (#941, thanks @albertosantini and @Yunuuuu)

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

Enhancements:
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.3.5",
"version": "2.3.6",
"author": "REditorSupport",
"license": "SEE LICENSE IN LICENSE",
"publisher": "Ikuyadeu",
Expand Down

0 comments on commit 53976b7

Please sign in to comment.