We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2534b42 commit 0b3354aCopy full SHA for 0b3354a
vscode-extension/server/NuGet.Config
@@ -4,7 +4,11 @@
4
<add key="disableSourceControlIntegration" value="true" />
5
</solution>
6
<packageSources>
7
- <add key="omnisharp" value="https://www.myget.org/F/omnisharp/api/v3/index.json" protocolVersion="3" />
+ <clear/>
8
+ <!-- Do not add any additional feeds if new packages are needed they need to come from nuget.org or our azure-sdk-for-net DevOps feed -->
9
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
10
</packageSources>
11
+ <disabledPackageSources>
12
+ <clear />
13
+ </disabledPackageSources>
14
</configuration>
0 commit comments