You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/positron-r/package.nls.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
"r.configuration.packageTesting.description": "Explore and run testthat tests",
59
59
"r.configuration.restoreWorkspace.description": "Restore the workspace from .RData on startup (restart Positron to apply)",
60
60
"r.configuration.restoreWorkspace.deprecationMessage": "This setting is deprecated and will be removed. Please use 'positron.r.saveAndRestoreWorkspace' instead.",
61
-
"r.configuration.saveAndRestoreWorkspace.description": "Save the workspace to `.RData` on exit, and restore on startup (restart Positron to apply)",
61
+
"r.configuration.saveAndRestoreWorkspace.description": "When restarting R, save the workspace to `.RData` and restore (restart Positron to apply)",
62
62
"r.configuration.extraArguments.description": "Extra command-line arguments for R intialization",
63
63
"r.configuration.quietMode.description": "Run R in quiet mode, to suppress initial copyright and welcome messages (restart Positron to apply)",
64
64
"r.configuration.pipe": "String to insert as the pipe operator",
0 commit comments