Skip to content
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

Merge loader and registration interfaces #12477

Merged
merged 1 commit into from
Jan 9, 2023
Merged

Conversation

DonJayamanne
Copy link
Contributor

Part of #11648

public get loaded() {
return this.controllersPromise;
}
private async onDidOpenNotebookDocument(document: NotebookDocument) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Brought all of this from another class.
Most of the code is very closely related, hence merged into a single class for easier maintenance
Besides a lot of this code will get deleted once we ship the new kernel picker.

@DonJayamanne DonJayamanne marked this pull request as ready for review January 3, 2023 03:26
@vscodenpa vscodenpa added this to the January 2023 milestone Jan 3, 2023
@DonJayamanne DonJayamanne merged commit 59c3652 into main Jan 9, 2023
@DonJayamanne DonJayamanne deleted the issue11648Part4Jan branch January 9, 2023 19:48
DonJayamanne added a commit that referenced this pull request Jan 11, 2023
* main: (139 commits)
  Support Protocols in WS for custom Jupyter Servers (#12513)
  move IW run commands to submenu (#12533)
  return undefined when no folding regions to return (#12527)
  Remove markdown styles and move to renderer ext (#12468)
  Stop storing interpreter info in ipynb file (#12523)
  Remove details from all sources in kernel picker (#12525)
  Stop using preferred kernel service with MRU (#12522)
  Display kernelSpec src only if kernels are found (#12517)
  Update kernel source label (#12516)
  Auto select remote server Uri entry input item (#12479)
  Remove duplicate info in kernel quick pick (#12515)
  Fix settings scope (#12457)
  Disable ISort on CI (#12509)
  Merge loader and registration interfaces (#12477)
  Skip broken LSP tests (#12504)
  Bump version to ensure latest insiders goes out (#12505)
  Ignore spurious output when testing imports (#12495)
  Deprecated setting jupyterCommandLineArguments (#12466)
  Bump flat from 4.1.1 to 5.0.1 (#12472)
  Intercept debugpyAttach message to avoid error (#12498)
  ...
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.

3 participants