[Bug] CJK characters showing up as red invalid characters #3674
Replies: 4 comments
-
@softmarshmallow It will not accept random Korean characters because the syntax is invalid. If you put it in a string it will not flag it as an error. |
Beta Was this translation helpful? Give feedback.
-
@rcjsuen It also does not work in jsx/tsx Try tsx / jsx file with this content. not working - |
Beta Was this translation helpful? Give feedback.
-
I don't think the Monaco Editor supports JSX out-of-the-box. See #264. |
Beta Was this translation helpful? Give feedback.
-
@rcjsuen What about the part that CJK Characters displaying as a red char? How do I solve that part (regarding less to JSX) |
Beta Was this translation helpful? Give feedback.
-
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Code
Actual Behavior
The Korean character should be accepted. regard less to syntax.
Even if it is a valid syntax, it will still show up as red character. e.g. in jsx string
<div>한글</div>
Expected Behavior
No response
Additional Context
Beta Was this translation helpful? Give feedback.
All reactions