I have just started to use Java in VScode and when i run the code i see a path in blue color which i dont want to see.
PS C:\Users\Kamil\Desktop\java> c:; cd 'c:\Users\Kamil\Desktop\java'; & 'c:\Users\Kamil\.vscode\extensions\vscjava.vscode-java-debug-0.29.0\scripts\launcher.bat' 'C:\Program Files\Java\jdk-15.0.1\bin\java.exe' '--enable-preview' '-XX:+ShowCodeDetailsInExceptionMessages' '-Dfile.encoding=UTF-8' '-cp' 'C:\Users\Kamil\AppData\Roaming\Code\User\workspaceStorage\62ccb9798b03c2ab99f215c8f0933a8d\redhat.java\jdt_ws\java_9392f169\bin' 'Sa'
Hi Java
Could you please tell me how to hide theese information. I just want to see the output of the code in the terminal. Thank you