Skip to content

Commit

Permalink
activation events
Browse files Browse the repository at this point in the history
  • Loading branch information
fajfaj1 committed Oct 29, 2023
1 parent f64c739 commit 3890713
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,22 @@
"triggerCharacters": [
"$"
],
"signatureHelpProvider" : {
"triggerCharacters": [ "[" ]
}
"signatureHelpProvider": {
"triggerCharacters": [
"["
]
}
}
},
"dependencies": {
"git": "^0.1.5"
},
"scripts": {
"data": "node -e \"require('./language/modules/parser.js').parse()\"",
"change": "node ./scripts/changelog.js"
},
"main": "./language/main.js"
}
"dependencies": {
"git": "^0.1.5"
},
"scripts": {
"data": "node -e \"require('./language/modules/parser.js').parse()\"",
"change": "node ./scripts/changelog.js"
},
"main": "./language/main.js",
"activationEvents": [
"onLanguage:ccbot"
]
}

0 comments on commit 3890713

Please sign in to comment.