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)
Commits
- db11fa0: Basic unit test for workspace viewer (#1305) (Elian H. Thiele-Evans) #1305
- e6d3504: Update yarn.lock (Kun Ren)
- 689b405: Merge branch 'update-yarn-lock' (Kun Ren)
- a2c245f: Upgrade vscode-languageclient to 8.1.0 (#1315) (Kun Ren) #1315
- 83aaf2a: Explicit workspace behaviour (#1317) (Elian H. Thiele-Evans) #1317
- 3a0784f: Ensure workspace is cleared (#1318) (Elian H. Thiele-Evans) #1318
- 4f0da0d: Added r.view command: View(variable) (#1319) (yeyun) #1319
- bb929c4: Always check pid before clearing workspace (#1321) (Elian H. Thiele-Evans) #1321
- 28f00c7: Workspace viewer command visibility (#1323) (Elian H. Thiele-Evans) #1323
- 33962f5: release 2.7.2 (Kun Ren)