-
Notifications
You must be signed in to change notification settings - Fork 211
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
Selected text can't seen on folded element #210
Labels
Comments
Agree, I also use code fold all the days the issue is a bit annoying. |
This is an extremely annoying issue which makes the theme basically unusable in large codebases using VS Code. Any plan on addressing it? |
shr1k4nt
added a commit
to shr1k4nt/visual-studio-code
that referenced
this issue
Oct 11, 2022
* chore: upgrade dependencies * fix: prevent incorrect js destructuring colors under certain conditions closes dracula#203 * fix: correctly highlight semicolons in php nested inside strings closes dracula#208 * fix: address issue preventing folded regions from receiving highlights closes dracula#210 * v2.24.2 * 📝 Update readme * Fix typo on `lint.js` file (dracula#214) I founded a typo at the line 30. `chage` should be `changed` * chore(deps): bump minimist from 1.2.5 to 1.2.6 (dracula#215) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Derek Sifford <dereksifford@gmail.com> Co-authored-by: Lucas de França <luxonauta@gmail.com> Co-authored-by: Fábio Alves <fabioalves.contacto@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
When I try to select something on a folded element, I can't see if it's selected or not.
In screenshot, I just select multiple lines to make it visible to you, but if I want to select some attributes in one line (like class name 123) on folded element, I just can't see if it's selected it or not.
The text was updated successfully, but these errors were encountered: