Skip to content

Commit

Permalink
feat: Add execute command to handle Execute code lens
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Aug 15, 2023
1 parent 0224d16 commit 78fe2a9
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 @@ -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) {
Expand Down

0 comments on commit 78fe2a9

Please sign in to comment.