From 486aa3ac2cf88aa944f12c970d9b2b5bde8f93ef Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Fri, 10 Nov 2023 16:54:03 +0100 Subject: [PATCH] fix debug activation event --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 801aec7..178f630 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "activationEvents": [ "onLanguage:d", "onLanguage:dml", - "onDebugResolve:d", + "onDebugResolve:code-d", "onDebugDynamicConfigurations", "onDebugInitialConfigurations", "workspaceContains:dub.json",