Skip to content

Commit

Permalink
feat: add info command (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Oct 5, 2023
1 parent afede92 commit 6e5746b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
];

Expand Down

0 comments on commit 6e5746b

Please sign in to comment.