the host 'wsl.localhost' was not found in the list of allowed hosts. Do you want to allow it anyway?
wsl에서 code 실행
C/C++ Extension Pack 설치
Ubuntu 패키지 목록 업데이트
sudo apt update
GNU 컴파일러 도구와 GDB 디버거 설치
sudo apt install build-essential gdb
GCC 설치 확인
gcc --version