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
'Tools > VS Code' 카테고리의 다른 글
| [VS Code] 코드 자동 완성, 스니펫 기능 끄는 방법 (settings.json) (0) | 2024.10.27 |
|---|---|
| [VS Code] vscode-icons : 리액트 아이콘 적용하는 방법 (0) | 2024.09.25 |
| [VS Code] 검색 시, 특정 폴더를 검색 범위에서 제외시키는 방법 (2) | 2024.08.14 |
| [VS Code] Cannot find module 'next/babel' 오류 해결하기 (Next.js) (0) | 2024.08.05 |
| [VS Code] JavaScript 기본 탭 들여쓰기(Indent) 간격 설정 방법 (settings.json) (0) | 2024.06.25 |
| [VS Code] 비주얼 스튜디오 코드(VS Code)에서 JSX 자동 완성 기능 켜는 방법 (0) | 2024.05.28 |
