Skip to content

Commit

Permalink
Update config doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHentschel committed Mar 24, 2024
1 parent b9ae616 commit 0db7acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ If no values are set, the defaults listed below are used.
* `"vsc.showCustomAttributes" = TRUE`: Whether to show custom attributes in the variables view
* `"vsc.showEvaluateName" = TRUE`: Whether to include an evaluate name to copy variables to another R session. Can be disabled for performance reasons when working with large variables/lists/vectors.
* `"vsc.showInternalFrames" = FALSE`: Whether to show the frames on the bottom of the stack that belong to the R package
* `"vsc.showPromiseDetails" = FALSE`: Whether to show promise code and environment as child variables.
* `"vsc.showUnclass" = TRUE`: Whether to show the value of `unclass()` in the variables view for object variables.
* `"vsc.supportSetVariable" = TRUE`: Whether to enable support for settings the value of variables from the variables window
* `"vsc.supportTerminateRequest" = FALSE`: Whether to try and exit only the main function/file when stop (Shift+F5) is used, preserving the R session itself.
Expand Down

0 comments on commit 0db7acb

Please sign in to comment.