728x90
728x90

사이드바 워크스페이스 폴더 목록이 사라지는 문제 해결 방법

들어가며

  • 비주얼 스튜디오 코드(VSCode)의 사이드바에서 갑자기 현재 워크스페이스의 폴더 목록이 사라져서 보이지 않는 문제를 해결하는 방법을 간단하게 정리해본다.

 

방법

  • @[Ctrl/Cmd] + [Shift] + [P]@ 단축키를 눌러 명령 팔레트(Command Pallette)를 실행한 후, @View: Reset View Locations@를 실행한다.

 

참고 사이트

 

How can I find and restore a missing View, View subsection, or Panel in VS Code?

My desired behavior for the Explorer View in VS Code is that, when I open a folder, all of the files in the folder display in it. Currently, it only shows "Open editors" (which isn't quit...

stackoverflow.com

 

728x90
728x90