File tree Expand file tree Collapse file tree 2 files changed +192
-139
lines changed Expand file tree Collapse file tree 2 files changed +192
-139
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### New Features
4
4
5
- * Add support for ` rsc reset --user-state-dir ` , which will backup
6
- the user's RStudio state storage folder
7
- (e.g. ` ~/.local/share/rstudio ` ) to a dated tar file, and then
8
- remove that folder. This can be used as a last resort when the
9
- RStudio Server gets stuck at "R is taking longer to start than
5
+ * Add option ` --which=<values> ` for ` rsc config ` , which default to
6
+ ` --which="rsc,rstudio,user" ` , where ` rsc ` displays the RStudio
7
+ Server Controller settings, ` rstudio ` the RStudio configuration,
8
+ and ` user ` on the RStudio user storage.
9
+
10
+ * Add option ` --which=<values> ` for ` rsc reset ` , which default to
11
+ support for ` rsc reset --which="rsc" ` , which resets the RStudio
12
+ Server Controller settings. If ` user ` , the user's RStudio state
13
+ storage folder (e.g. ` ~/.local/share/rstudio ` ) to a dated tar file,
14
+ and then remove that folder. This can be used as a last resort when
15
+ the RStudio Server gets stuck at "R is taking longer to start than
10
16
usual" after logging in.
11
17
12
18
* Add environment variable ` RSC_RSESSION_TIMEOUT_SUSPEND ` to control
You can’t perform that action at this time.
0 commit comments