Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Aug 21, 2021
1 parent 415a2a3 commit 543b2f9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

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

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

New Features

* VS Code settings are now accessible from R and all vscode-specifc R options (`vsc.*`) now have
corresponding VS Code settings. (#743)

Enhancements

* Check conflict extension `mikhail-arkhipov.r` on activation. (#733)
* Add icons to WebViews. (#759)

Fixes

* Fix date filter in data viewer. (#736)
* Fix htmlwidget resource path in WebView. (#739)
* Use `.DollarNames` with default pattern. (#750)
* Fix syntax highlighting for `c()` in function args. (#751)
* Handle error in `capture_str()`. (#756)

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

Important changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "2.2.0",
"author": "REditorSupport",
"license": "SEE LICENSE IN LICENSE",
"publisher": "Ikuyadeu",
Expand Down Expand Up @@ -1632,4 +1632,4 @@
"ws": "^7.4.6",
"vscode-languageclient": "^7.0.0"
}
}
}

0 comments on commit 543b2f9

Please sign in to comment.