@theia/plugin-ext-vscode 1.67.0-next.3 → 1.67.0-next.59
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 +1 -1
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ The extension is mandatory for any application which requires VS Code extension
|
|
|
17
17
|
|
|
18
18
|
## Additional Information
|
|
19
19
|
|
|
20
|
-
- [API documentation for `@theia/plugin-ext-vscode`](https://eclipse-theia.github.io/theia/docs/next/modules/
|
|
20
|
+
- [API documentation for `@theia/plugin-ext-vscode`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_plugin-ext-vscode.html)
|
|
21
21
|
- [Theia - GitHub](https://github.com/eclipse-theia/theia)
|
|
22
22
|
- [Theia - Website](https://theia-ide.org/)
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/plugin-ext-vscode",
|
|
3
|
-
"version": "1.67.0-next.
|
|
3
|
+
"version": "1.67.0-next.59+3f14297ea",
|
|
4
4
|
"description": "Theia - Plugin Extension for VsCode",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/callhierarchy": "1.67.0-next.
|
|
7
|
-
"@theia/core": "1.67.0-next.
|
|
8
|
-
"@theia/editor": "1.67.0-next.
|
|
9
|
-
"@theia/filesystem": "1.67.0-next.
|
|
10
|
-
"@theia/monaco": "1.67.0-next.
|
|
6
|
+
"@theia/callhierarchy": "1.67.0-next.59+3f14297ea",
|
|
7
|
+
"@theia/core": "1.67.0-next.59+3f14297ea",
|
|
8
|
+
"@theia/editor": "1.67.0-next.59+3f14297ea",
|
|
9
|
+
"@theia/filesystem": "1.67.0-next.59+3f14297ea",
|
|
10
|
+
"@theia/monaco": "1.67.0-next.59+3f14297ea",
|
|
11
11
|
"@theia/monaco-editor-core": "1.96.302",
|
|
12
|
-
"@theia/navigator": "1.67.0-next.
|
|
13
|
-
"@theia/outline-view": "1.67.0-next.
|
|
14
|
-
"@theia/plugin": "1.67.0-next.
|
|
15
|
-
"@theia/plugin-ext": "1.67.0-next.
|
|
16
|
-
"@theia/scm": "1.67.0-next.
|
|
17
|
-
"@theia/terminal": "1.67.0-next.
|
|
18
|
-
"@theia/typehierarchy": "1.67.0-next.
|
|
19
|
-
"@theia/userstorage": "1.67.0-next.
|
|
20
|
-
"@theia/workspace": "1.67.0-next.
|
|
12
|
+
"@theia/navigator": "1.67.0-next.59+3f14297ea",
|
|
13
|
+
"@theia/outline-view": "1.67.0-next.59+3f14297ea",
|
|
14
|
+
"@theia/plugin": "1.67.0-next.59+3f14297ea",
|
|
15
|
+
"@theia/plugin-ext": "1.67.0-next.59+3f14297ea",
|
|
16
|
+
"@theia/scm": "1.67.0-next.59+3f14297ea",
|
|
17
|
+
"@theia/terminal": "1.67.0-next.59+3f14297ea",
|
|
18
|
+
"@theia/typehierarchy": "1.67.0-next.59+3f14297ea",
|
|
19
|
+
"@theia/userstorage": "1.67.0-next.59+3f14297ea",
|
|
20
|
+
"@theia/workspace": "1.67.0-next.59+3f14297ea",
|
|
21
21
|
"decompress": "^4.2.1",
|
|
22
22
|
"filenamify": "^4.1.0",
|
|
23
23
|
"tslib": "^2.6.2"
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"nyc": {
|
|
62
62
|
"extends": "../../configs/nyc.json"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
|
|
65
65
|
}
|