We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d445c5c commit a49af4fCopy full SHA for a49af4f
package.json
@@ -20,22 +20,14 @@
20
"sponsor": {
21
"url": "https://ko-fi.com/brunodev"
22
},
23
- "categories": [
24
- "Other"
25
- ],
+ "categories": ["Other"],
26
"main": "./dist/index.js",
27
"icon": "res/icon.png",
28
- "files": [
29
- "LICENSE.md",
30
- "dist/*",
31
- "res/*"
32
+ "files": ["LICENSE.md", "dist/*", "res/*"],
33
"engines": {
34
"vscode": "^1.96.0"
35
36
- "activationEvents": [
37
- "onStartupFinished"
38
+ "activationEvents": ["onStartupFinished"],
39
"contributes": {
40
"commands": [
41
{
0 commit comments