mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Set explicit extension kind
Most webview view extensions should be UI extensions
This commit is contained in:
@ -6,6 +6,10 @@
|
||||
"engines": {
|
||||
"vscode": "^1.50.0"
|
||||
},
|
||||
"extensionKind": [
|
||||
"ui",
|
||||
"workspace"
|
||||
],
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user