@theia/plugin 1.27.0-next.13 → 1.27.0-next.18
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/package.json +2 -2
- package/src/theia.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/plugin",
|
|
3
|
-
"version": "1.27.0-next.
|
|
3
|
+
"version": "1.27.0-next.18+0730d3b006d",
|
|
4
4
|
"description": "Theia - Plugin API",
|
|
5
5
|
"types": "./src/theia.d.ts",
|
|
6
6
|
"publishConfig": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"nyc": {
|
|
33
33
|
"extends": "../../configs/nyc.json"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "0730d3b006d587dbd9df3c9f100906c5fd857e49"
|
|
36
36
|
}
|
package/src/theia.d.ts
CHANGED
|
@@ -6535,7 +6535,7 @@ export module '@theia/plugin' {
|
|
|
6535
6535
|
* the port forwarding tunnel is managed by VS Code and the tunnel can be closed by the user.
|
|
6536
6536
|
*
|
|
6537
6537
|
* Extensions should not cache the result of `asExternalUri` as the resolved uri may become invalid due to
|
|
6538
|
-
* a system or user action —
|
|
6538
|
+
* a system or user action — for example, in remote cases, a user may close a port forwarding tunnel
|
|
6539
6539
|
* that was opened by `asExternalUri`.
|
|
6540
6540
|
*
|
|
6541
6541
|
* *Note* that uris passed through `openExternal` are automatically resolved and you should not call `asExternalUri`
|