9

I am on VS 2019 Enterprise. Just updated about two weeks ago.

Background tasks are forever showing "Downloading Intellisense index for nuget.org"

I am behind a firewall, so connecting to nuget.org for anything is not going to happen.

Is there anyway to disable downloading this intellisense index?

0

1 Answer 1

1

Create an DWORD (32-bit) value called Enabled and set it to 0 under:

HKCU\SOFTWARE\Microsoft\VisualStudio\16.0_6cf1d688\Roslyn\Features\SymbolSearch

The 'Roslyn\Features\SymbolSearch' keys have to be created as well. The '16.0_6cf1d688' version number might be different on your machine.

1
  • I think this answer is correct, but there's no explanation, which would be nice!
    – debater
    Commented Oct 9, 2023 at 9:37

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .