We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74660a7 + 917c998 commit 81b402fCopy full SHA for 81b402f
.gitignore
@@ -28,6 +28,7 @@ nuget.exe
28
debugSettings.json
29
buildlog
30
/.vs
31
+osharp_pack/
32
33
# NuGet
34
*.nuget.targets
src/Dap.Protocol/Feature/Requests/ThreadsFeature.cs
@@ -2,7 +2,6 @@
2
using OmniSharp.Extensions.DebugAdapter.Protocol.Models;
3
using OmniSharp.Extensions.JsonRpc;
4
using OmniSharp.Extensions.JsonRpc.Generation;
5
-using Thread = System.Threading.Thread;
6
7
// ReSharper disable once CheckNamespace
8
namespace OmniSharp.Extensions.DebugAdapter.Protocol
0 commit comments