diff --git a/src/extension.ts b/src/extension.ts index ab3c476..2d5afcd 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -99,6 +99,7 @@ function getOuterMostWorkspaceFolder(folder: WorkspaceFolder): WorkspaceFolder { let INTERNAL_COMMANDS = [ { type: "nargo", command: "test", group: TaskGroup.Test }, { type: "nargo", command: "compile", group: TaskGroup.Build }, + { type: "nargo", command: "info", group: TaskGroup.Build }, { type: "nargo", command: "execute", group: TaskGroup.Build }, ];