diff --git a/Nuget/EC-EAF/NuGet.Config b/Nuget/EC-EAF/NuGet.Config new file mode 100644 index 0000000..5318312 --- /dev/null +++ b/Nuget/EC-EAF/NuGet.Config @@ -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> \ No newline at end of file diff --git a/Nuget/IFX-EAF/NuGet.Config b/Nuget/IFX-EAF/NuGet.Config new file mode 100644 index 0000000..94b158e --- /dev/null +++ b/Nuget/IFX-EAF/NuGet.Config @@ -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> \ No newline at end of file diff --git a/Nuget/localhost/NuGet.Config b/Nuget/localhost/NuGet.Config new file mode 100644 index 0000000..1bc8954 --- /dev/null +++ b/Nuget/localhost/NuGet.Config @@ -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> \ No newline at end of file diff --git a/User/settings.json b/User/settings.json index a930580..c741dcf 100644 --- a/User/settings.json +++ b/User/settings.json @@ -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",