File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 44
55You 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
923New Features:
Original file line number Diff line number Diff line change 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" ,
20662066 "vsls" : " ^1.0.4753" ,
20672067 "winreg" : " ^1.2.4"
20682068 }
2069- }
2069+ }
You can’t perform that action at this time.
0 commit comments