From b7281b316c28870ebc6054a8aaeeaabd080c8e17 Mon Sep 17 00:00:00 2001 From: Noah Mehl Date: Sun, 22 Feb 2026 11:18:04 -0500 Subject: [PATCH] Support debugging on relx output --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 74340de..2326777 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,9 @@ "vscode": "^1.60.0" }, "activationEvents": [ - "onLanguage:erlang" + "onLanguage:erlang", + "onDebugResolve:erlang", + "onDebugAdapterProtocol:erlang" ], "contributes": { "configuration": { @@ -246,4 +248,4 @@ "typescript": "^4.2.3", "@vscode/vsce": "^3.1.0" } -} +} \ No newline at end of file