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

autoClosingPairs and surroundingPairs not split #602

Open
StarkZhidian opened this issue Aug 2, 2024 · 0 comments
Open

autoClosingPairs and surroundingPairs not split #602

StarkZhidian opened this issue Aug 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@StarkZhidian
Copy link
Contributor

StarkZhidian commented Aug 2, 2024

Hi, @dingyi222666 , I found a problem about LanguageConfig surroundingPairs.

According to VS Code documents: https://code.visualstudio.com/api/language-extensions/language-configuration-guide#autosurrounding

image

surroundingPairs field should be actived when selecting text and input the open symbol, then the close symbol should be auto completed. such as:

image

I config '<' and '>' symbol in surroundingPairs, and it not in autoClosingPairs, so it should not be actived when I just input '<' without selecting text.
But it was actived when I input '<' symbol:

image

Maybe there is something was wrong.

Thank you.

@Rosemoe Rosemoe added the bug Something isn't working label Aug 3, 2024
Rosemoe added a commit that referenced this issue Aug 22, 2024
teixeira0x added a commit to teixeira0x/sora-editor that referenced this issue Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants