@theia/cli 1.26.0-next.3 → 1.26.0-next.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -313,12 +313,15 @@ The property `theiaPlugins` describes the list of plugins to download, for examp
|
|
|
313
313
|
|
|
314
314
|
```json
|
|
315
315
|
"theiaPlugins": {
|
|
316
|
+
"vscode.theme-defaults": "https://open-vsx.org/api/vscode/theme-defaults/1.62.3/file/vscode.theme-defaults-1.62.3.vsix",
|
|
316
317
|
"vscode-builtin-extension-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.50.0/file/eclipse-theia.builtin-extension-pack-1.50.0.vsix",
|
|
317
318
|
"vscode-editorconfig": "https://open-vsx.org/api/EditorConfig/EditorConfig/0.14.4/file/EditorConfig.EditorConfig-0.14.4.vsix",
|
|
318
319
|
"vscode-eslint": "https://open-vsx.org/api/dbaeumer/vscode-eslint/2.1.1/file/dbaeumer.vscode-eslint-2.1.1.vsix",
|
|
319
320
|
}
|
|
320
321
|
```
|
|
321
322
|
|
|
323
|
+
Please note that in order to use `extensionPacks` properly you should use `namespace.name` as the `id` you give extensions so that when resolving the pack we do not re-download an existing plugin under a different name.
|
|
324
|
+
|
|
322
325
|
The property `theiaPluginsExcludeIds` can be used to declare the list of plugin `ids` to exclude when using extension-packs.
|
|
323
326
|
The `ids` referenced by the property will not be downloaded when resolving extension-packs, and can be used to omit extensions which are problematic or unwanted. The format of the property is as follows:
|
|
324
327
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/cli",
|
|
3
|
-
"version": "1.26.0-next.
|
|
3
|
+
"version": "1.26.0-next.32+eb5b6688963",
|
|
4
4
|
"description": "Theia CLI.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"clean": "theiaext clean"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@theia/application-manager": "1.26.0-next.
|
|
34
|
-
"@theia/application-package": "1.26.0-next.
|
|
35
|
-
"@theia/ffmpeg": "1.26.0-next.
|
|
36
|
-
"@theia/localization-manager": "1.26.0-next.
|
|
37
|
-
"@theia/ovsx-client": "1.26.0-next.
|
|
33
|
+
"@theia/application-manager": "1.26.0-next.32+eb5b6688963",
|
|
34
|
+
"@theia/application-package": "1.26.0-next.32+eb5b6688963",
|
|
35
|
+
"@theia/ffmpeg": "1.26.0-next.32+eb5b6688963",
|
|
36
|
+
"@theia/localization-manager": "1.26.0-next.32+eb5b6688963",
|
|
37
|
+
"@theia/ovsx-client": "1.26.0-next.32+eb5b6688963",
|
|
38
38
|
"@types/chai": "^4.2.7",
|
|
39
39
|
"@types/mocha": "^5.2.7",
|
|
40
40
|
"@types/node-fetch": "^2.5.7",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"@types/proxy-from-env": "^1.0.1",
|
|
59
59
|
"@types/puppeteer": "^2.0.0"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "eb5b66889636d1bd04aea3a1dddf15d68061de55"
|
|
62
62
|
}
|