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.
The text was updated successfully, but these errors were encountered:
From feedback #24148 (comment)
also many instances where I can refactor and avoid using workspace directly from VS Code.
anthonykim1
changed the title
Allow native repl to use wrapped vscode command
Refactor Native REPL code to avoid using wide scope VS Code APIs
Nov 19, 2024
anthonykim1
changed the title
Refactor Native REPL code to avoid using wide scope VS Code APIs
Refactor Native REPL code to avoid using wide scope VS Code namespace
Nov 19, 2024
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.
The text was updated successfully, but these errors were encountered: