Skip to content

Commit

Permalink
feat: Add execute command to handle Execute code lens (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored Aug 16, 2023
1 parent c88a397 commit 7eb8a52
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 7eb8a52

Please sign in to comment.