Skip to content

Commit 24fedfb

Browse files
authored
Merge 1e2c11b into 5d71f00
2 parents 5d71f00 + 1e2c11b commit 24fedfb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
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

Lines changed: 0 additions & 1 deletion
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)