Skip to content

Commit 33962f5

Browse files
committed
release 2.7.2
1 parent 28f00c7 commit 33962f5

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

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

7+
## [2.7.2](https://github.com/REditorSupport/vscode-R/releases/tag/v2.7.2)
8+
9+
Enhancements:
10+
11+
* Upgrade vscode-languageclient to 8.1.0 (#1315)
12+
* Workspace viewer will be cleaned-up when the attached R session exits. (#1318, #1321)
13+
* A new command `r.view` is added to view selected objects. (#1319, thanks @yeyun1999)
14+
* Workspace viewer commands that require an attached R session are now disabled when no R session is attached. (#1323)
15+
16+
Fixes:
17+
18+
* Workspace viewer now has a fallback message instead of causing error if session watcher is disabled. (#1317)
19+
20+
721
## [2.7.1](https://github.com/REditorSupport/vscode-R/releases/tag/v2.7.1)
822

923
New Features:

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.7.1",
5+
"version": "2.7.2",
66
"author": "REditorSupport",
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "REditorSupport",
@@ -2066,4 +2066,4 @@
20662066
"vsls": "^1.0.4753",
20672067
"winreg": "^1.2.4"
20682068
}
2069-
}
2069+
}

0 commit comments

Comments
 (0)