You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added some methods to print out bytes in hex and unicode code points.
I tried to print byte values and unicode code points of my input. here are comparison between windows terminal app and vs code. Above is Powershell in Windows terminall app, below is VS code's integrated terminal with Powershell.
If you use "terminal.integrated.experimental.windowsUseConptyDll": true this will probably fix your issue. There is a known issue with that setting where something an OpenConsole.exe process will hang around that you need to go kill in process manager. That's tracked in #225719 and #224488
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
I have simple Java program that prints Korean message and a word the user typed.


What I tried:
pwsh.exe
:chcp 65001 && java Korean.java
and type anything, will print properly.cmd.exe
:chcp 65001 && java Korean.java
and type anything. will print properly.chcp 65001 && java Korean.java
and type anything, will not print properly.I am not sure if this is Java's problem or VS code's problem since I have no idea how to test this in more general situation.
The text was updated successfully, but these errors were encountered: