REditorSupport / languageserver

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

Formatting Jupyter Notebooks adds a newline at the end of every cell #623

Open dillonplunkett opened 1 year ago

dillonplunkett commented 1 year ago

Running Format Notebook on R in a Jupyter Notebook adds a newline at the end of every cell.

This was previously an issue with Python notebooks in VS Code as well, discussed here: https://github.com/microsoft/vscode-python/issues/17681