Publish separate web bundle for web (#14273)
This commit is contained in:
Родитель
79e4623896
Коммит
5d7eacb269
|
@ -32,7 +32,7 @@ extends:
|
|||
l10nSourcePaths: ./src
|
||||
buildPlatforms:
|
||||
- name: Linux
|
||||
vsceTarget: ''
|
||||
vsceTarget: 'web'
|
||||
- name: Linux
|
||||
packageArch: arm64
|
||||
vsceTarget: linux-arm64
|
||||
|
|
|
@ -27,7 +27,7 @@ extends:
|
|||
l10nSourcePaths: ./src
|
||||
buildPlatforms:
|
||||
- name: Linux
|
||||
vsceTarget: ''
|
||||
vsceTarget: 'web'
|
||||
- name: Linux
|
||||
packageArch: arm64
|
||||
vsceTarget: linux-arm64
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
"vscode": "^1.82.0"
|
||||
},
|
||||
"l10n": "./l10n",
|
||||
"extensionKind": [
|
||||
"workspace"
|
||||
],
|
||||
"keywords": [
|
||||
"jupyter",
|
||||
"notebook",
|
||||
|
|
Загрузка…
Ссылка в новой задаче