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

return undefined when no folding regions to return #12527

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

amunger
Copy link
Contributor

@amunger amunger commented Jan 10, 2023

This way we avoid overriding the default folding provider for no reason, as is happening in #12520

Still some weird behavior where if the jupyter extension ever sees a cell in a .py file, you would have to reload VS Code before getting the default folding ranges back - microsoft/vscode#171012

@vscodenpa vscodenpa added this to the January 2023 milestone Jan 10, 2023
@amunger amunger merged commit f4955fe into main Jan 11, 2023
@amunger amunger deleted the aamunger/foldingRanges branch January 11, 2023 16:06
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