Replies: 1 comment 1 reply
-
I thought we didn't use As for the confusion between the different representation of values between JSON and R, I think it will be confusing. Another potential confusion is that if we add these settings to vscode-r-lsp and we should probably use the camelCase convention like all other vscode settings, then the settings will be |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
just try to get some feedback to see what setting names are better.
Currently, LSP configuration are set via the dotted variable
r.lsp.xxxx
which essentially means in JSONOn the other hand, the
options
method has nameslanguageserver.xxxxx
.Perhaps it would be more consistent if we change the names to
r.lsp.xxxxx
?! One potential drawback that I would think of is that users may be confused between the difference in setting values of JSON and R.@renkun-ken what you think?
Beta Was this translation helpful? Give feedback.
All reactions