Copying visual studio 2010 installed extensions options to another computer

前端 未结 4 2358
春和景丽
春和景丽 2021-02-19 11:42

I have visual studio 2010 installed and configured with some extensions at my home computer. Now i want to copy all installed extensions settings from my home computer to work c

4条回答
  •  粉色の甜心
    2021-02-19 12:19

    Visual studio extension settings are stored in the registry:

    HKCU\Software\Microsoft\VisualStudio\\DialogPage\
    

    if they implement the default extension settings mechanism.

    Otherwise you'll have to go to the individual extension website to see where they store their settings.

提交回复
热议问题