Update genCommond.js

This commit is contained in:
any86 2020-02-22 01:38:56 +08:00 committed by GitHub
parent 107587e3b1
commit 9168000836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ RULES.forEach((rule, index) => {
title: `zz: ${rule.title}`
});
pkg.activationEvents.push('onCommand:extension.rule'+index);
pkg.activationEvents.push('*');
})
// console.log(JSON.stringify(pkg));