dotnetAcquisitionExtension
This commit is contained in:
parent
51a4b3abf0
commit
06b9806fb7
17
Nuget/EC-EAF/NuGet.Config
Normal file
17
Nuget/EC-EAF/NuGet.Config
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="Baget" value="https://messa08ec.ec.local/v3/index.json" />
|
||||
</packageSources>
|
||||
<packageRestore>
|
||||
<add key="enabled" value="True" />
|
||||
<add key="automatic" value="True" />
|
||||
</packageRestore>
|
||||
<bindingRedirects>
|
||||
<add key="skip" value="False" />
|
||||
</bindingRedirects>
|
||||
<packageManagement>
|
||||
<add key="format" value="1" />
|
||||
<add key="disabled" value="False" />
|
||||
</packageManagement>
|
||||
</configuration>
|
17
Nuget/IFX-EAF/NuGet.Config
Normal file
17
Nuget/IFX-EAF/NuGet.Config
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="Baget" value="https://messa017.infineon.com/v3/index.json" />
|
||||
</packageSources>
|
||||
<packageRestore>
|
||||
<add key="enabled" value="True" />
|
||||
<add key="automatic" value="True" />
|
||||
</packageRestore>
|
||||
<bindingRedirects>
|
||||
<add key="skip" value="False" />
|
||||
</bindingRedirects>
|
||||
<packageManagement>
|
||||
<add key="format" value="1" />
|
||||
<add key="disabled" value="False" />
|
||||
</packageManagement>
|
||||
</configuration>
|
17
Nuget/localhost/NuGet.Config
Normal file
17
Nuget/localhost/NuGet.Config
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="Baget" value="https://localhost/v3/index.json" />
|
||||
</packageSources>
|
||||
<packageRestore>
|
||||
<add key="enabled" value="True" />
|
||||
<add key="automatic" value="True" />
|
||||
</packageRestore>
|
||||
<bindingRedirects>
|
||||
<add key="skip" value="False" />
|
||||
</bindingRedirects>
|
||||
<packageManagement>
|
||||
<add key="format" value="1" />
|
||||
<add key="disabled" value="False" />
|
||||
</packageManagement>
|
||||
</configuration>
|
@ -16,6 +16,7 @@
|
||||
"debug.openDebug": "neverOpen",
|
||||
"debug.terminal.clearBeforeReusing": true,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"dotnetAcquisitionExtension.installTimeoutValue": 180,
|
||||
"editor.accessibilitySupport": "off",
|
||||
"editor.fontSize": 16,
|
||||
"editor.hover.delay": 1000,
|
||||
@ -68,6 +69,12 @@
|
||||
"[xml]": {
|
||||
"editor.defaultFormatter": "mikeburgh.xml-format"
|
||||
},
|
||||
"dotnetAcquisitionExtension.existingDotnetPath": [
|
||||
{
|
||||
"extensionId": "msazurermtools.azurerm-vscode-tools",
|
||||
"path": "C:\\Program Files\\dotnet\\dotnet.exe"
|
||||
}
|
||||
],
|
||||
"remote.SSH.remotePlatform": {
|
||||
"192.168.0.73": "linux",
|
||||
"192.168.0.34": "linux",
|
||||
|
Loading…
x
Reference in New Issue
Block a user