-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Folding/Unfolding Glitch as well as CSS color palettes not showing all of a sudden #248022
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
Comments
What is the editor language mode shown in the status bar? Maybe some extension added a new language for the given file extension. |
Hi,
The language is HTML on the bottom status bar.
I have tried disabling the extensions but the issue persists.
Whenever I add more code to the file, it stops folding functions properly
and the folding arrows are missing.
No matter what code I add, it does this. It is as if there is some sort of
a limit to how much code you can have in one file.
I have around 30,000 lines of code in the file. I like to keep all my code
in one file.
Please let me know what you think.
Thank you.
Kind regards,
Don
…On Wed, May 7, 2025 at 8:27 AM Martin Aeschlimann ***@***.***> wrote:
*aeschli* left a comment (microsoft/vscode#248022)
<#248022 (comment)>
What is the editor language mode shown in the status bar? Maybe some
extension added a new language for the given file extension.
Also run with extensions disabled to make sure it is not an extension that
causes that.
—
Reply to this email directly, view it on GitHub
<#248022 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANCGC5KJ5ERXJLYUG7J5CI325H32RAVCNFSM6AAAAAB4KNPK7WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQNJYGM4TCMJYGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
We have a maximum number of folding regions per file (for performance reasons). You see a warning icon on the language selector when that is reached. |
The same for the color decorators: |
Please let me know if that explains what you see. |
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Hi, all of a sudden, I am unable to collapse (fold or unfold) functions in html files and in css files, the small color boxes that show the pallettes are not showing. They show for some rules but do not for others which is weird. I do not see anything wrong with my code. This has happened to me before but got resolved on its own. Not sure if you fixed it.
The text was updated successfully, but these errors were encountered: