Skip to content

Commit cad01cf

Browse files
committed
Correct marking for web extension
1 parent 2db1f82 commit cad01cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"browser": "./dist/web/extension.js",
2626
"extensionKind": [
2727
"workspace",
28-
"web"
28+
"ui"
2929
],
3030
"scripts": {
3131
"compile": "webpack --mode development",

0 commit comments

Comments
 (0)