Skip to content

Commit

Permalink
Add support to Implicit Activation Events (Closes #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Feb 3, 2023
1 parent 3f67c82 commit dd5db8d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"theme": "dark"
},
"engines": {
"vscode": "^1.61.0"
"vscode": "^1.74.0"
},
"categories": [
"Formatters",
Expand All @@ -27,8 +27,6 @@
"activationEvents": [
"onLanguage:pascal",
"onLanguage:objectpascal",
"onCommand:pascalFormatter.editFormatterParameters",
"onCommand:pascalFormatter.whatsNew",
"onStartupFinished"
],
"capabilities": {
Expand Down Expand Up @@ -123,7 +121,7 @@
},
"devDependencies": {
"@types/node": "^14.17.27",
"@types/vscode": "^1.61.0",
"@types/vscode": "^1.74.0",
"@types/mocha": "^9.0.0",
"@types/glob": "^7.1.4",
"@vscode/test-electron": "^1.6.2",
Expand Down

0 comments on commit dd5db8d

Please sign in to comment.