autoClosingPairs and surroundingPairs not split
StarkZhidian opened this issue · 0 comments
StarkZhidian commented
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
surroundingPairs field should be actived when selecting text and input the open symbol, then the close symbol should be auto completed. such as:
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:
Maybe there is something was wrong.
Thank you.