Change VSCode User Settings location

前端 未结 3 529
鱼传尺愫
鱼传尺愫 2021-02-03 23:52

I want to put my User Settings file under version control, preferably a separate folder, but I can\'t find the option to tell VSCode where my settings file is located.

I

3条回答
  •  心在旅途
    2021-02-03 23:59

    You can set the location of the global user data folder by launching from the command line with the --user-data-dir option. But I just initialized a git repo in the default user settings location and keep it in source control there.

提交回复
热议问题