You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native REPL currently directly calls VS Code API such as window.showNotebookDocument.
We should put wrap these methods such as in src/client/common/vscodeApis/windowApis.ts
so that more tests can be easily created.