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