提交 fbd7afec 编写于 作者: K KevinRansom 提交者: RoslynTeam

Disable automatic component registration in prepare.bat until we have a better mechanism

 (changeset 1213897)
上级 35a779a4
......@@ -87,7 +87,8 @@ goto :eof
:EnableRoslynPackage %1 %2
@echo %label% EnableRoslynPackage for %1
for /F %%f in ('dir /s /b "%LOCALAPPDATA%\Microsoft\VisualStudio\%targetVS%%TargetHive%\%1"') do reg add "HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\%targetVS%%TargetHive%\ExtensionManager\EnabledExtensions" /v %2 /d %%~dpf /F > nul 2>&1 && goto :eof
rem disable until we have a more complete mechanism
rem @echo %label% EnableRoslynPackage for %1
rem for /F %%f in ('dir /s /b "%LOCALAPPDATA%\Microsoft\VisualStudio\%targetVS%%TargetHive%\%1"') do reg add "HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\%targetVS%%TargetHive%\ExtensionManager\EnabledExtensions" /v %2 /d %%~dpf /F > nul 2>&1 && goto :eof
goto :eof
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册