@theia/plugin-ext-vscode 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.
- package/README.md +2 -2
- package/lib/common/plugin-vscode-types.d.ts +1 -1
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
The `@theia/plugin-ext-vscode` extension contributes functionality to be able to successfully run VS Code extensions in the application.
|
|
16
16
|
The extension is mandatory for any application which requires VS Code extension support.
|
|
17
17
|
|
|
18
|
-
|
|
19
18
|
## Additional Information
|
|
20
19
|
|
|
21
20
|
- [API documentation for `@theia/plugin-ext-vscode`](https://eclipse-theia.github.io/theia/docs/next/modules/plugin_ext_vscode.html)
|
|
@@ -28,5 +27,6 @@ The extension is mandatory for any application which requires VS Code extension
|
|
|
28
27
|
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
|
|
29
28
|
|
|
30
29
|
## Trademark
|
|
30
|
+
|
|
31
31
|
"Theia" is a trademark of the Eclipse Foundation
|
|
32
|
-
https://www.eclipse.org/theia
|
|
32
|
+
<https://www.eclipse.org/theia>
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/plugin-ext-vscode",
|
|
3
|
-
"version": "1.57.
|
|
3
|
+
"version": "1.57.1",
|
|
4
4
|
"description": "Theia - Plugin Extension for VsCode",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/callhierarchy": "1.57.
|
|
7
|
-
"@theia/core": "1.57.
|
|
8
|
-
"@theia/editor": "1.57.
|
|
9
|
-
"@theia/filesystem": "1.57.
|
|
10
|
-
"@theia/monaco": "1.57.
|
|
6
|
+
"@theia/callhierarchy": "1.57.1",
|
|
7
|
+
"@theia/core": "1.57.1",
|
|
8
|
+
"@theia/editor": "1.57.1",
|
|
9
|
+
"@theia/filesystem": "1.57.1",
|
|
10
|
+
"@theia/monaco": "1.57.1",
|
|
11
11
|
"@theia/monaco-editor-core": "1.83.101",
|
|
12
|
-
"@theia/navigator": "1.57.
|
|
13
|
-
"@theia/outline-view": "1.57.
|
|
14
|
-
"@theia/plugin": "1.57.
|
|
15
|
-
"@theia/plugin-ext": "1.57.
|
|
16
|
-
"@theia/terminal": "1.57.
|
|
17
|
-
"@theia/typehierarchy": "1.57.
|
|
18
|
-
"@theia/userstorage": "1.57.
|
|
19
|
-
"@theia/workspace": "1.57.
|
|
12
|
+
"@theia/navigator": "1.57.1",
|
|
13
|
+
"@theia/outline-view": "1.57.1",
|
|
14
|
+
"@theia/plugin": "1.57.1",
|
|
15
|
+
"@theia/plugin-ext": "1.57.1",
|
|
16
|
+
"@theia/terminal": "1.57.1",
|
|
17
|
+
"@theia/typehierarchy": "1.57.1",
|
|
18
|
+
"@theia/userstorage": "1.57.1",
|
|
19
|
+
"@theia/workspace": "1.57.1",
|
|
20
20
|
"decompress": "^4.2.1",
|
|
21
21
|
"filenamify": "^4.1.0",
|
|
22
22
|
"tslib": "^2.6.2"
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"watch": "theiaext watch"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@theia/ext-scripts": "1.
|
|
58
|
+
"@theia/ext-scripts": "1.57.1"
|
|
59
59
|
},
|
|
60
60
|
"nyc": {
|
|
61
61
|
"extends": "../../configs/nyc.json"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "6e84ac8d37bbeb45f999894e80cb92a761c1ee1e"
|
|
64
64
|
}
|