@theia/cli 1.57.0-next.7 → 1.57.1

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 +9 -6
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -103,6 +103,7 @@ For example, an application can update the preference value for `files.enableTra
103
103
  ### Default Theme
104
104
 
105
105
  Default color and icon themes can be configured in `theia.frontend.config` section:
106
+
106
107
  ```json
107
108
  "theia": {
108
109
  "frontend": {
@@ -219,7 +220,7 @@ To run the backend server:
219
220
 
220
221
  theia start
221
222
 
222
- For the browser target a server is started on http://localhost:3000 by default.
223
+ For the browser target a server is started on <http://localhost:3000> by default.
223
224
  For the electron target a server is started on `localhost` host with the dynamically allocated port by default.
224
225
 
225
226
  Arguments are passed directly to a server, use `--help` to learn which options are supported.
@@ -230,8 +231,7 @@ To debug the backend server:
230
231
 
231
232
  theia start --inspect
232
233
 
233
- Theia CLI accepts `--inspect` node flag: https://nodejs.org/en/docs/inspector/#command-line-options.
234
-
234
+ Theia CLI accepts `--inspect` node flag: <https://nodejs.org/en/docs/inspector/#command-line-options>.
235
235
 
236
236
  ## Testing
237
237
 
@@ -324,8 +324,10 @@ The property `theiaPlugins` describes the list of plugins to download, for examp
324
324
  "rust-analyzer": "https://open-vsx.org/api/rust-lang/rust-analyzer/${targetPlatform}/0.4.1473/file/rust-lang.rust-analyzer-0.4.1473@${targetPlatform}.vsix"
325
325
  }
326
326
  ```
327
- As seen in the `rust-analyzer` entry we can use placeholders in the URLs. Supported placeholders are:
328
- - The `${targetPlatform}` Placeholder, which resolves to a string like `win32-x64` describing the local system and architecture. This is useful for adding non-universal plugins.
327
+
328
+ As seen in the `rust-analyzer` entry we can use placeholders in the URLs. Supported placeholders are:
329
+
330
+ - The `${targetPlatform}` Placeholder, which resolves to a string like `win32-x64` describing the local system and architecture. This is useful for adding non-universal plugins.
329
331
 
330
332
  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.
331
333
 
@@ -363,5 +365,6 @@ bundled-application.exe --no-cluster
363
365
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
364
366
 
365
367
  ## Trademark
368
+
366
369
  "Theia" is a trademark of the Eclipse Foundation
367
- https://www.eclipse.org/theia
370
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/cli",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.1",
4
4
  "description": "Theia CLI.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,12 +32,12 @@
32
32
  "clean": "theiaext clean"
33
33
  },
34
34
  "dependencies": {
35
- "@theia/application-manager": "1.57.0-next.7+52945586d",
36
- "@theia/application-package": "1.57.0-next.7+52945586d",
37
- "@theia/ffmpeg": "1.57.0-next.7+52945586d",
38
- "@theia/localization-manager": "1.57.0-next.7+52945586d",
39
- "@theia/ovsx-client": "1.57.0-next.7+52945586d",
40
- "@theia/request": "1.57.0-next.7+52945586d",
35
+ "@theia/application-manager": "1.57.1",
36
+ "@theia/application-package": "1.57.1",
37
+ "@theia/ffmpeg": "1.57.1",
38
+ "@theia/localization-manager": "1.57.1",
39
+ "@theia/ovsx-client": "1.57.1",
40
+ "@theia/request": "1.57.1",
41
41
  "@types/chai": "^4.2.7",
42
42
  "@types/mocha": "^10.0.0",
43
43
  "@types/node-fetch": "^2.5.7",
@@ -64,5 +64,5 @@
64
64
  "@types/node-fetch": "^2.5.7",
65
65
  "@types/proxy-from-env": "^1.0.1"
66
66
  },
67
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
67
+ "gitHead": "6e84ac8d37bbeb45f999894e80cb92a761c1ee1e"
68
68
  }