-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch internal VS Code tests off of NotebookContentProvider api #160580
Labels
debt
Code quality issues
insiders-released
Patch has been released in VS Code Insiders
interactive-window
notebook
Milestone
Comments
Along with the use of content provider in tests, we also need to remove the content provider used by Interactive Window. |
2 tasks
mjbvz
added a commit
to mjbvz/vscode
that referenced
this issue
Oct 31, 2022
mjbvz
added a commit
to mjbvz/vscode
that referenced
this issue
Oct 31, 2022
For microsoft#160580 Also remove one test that is no longer relevant
mjbvz
added a commit
that referenced
this issue
Oct 31, 2022
mjbvz
added a commit
that referenced
this issue
Oct 31, 2022
For #160580 Also remove one test that is no longer relevant
mjbvz
added a commit
to mjbvz/vscode
that referenced
this issue
Nov 1, 2022
mjbvz
added a commit
that referenced
this issue
Nov 2, 2022
vscodenpa
added
the
unreleased
Patch has not yet been released in VS Code Insiders
label
Nov 2, 2022
vscodenpa
added
insiders-released
Patch has been released in VS Code Insiders
and removed
unreleased
Patch has not yet been released in VS Code Insiders
labels
Nov 3, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
debt
Code quality issues
insiders-released
Patch has been released in VS Code Insiders
interactive-window
notebook
The notebook content provider api is being removed: #147248
However it looks like a few of our tests are still using it:
vscode/extensions/vscode-api-tests/src/singlefolder-tests/notebook.kernel.test.ts
Lines 88 to 89 in 07025f0
vscode/extensions/vscode-api-tests/src/singlefolder-tests/notebook.api.test.ts
Line 78 in a2cd34f
vscode/extensions/vscode-api-tests/src/singlefolder-tests/notebook.document.test.ts
Line 23 in 07025f0
vscode/extensions/vscode-notebook-tests/src/extension.ts
Line 23 in ac05ae7
The text was updated successfully, but these errors were encountered: