Skip to content

Commit

Permalink
release 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Mar 6, 2023
1 parent 28f00c7 commit 33962f5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

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

Enhancements:

* Upgrade vscode-languageclient to 8.1.0 (#1315)
* Workspace viewer will be cleaned-up when the attached R session exits. (#1318, #1321)
* A new command `r.view` is added to view selected objects. (#1319, thanks @yeyun1999)
* Workspace viewer commands that require an attached R session are now disabled when no R session is attached. (#1323)

Fixes:

* Workspace viewer now has a fallback message instead of causing error if session watcher is disabled. (#1317)


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

New Features:
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.7.1",
"version": "2.7.2",
"author": "REditorSupport",
"license": "SEE LICENSE IN LICENSE",
"publisher": "REditorSupport",
Expand Down Expand Up @@ -2066,4 +2066,4 @@
"vsls": "^1.0.4753",
"winreg": "^1.2.4"
}
}
}

0 comments on commit 33962f5

Please sign in to comment.