From 622f8fdd24ad03887609088c4cf161e18b31fac5 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Mon, 19 Apr 2021 13:55:55 -0700 Subject: [PATCH 1/2] Change ThreadsHandler Thread type to model type --- src/Dap.Protocol/Feature/Requests/ThreadsFeature.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Dap.Protocol/Feature/Requests/ThreadsFeature.cs b/src/Dap.Protocol/Feature/Requests/ThreadsFeature.cs index 165077bea..1975a2b2e 100644 --- a/src/Dap.Protocol/Feature/Requests/ThreadsFeature.cs +++ b/src/Dap.Protocol/Feature/Requests/ThreadsFeature.cs @@ -2,7 +2,6 @@ using OmniSharp.Extensions.DebugAdapter.Protocol.Models; using OmniSharp.Extensions.JsonRpc; using OmniSharp.Extensions.JsonRpc.Generation; -using Thread = System.Threading.Thread; // ReSharper disable once CheckNamespace namespace OmniSharp.Extensions.DebugAdapter.Protocol From 1e2c11bacabea329a075df02ee5fb796c69c89bd Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Mon, 19 Apr 2021 13:56:05 -0700 Subject: [PATCH 2/2] Add osharp_pack dir to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 04d1209d3..97caab569 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ nuget.exe debugSettings.json buildlog /.vs +osharp_pack/ # NuGet *.nuget.targets