From dd069cf0847b0a53f635b5b1ea4df0ef46fc9bce Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sun, 24 Aug 2025 13:43:37 +1000 Subject: [PATCH] cleanup --- .../Features/Debugging/DebuggingService.cs | 1 + src/SharpIDE.Application/SharpIDE.Application.csproj | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SharpIDE.Application/Features/Debugging/DebuggingService.cs b/src/SharpIDE.Application/Features/Debugging/DebuggingService.cs index 9d5acaf..96a46e7 100644 --- a/src/SharpIDE.Application/Features/Debugging/DebuggingService.cs +++ b/src/SharpIDE.Application/Features/Debugging/DebuggingService.cs @@ -5,6 +5,7 @@ using Microsoft.VisualStudio.Shared.VSCodeDebugProtocol; using Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.Messages; using Newtonsoft.Json.Linq; using SharpIDE.Application.Features.Debugging.Experimental; +using SharpIDE.Application.Features.Debugging.Experimental.VsDbg; namespace SharpIDE.Application.Features.Debugging; diff --git a/src/SharpIDE.Application/SharpIDE.Application.csproj b/src/SharpIDE.Application/SharpIDE.Application.csproj index c5b83ad..5003b00 100644 --- a/src/SharpIDE.Application/SharpIDE.Application.csproj +++ b/src/SharpIDE.Application/SharpIDE.Application.csproj @@ -15,8 +15,7 @@ - - +