memostack
article thumbnail
블로그를 이전하였습니다. 2023년 11월부터 https://bluemiv.tistory.com/에서 블로그를 운영하려고 합니다. 앞으로 해당 블로그의 댓글은 읽지 못할 수 도 있으니 양해바랍니다.
반응형

settings.json 파일 삭제

아래 경로의 settings.json 파일을 삭제한다.

 

윈도우

%APPDATA%\Code\User\settings.json

 

MacOS

$HOME/Library/Application Support/Code/User/settings.json

 

 

Linux

$HOME/.config/Code/User/settings.json

 

MacOS 예시

$ cd $HOME/Library/Application\ Support/Code/User
$ rm -rf settings.json

settings.json 삭제

 

Reference

stackoverflow.com/questions/36108515/how-to-reset-settings-in-visual-studio-code

 

How to reset settings in Visual Studio Code?

It's a simple thing and I was pretty sure it's well described, but surprisingly it is not so obvious. Here I've found a detailed description of settings file. As it states it should be setting.jso...

stackoverflow.com

 

반응형
블로그를 이전하였습니다. 2023년 11월부터 https://bluemiv.tistory.com/에서 블로그를 운영하려고 합니다. 앞으로 해당 블로그의 댓글은 읽지 못할 수 도 있으니 양해바랍니다.
profile

memostack

@bluemiv_mm

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!