Skip to content

Commit

Permalink
Remove unnecessary onCommand events from package.json
Browse files Browse the repository at this point in the history
Fixes #35
  • Loading branch information
gadenbuie committed Apr 22, 2024
1 parent 505043e commit 6cb7cdb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@
"url": "https://github.com/rstudio/pyshiny-vscode"
},
"engines": {
"vscode": "^1.66.0"
"vscode": "^1.75.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onLanguage:python",
"onCommand:shiny.python.runApp",
"onCommand:shiny.python.debugApp",
"onLanguage:r",
"onCommand:shiny.r.runApp"
"onLanguage:r"
],
"main": "./out/extension.js",
"contributes": {
Expand Down

0 comments on commit 6cb7cdb

Please sign in to comment.