Skip to content

Commit 0b3354a

Browse files
authored
Clear Nuget.Config (#80)
1 parent 2534b42 commit 0b3354a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: vscode-extension/server/NuGet.Config

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
<add key="disableSourceControlIntegration" value="true" />
55
</solution>
66
<packageSources>
7-
<add key="omnisharp" value="https://www.myget.org/F/omnisharp/api/v3/index.json" protocolVersion="3" />
7+
<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 -->
89
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
910
</packageSources>
11+
<disabledPackageSources>
12+
<clear />
13+
</disabledPackageSources>
1014
</configuration>

0 commit comments

Comments
 (0)