Skip to content

Commit

Permalink
Clear Nuget.Config (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingmeng-xue authored Mar 1, 2021
1 parent 2534b42 commit 0b3354a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vscode-extension/server/NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<add key="omnisharp" value="https://www.myget.org/F/omnisharp/api/v3/index.json" protocolVersion="3" />
<clear/>
<!-- 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 -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

0 comments on commit 0b3354a

Please sign in to comment.