Skip to content

Commit

Permalink
fix: activate on reloadImportRegistries command (#407)
Browse files Browse the repository at this point in the history
Fixes: #394
  • Loading branch information
kitsonk authored Apr 30, 2021
1 parent 8ed3af9 commit 15cd747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"onDebugResolve:javascriptreact",
"onCommand:deno.welcome",
"onCommand:deno.initializeWorkspace",
"onCommand:deno.reloadImportRegistries",
"onWebviewPanel:welcomeDeno"
],
"main": "./client/out/extension",
Expand Down Expand Up @@ -295,4 +296,4 @@
"@types/node": "^14.14.25",
"typescript": "^4.1.3"
}
}
}

0 comments on commit 15cd747

Please sign in to comment.