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

hanspell-ignore에 특수문자를 사용할 수 없습니다 #1

Open
HIX4123 opened this issue Jul 15, 2022 · 5 comments
Open

hanspell-ignore에 특수문자를 사용할 수 없습니다 #1

HIX4123 opened this issue Jul 15, 2022 · 5 comments

Comments

@HIX4123
Copy link

HIX4123 commented Jul 15, 2022

예를 들어 문법 예외 처리를 하기 위해 [][{]*를 등록했을 때, "\asdf{ㅁㄴㅇㄹ"가 예외 처리 되지 않습니다.

@9beach
Copy link
Owner

9beach commented Aug 29, 2022

답신 늦어서 죄송합니다. 글롭 특수문자는 백슬래쉬로 이탈해야 합니다. 그래서 각각의 문자를 모두 제외하고 싶다면 아래와 같이 각각 추가해야 합니다.

*\[*
*\]*

@HIX4123
Copy link
Author

HIX4123 commented Aug 29, 2022

다시 사용해본 결과, 단순히 특수문자가 아니라 ignore 리스트 자체가 일반 한글/영문 텍스트에서도 전혀 작동하지 않았습니다. extension과 관련 파일과 함께 vscode를 모두 완전히 삭제했다 재설치해도 동일한 현상이 반복됩니다.

@9beach
Copy link
Owner

9beach commented Aug 29, 2022

혹시 UTF-8 인코딩으로 저장했는데도 그런가요?

@HIX4123
Copy link
Author

HIX4123 commented Feb 25, 2023

네 그렇습니다

@9beach
Copy link
Owner

9beach commented Oct 7, 2023

한동안 이슈를 보지 않아서 답변이 너무 늦었네요. 혹시 조금 더 자세히 말씀해주시면 디버깅해 보겠습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants