@theia/cli 1.26.0-next.4 → 1.26.0-next.41

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. 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.4+eb0930a267c",
3
+ "version": "1.26.0-next.41+f94732ef523",
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.4+eb0930a267c",
34
- "@theia/application-package": "1.26.0-next.4+eb0930a267c",
35
- "@theia/ffmpeg": "1.26.0-next.4+eb0930a267c",
36
- "@theia/localization-manager": "1.26.0-next.4+eb0930a267c",
37
- "@theia/ovsx-client": "1.26.0-next.4+eb0930a267c",
33
+ "@theia/application-manager": "1.26.0-next.41+f94732ef523",
34
+ "@theia/application-package": "1.26.0-next.41+f94732ef523",
35
+ "@theia/ffmpeg": "1.26.0-next.41+f94732ef523",
36
+ "@theia/localization-manager": "1.26.0-next.41+f94732ef523",
37
+ "@theia/ovsx-client": "1.26.0-next.41+f94732ef523",
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": "eb0930a267cda577b31532474a404e45b5ae350b"
61
+ "gitHead": "f94732ef5237233e30d3f07ce47c698ca59449f9"
62
62
  }