diff --git a/src/SharpIDE.Application/Features/Debugging/DebuggingService.cs b/src/SharpIDE.Application/Features/Debugging/DebuggingService.cs index b03f289..df3cc7f 100644 --- a/src/SharpIDE.Application/Features/Debugging/DebuggingService.cs +++ b/src/SharpIDE.Application/Features/Debugging/DebuggingService.cs @@ -5,7 +5,7 @@ using Microsoft.Diagnostics.NETCore.Client; using Microsoft.VisualStudio.Shared.VSCodeDebugProtocol; using Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.Messages; using Newtonsoft.Json.Linq; -using SharpIDE.Application.Features.Debugging.Experimental.VsDbg; +using SharpIDE.Application.Features.Debugging.Signing; using SharpIDE.Application.Features.Events; using SharpIDE.Application.Features.SolutionDiscovery; diff --git a/src/SharpIDE.Application/Features/Debugging/Experimental/VsDbg/DebuggerHandshakeSigner.cs b/src/SharpIDE.Application/Features/Debugging/Signing/DebuggerHandshakeSigner.cs similarity index 78% rename from src/SharpIDE.Application/Features/Debugging/Experimental/VsDbg/DebuggerHandshakeSigner.cs rename to src/SharpIDE.Application/Features/Debugging/Signing/DebuggerHandshakeSigner.cs index 7399c70..fccc3cc 100644 --- a/src/SharpIDE.Application/Features/Debugging/Experimental/VsDbg/DebuggerHandshakeSigner.cs +++ b/src/SharpIDE.Application/Features/Debugging/Signing/DebuggerHandshakeSigner.cs @@ -1,7 +1,7 @@ using System.Text; using CliWrap; -namespace SharpIDE.Application.Features.Debugging.Experimental.VsDbg; +namespace SharpIDE.Application.Features.Debugging.Signing; public static class DebuggerHandshakeSigner {