Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Support notebook cells #59

Merged
merged 11 commits into from
Sep 2, 2020
Merged

Support notebook cells #59

merged 11 commits into from
Sep 2, 2020

Conversation

renkun-ken
Copy link
Member

Close REditorSupport/vscode-R#396.

This PR makes R language server support the Notebook API out of the box.

A notebook is collection of cells, and each cell has a TextDocument. Therefore, we use an independent server for each notebook, just like how we handle files outside workspace.

@randy3k
Copy link
Member

randy3k commented Sep 2, 2020

Didn't know that VSCode gets so many features now.

@renkun-ken
Copy link
Member Author

This PR does not rely on VSCode Proposed API so it is safe to merge.

@renkun-ken renkun-ken merged commit 45d4586 into master Sep 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Language server not working with Notebook
2 participants