REditorSupport / languageserver

An implementation of the Language Server Protocol for R
Other
581 stars 94 forks source link

Handle vscode-notebook-cell in `path_from_uri` #610

Closed renkun-ken closed 1 year ago

renkun-ken commented 1 year ago

This PR makes path_from_uri handle uri like vscode-notebook-cell:// so that the lintr diagnostics could work properly with R code cells in juypter notebooks in vscode as reported at https://github.com/REditorSupport/vscode-R/issues/1198.

osmano807 commented 1 year ago

I'm still affected by this issue using rev 1e71561a41ef59126273f16bbb466c0b30a2aa64 with a Windows VSCode and Linux Jupyter Lab server.