Skip to content

Commit 543b2f9

Browse files
committed
release 2.2.0
1 parent 415a2a3 commit 543b2f9

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

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

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

7+
## [2.2.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.2.0)
8+
9+
New Features
10+
11+
* VS Code settings are now accessible from R and all vscode-specifc R options (`vsc.*`) now have
12+
corresponding VS Code settings. (#743)
13+
14+
Enhancements
15+
16+
* Check conflict extension `mikhail-arkhipov.r` on activation. (#733)
17+
* Add icons to WebViews. (#759)
18+
19+
Fixes
20+
21+
* Fix date filter in data viewer. (#736)
22+
* Fix htmlwidget resource path in WebView. (#739)
23+
* Use `.DollarNames` with default pattern. (#750)
24+
* Fix syntax highlighting for `c()` in function args. (#751)
25+
* Handle error in `capture_str()`. (#756)
26+
727
## [2.1.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.1.0)
828

929
Important changes

package.json

Lines changed: 2 additions & 2 deletions
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.1.0",
5+
"version": "2.2.0",
66
"author": "REditorSupport",
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "Ikuyadeu",
@@ -1632,4 +1632,4 @@
16321632
"ws": "^7.4.6",
16331633
"vscode-languageclient": "^7.0.0"
16341634
}
1635-
}
1635+
}

0 commit comments

Comments
 (0)