Owen Smith
Owen Smith
> Pan and draw icons are now functional. @ocsmit, do we need more icons? That should be all that we need. Appreciate you making them functional. > There is an...
Hi all, R language support was merged as an extension in #100 and I just opened #656 which adds updated highlighting, outline, and LSP support. Any suggestions or fixes very...
> I really like Zed, but as it stands, if I cannot run R code directly from the editor, I will probably prefer RStudio to Zed. RStudio allows for the...
Actually, there is preliminary support for inline code execution through a Jupyter kernel with the [REPL feature](https://zed.dev/docs/repl) (https://github.com/ocsmit/zed-r/issues/1#issuecomment-2231811820). Just tested with the [ark kernel](https://github.com/posit-dev/ark?tab=readme-ov-file) and Zed Preview and works well!...
Super odd. On my system it's running lintr not just on R & Rust but also any other file that is opened (.scm, .toml, etc.), which is not great. I'll...
Regarding this issue, #12, & https://github.com/REditorSupport/languageserver/issues/681 I believe I have tracked down the problem. The R languageserver is linting non `R` files when they are being *saved*, and *not* when...
I believe the cause is from [handlers-textsync.R#L81](https://github.com/REditorSupport/languageserver/blob/9b300181f2588462cb5a6f7ecd55fcbeb083d028/R/handlers-textsync.R#L81). My understanding is that when an R file is opened its uri is registered with the language server, and when the language server...
Lovely! Appreciate the confirmation! Will try to open an issue upstream tonight and figure out a fix that makes sense for everyone. I still have some gaps in my understanding...
> It's interesting that the VSCode R extension https://github.com/REditorSupport/vscode-R which uses languageserver doesn't suffer from this problem. 100% agree, which is why I am not fully convinced its fully a...
> Came here to file this report. The R langauge server shouldn't be trying to lint on .sh or .rs files it would be great if this extension worked on...