Windows 환경에서 WSL 사용 시 cmd를 제대로 찾지 못하는 경우가 발생
Visual Studio doesn't run my code properly
I'm using Visual Studio code to write Java for school, and it runs my code really weird. So what happens is that my code, which is supposed to just print out "test" using super simple "System.out.p...
stackoverflow.com
launch.json에 아래의 코드 추가
"console": "internalConsole",
'Programming' 카테고리의 다른 글
Colab 한글 폰트 깨짐 문제 (0) | 2023.05.31 |
---|---|
VSCode 주석 단축키(Ctrl + /) 안될 때 (0) | 2023.05.10 |
[Python] 정규표현식 re 모듈 (0) | 2022.04.28 |
C, C++, C# 특징과 차이점 (0) | 2021.11.11 |
객체지향 프로그래밍 (0) | 2021.11.11 |