Conversation
|
This is really nice! Question: Is there a reason why init.R is put into ~/.vscode-R/ and not into ~/.vscode/vscode-R/ ? |
|
Related to View (and shiny apps) in VSCode, if you go another tab (i.e., the WebView is hidden), state information is lost. As an example, open help for I think this could be resolved by setting https://code.visualstudio.com/api/extension-guides/webview#retaincontextwhenhidden Recent issue that mentions window.localStorage: |
|
@vnijs Yes, now all WebViews are open with |
No specific reason for that. If |
|
I'm not sure what is typical but it seems like a good idea to try and limit the number of dot files. There are so many in my home directory already :-) |
|
This works really well for me! Great work. Really like the addition of the hover and View() functionality. Awesome! One thing I'd note is that for whatever reason, I did need to restart VSCode twice to get it working. Don't know why. After the first restart, nothing happened after running the commands. But now it's working exactly as expected. |
|
@Ikuyadeu @andycraig This PR is a LGTM. Please take a look. |
|
@renkun-ken @Ikuyadeu This is great! It all works fine for me on Windows 10. |
|
@renkun-ken Thank you for the pull request. |
What problem did you solve?
Closes #160
Closes #162
Closes #51
Closes #175
Screenshot
View(lm)View(rnorm(100))?rnormUse FixedHeader in
View(data.frame)