Skip to content

Commit 81b402f

Browse files
Merge remote-tracking branch 'origin/master' into temp/remove-retry-facts
2 parents 74660a7 + 917c998 commit 81b402f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ nuget.exe
2828
debugSettings.json
2929
buildlog
3030
/.vs
31+
osharp_pack/
3132

3233
# NuGet
3334
*.nuget.targets

src/Dap.Protocol/Feature/Requests/ThreadsFeature.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using OmniSharp.Extensions.DebugAdapter.Protocol.Models;
33
using OmniSharp.Extensions.JsonRpc;
44
using OmniSharp.Extensions.JsonRpc.Generation;
5-
using Thread = System.Threading.Thread;
65

76
// ReSharper disable once CheckNamespace
87
namespace OmniSharp.Extensions.DebugAdapter.Protocol

0 commit comments

Comments
 (0)