Skip to content

Address Notebook breaking changes #2827

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

Conversation

TylerLeonhardt
Copy link
Member

PR Summary

See the changes in vscode.proposed.d.ts...

Basically, they added more methods to the vscode.NotebookKernel interface so I wanted to separate it out into another class...

also, now we need a vscode.NotebookKernelProvider instead of just setting the kernel on the vscode.NotebookContentProvider

PR Checklist

Note: Tick the boxes below that apply to this pull request by putting an x between the square brackets.
Please mark anything not applicable to this PR NA.

  • PR has a meaningful title
  • Summarized changes
  • PR has tests
  • This PR is ready to merge and is not work in progress
    • If the PR is work in progress, please add the prefix WIP: to the beginning of the title and remove the prefix when the PR is ready

@@ -79,9 +79,6 @@ jobs:
# Remove the old file so it doesn't get picked up by tsc
Remove-Item ./old.vscode.proposed.d.ts -Force

- name: Compile the TypeScript to check for errors
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this because PRs should still get sent even if it doesn't compile.

@TylerLeonhardt
Copy link
Member Author

@rjmholt one quick additional commit

@TylerLeonhardt TylerLeonhardt force-pushed the address-notebook-breaking-changes branch from 5d0cbdc to 3474b30 Compare July 23, 2020 15:57
@TylerLeonhardt TylerLeonhardt merged commit 54299e2 into PowerShell:master Jul 23, 2020
@TylerLeonhardt TylerLeonhardt deleted the address-notebook-breaking-changes branch July 23, 2020 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants