vscode 개발환경 설정 파일


vscode 개발환경 설정 파일

vscode 설치를 하면 환경설정 파일을 아래의 경로에 있다. C:\Users\cbw\AppData\Roaming\Code\User\settings.json 내 개발환경 셋팅은 아래와 같다. vscode 설치하고 환경파일을 동일하게 설정하면 다른 pc에서도 동일하게 작동한다. { "git.autofetch": true, "git.enableSmartCommit": true, "python.languageServer": "Pylance", "explorer.confirmDelete": false, "git.confirmSync": false, "editor.codeActionsOnSave": { "source.fixAll": true }, "files.autoSave": "onFocusChange", "w..


원문링크 : vscode 개발환경 설정 파일