chromium / vs-chromium

A Visual Studio extension containing a collection of tools to help contributing code to the Chromium project.
BSD 3-Clause "New" or "Revised" License
311 stars 90 forks source link

Extension successfully installed, but UI is not accessible #91

Closed benoit-germain closed 1 year ago

benoit-germain commented 1 year ago

I installed the Pre-VS2022-0.9.39.VSIX package on a fresh VS2019 16.11.24 installation. The extension is listed as successfully installed, but the options do not appear in Tools/Options, and I am unable to cause the "Code Search" window to show up with Ctrl-;. Tools/Options/Environment/Keyboard doesn't list the relevant shortcuts. I've checked Visual Studio's activity log, nothing untoward is obvious:

  <entry>
    <record>524</record>
    <time>2023/02/15 10:06:09.882</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension &apos;VsChromium&apos; (a10cf7af-5f0a-4502-b44b-51ff1b7c8a87)...</description>
    <path>C:\USERS\BGERMAIN\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\16.0_8235ABFD\EXTENSIONS\ATYNT535.YMG\</path>
  </entry>

When I open a solution, I see the devenv sub-processes named VsChromium.Server and VsChromium.Host (32 bit). They exhibit no CPU activity though. The log tells me that an appropriate number of files were parsed, but that's it. If I modify some source file, the log reflects the fact the database was updated accordingly. So all in all, everything is working well, besides the fact the results are not accessible...

benoit-germain commented 1 year ago

I managed to solve the issue by uninstalling the extension, then run "devenv /resetsettings", then reinstalling it. My gut feeling is that the extension installation process took longer than my previous attempts, suggesting it was doing more work.