[TIL] vscode, python, django 유용한 명령어 모음

2023. 9. 4. 22:11Today I Learned (TIL)

code .

vscode에서 해당되는 vscode 창을 새로 켜줌

안켜지면 command + shift + p 눌러서 Shell Command Install code command 추가 설치 해주면

 

rm -rf <project name>

rm : remove (프로젝트를 지워주라)

-rf: recursive + force (원래자리로 돌아와라, yes/no 따지지말고 강제로 실행해라)