Skip to content

Commit 7081398

Browse files
committed
fix: add empty activationEvents to manifest
Required, even though unpopulated, to package the extension. Language contribution automatically activates extension as required.
1 parent e6034b0 commit 7081398

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"Cortex Command Community Project"
2525
],
2626
"main": "dist/packages/client/src/extension",
27+
"activationEvents": [],
2728
"contributes": {
2829
"configuration": {
2930
"type": "object",

0 commit comments

Comments
 (0)