REditorSupport / languageserver

An implementation of the Language Server Protocol for R
Other
564 stars 91 forks source link

add support for visual studio code for the web #660

Open seanbirchall opened 3 months ago

seanbirchall commented 3 months ago

Current extension is not available for vs code for the web.

Maybe using webR this could be possible or simpler to do? Does the languageserver R package handle just about everything? I can see that languageserver is currently compiled and available at https://repo.r-wasm.org/.

eitsupi commented 3 months ago

IIUC, this package can't be installed on webR because of dependence packages are not compiled to wasm.