-
Notifications
You must be signed in to change notification settings - Fork 446
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
Remove folding markers #369
Comments
I'm happy to remove those once vscode 1.19 is out |
But better fix it. Right now having it installed on a vscode insiders (with the fix) brings back the bug. |
fbricon
added a commit
that referenced
this issue
Nov 17, 2017
This immediately fixes the issue in #369, but region patterns will be removed in vscode-java 0.16.0, to avoid duplication. Signed-off-by: Fred Bricon <[email protected]>
The bug has been fixed in master by copying vscode's patterns. |
fbricon
added a commit
to fbricon/vscode-java
that referenced
this issue
Dec 1, 2017
...since this is now provided by upstream VSCode. Fixes redhat-developer#369 Signed-off-by: Fred Bricon <[email protected]>
fbricon
added a commit
that referenced
this issue
Dec 1, 2017
...since this is now provided by upstream VSCode. Fixes #369 Signed-off-by: Fred Bricon <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The folding markers should be removed from language-configuration.java as they are already provided by the built-in Java extension.
Also they have a bug as they match
Same bug is in the built-in Java extension, but fixed in 1.19
The text was updated successfully, but these errors were encountered: