From 06b9806fb7f63172b10d2f44724e87658d08f096 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Fri, 6 Jan 2023 14:34:40 -0700 Subject: [PATCH] dotnetAcquisitionExtension --- Nuget/EC-EAF/NuGet.Config | 17 +++++++++++++++++ Nuget/IFX-EAF/NuGet.Config | 17 +++++++++++++++++ Nuget/localhost/NuGet.Config | 17 +++++++++++++++++ User/settings.json | 7 +++++++ 4 files changed, 58 insertions(+) create mode 100644 Nuget/EC-EAF/NuGet.Config create mode 100644 Nuget/IFX-EAF/NuGet.Config create mode 100644 Nuget/localhost/NuGet.Config 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 @@ + + + + + + + + + + + + + + + + + \ 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 @@ + + + + + + + + + + + + + + + + + \ 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 @@ + + + + + + + + + + + + + + + + + \ 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",