Python VSCode Setting - workspace
VSCode 세팅은 전체(User) 폴더 내부(Workspace)로 나뉜다. 보통 Workspace로 환경 설정해야 git으로 관리할 때 편하다. 톱니바퀴 아이콘 -> Settings 클릭한다. workspace -> Extensions -> Python 으로 들어가면 Python 관련한 세팅을 할 수 있다. 가상환경 기본 경로를 .venv로 변경 -> pipenv를 사용하기 때문에 변경 -> 꼭할 필요는 없다. ${workspaceFolder}는 Vscode의 미리정의된 언어이다. 참조 - https://code.visualstudio.com/docs/editor/variables-reference Visual Studio Code Variables Reference Visual Studio Code ..
2023.11.28