Skip to content

Commit 53976b7

Browse files
committed
release 2.3.6
1 parent bf4098a commit 53976b7

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [2.3.6](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.6)
8+
9+
Enhancements:
10+
11+
* Added raw string syntax. (#922)
12+
* Added support for both single and double brackets in code-server's URI template. (#934, thanks @benz0li)
13+
14+
Fixes:
15+
16+
* Fixed syntax highlighting so that variables and function parameters are highlighted more consistently. (#939)
17+
* R processes are now properly terminated on extension deactivation. (#941, thanks @albertosantini and @Yunuuuu)
18+
719
## [2.3.5](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.5)
820

921
Enhancements:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "r",
33
"displayName": "R",
44
"description": "R Extension for Visual Studio Code",
5-
"version": "2.3.5",
5+
"version": "2.3.6",
66
"author": "REditorSupport",
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "Ikuyadeu",

0 commit comments

Comments
 (0)