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
DonJayamanne
changed the title
Add tests for IW debugger using the Jupyter Protocol
Add tests for IW debugger using the Jupyter Protocol on the web
Jun 3, 2022
**Changes/Fixes**
* [x] Enables tests for IW on the web (required for this PR and for testing IW debugging)
* [x] Enables the code lenses to debug cells in IW (this was disabled)
* [x] Enables code lenses for running of cells in IW
Currently we only enable this for file schemes, i.e. if you open desktop files in web, meaning it will not work for other file systems like github or the like.
* [x] Adds a common set of tests for Web & desktop instead of having to create 3 files, ie one test file `*.vscode.common.test.ts` that will run in both places
Fixes#10296Fixes#10107
Blocked on Add tests for IW on web
The text was updated successfully, but these errors were encountered: