Add language server support for native interactive window#16560
Conversation
|
Right now when we close a notebook with diagnostics, the diagnostics are never cleared due to the flow below |
rchiodo
left a comment
There was a problem hiding this comment.
Looks good. I think I'd want a unit test to verify the concat stuff in the interactive concat document.
karrtikr
left a comment
There was a problem hiding this comment.
I see no testing, do we plan to do it separately, or is it not needed? Otherwise, LGTM.
| return position; | ||
| } | ||
|
|
||
| lineAt(posOrNumber: Position | number): TextLine { |
There was a problem hiding this comment.
Curious, why are scopes not explicitly declared for these methods? Is it because it means they are public methods by default?
There was a problem hiding this comment.
Will add a unit test this week, and there are still some other bugs with diagnostics not being cleared on document close that we will fix up in a separate PR. And yes all class members are public by default, and these methods are also supposed to be public.
…o dev/joyceerhl/interactive-intellisense
No description provided.