Skip to content

Commit fd6d68c

Browse files
committed
Update API
1 parent d644a4f commit fd6d68c

File tree

3 files changed

+17
-6257
lines changed

3 files changed

+17
-6257
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@
2020
"theme": "light"
2121
},
2222
"icon": "icon.png",
23-
"categories": ["Other"],
23+
"categories": [
24+
"Other"
25+
],
2426
"engines": {
2527
"vscode": "^1.19.0"
2628
},
27-
"activationEvents": ["onCommand:polacode.activate"],
29+
"activationEvents": [
30+
"onCommand:polacode.activate"
31+
],
2832
"main": "./src/extension",
2933
"contributes": {
3034
"commands": [
@@ -33,5 +37,8 @@
3337
"title": "Polacode 📸"
3438
}
3539
]
40+
},
41+
"devDependencies": {
42+
"@types/vscode": "^1.32.0"
3643
}
3744
}

0 commit comments

Comments
 (0)