-
Notifications
You must be signed in to change notification settings - Fork 295
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
Add code folding regions for # %% cells within python files #11418
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd change this to register the providers like in PythonKernelCompletionProviderRegistration
Codecov Report
@@ Coverage Diff @@
## main #11418 +/- ##
======================================
Coverage 63% 63%
======================================
Files 476 477 +1
Lines 33951 33983 +32
Branches 5506 5509 +3
======================================
+ Hits 21540 21578 +38
+ Misses 10355 10346 -9
- Partials 2056 2059 +3
|
Is it possible to disable this? I am afraid it messes with preexisting |
@rgbmrc - the pre-release version has a |
fixes #1527
re-use the ranges that the codelense provider is already calculating