is it possible to support remote colab env
Open
language-server
notebook
- Dominant language
- Rust
- Stars
- 7k
- Forks
- 516
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the Bug
https://developers.googleblog.com/en/google-colab-is-coming-to-vs-code/
But lsp runs in the local environment, so it diagnoses based on local information, but remote info is different.
Like, I may not have TensorFlow installed in my local env, but the remote env does, so it will complain about not being able to find deps.
But it's tricky to support a remote LSP to do this.
### Sandbox Link
_No response_
### (Only applicable for extension issues) IDE Information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.