[VSCODE] 초기화 후 재설치 (for Windows)
leejuhwan.log의 VSCODE 초기화 후 재설치 (for Windows) 참고하였습니다.
1. 이전 세팅 저장
- 컨트롤 + 쉬프트 + P => settings.json 저장
{
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"terminal.external.windowsExec": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"editor.fontFamily": "'D2Coding ligature'",
"editor.fontSize": 16,
"diffEditor.ignoreTrimWhitespace": true,
"git.autofetch": true,
"[javascript]": {
"editor.formatOnSave": true
},
"[vue]": {
"editor.formatOnSave": true
},
"vetur.format.defaultFormatter.css": "none",
"editor.tabSize": 2,
"vetur.format.defaultFormatter.html": "none",
"workbench.iconTheme": "material-icon-theme",
"bracketPairColorizer.depreciation-notice": false,
"workbench.colorTheme": "Community Material Theme Palenight High Contrast",
"html.hover.documentation": false,
"html.hover.references": false,
"css.hover.references": false,
"less.hover.references": false,
"scss.hover.references": false,
"editor.wordSeparators": "`~!@#$%^&*()=+[{]}\\|;:'\",.<>/?",
"css.hover.documentation": false,
"scss.hover.documentation": false,
"less.hover.documentation": false,
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"svelte.ask-to-enable-ts-plugin": false,
"workbench.startupEditor": "none",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
- 확장프로그램 캡쳐
2. 플러그인 삭제
c:\user\사용자이름\.vscode
폴더 삭제
3. 개인설정 파일 삭제
c:\user\사용자이름\AppData\Roaming\Code
폴더 삭제, 만약 AppData 폴더가 보이지 않으면 '숨김'설정이 되어있을 가능성이 높다.
4. 제어판에서 VSCODE uninstall
5. VSCODE 재설치
새롭게! 화이팅!
Author And Source
이 문제에 관하여([VSCODE] 초기화 후 재설치 (for Windows)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@yomu85/VSCODE-초기화-후-재설치-for-Windows저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)