posit-dev / ark

Ark, an R kernel
MIT License
179 stars 15 forks source link

Can Ark replace `languageserver` in VS Code workflow? #637

Closed AdaemmerP closed 4 days ago

AdaemmerP commented 4 days ago

Thanks for this great project!

Does Ark already work as a replacement for languageserver or other components within VS Code as outlined in this workflow: https://code.visualstudio.com/docs/languages/r ? In particular, does it work in Code server? If not, how will Ark work within VS Code, apart from Jupyter Notebooks?

lionel- commented 4 days ago

Unfortunately this is not currently possible. But we do have plans to make the LSP independent from the Jupyter kernel.