diff --git a/src/extension.ts b/src/extension.ts index a7cd019..597041a 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -150,6 +150,7 @@ function getLspCommand(uri: Uri) { let INTERNAL_COMMANDS = [ { type: "nargo", command: "test", group: TaskGroup.Test }, { type: "nargo", command: "compile", group: TaskGroup.Build }, + { type: "nargo", command: "execute", group: TaskGroup.Build }, ]; function registerCommands(uri: Uri) {