@theia/getting-started 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 +3 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -16,6 +16,7 @@ The `@theia/getting-started` extension contributes a default `getting-started` w
|
|
|
16
16
|
opening the application without any workspace present or if the widget is explicitly opened (through the menu or command).
|
|
17
17
|
|
|
18
18
|
The `getting-started` widget provides useful commands and functionality for quickly getting up to speed with the application. For example:
|
|
19
|
+
|
|
19
20
|
- `open commands`: commands which are used to open files, folders, and workspaces quickly.
|
|
20
21
|
- `recent workspaces`: recently used workspaces are listed for easy and quick access.
|
|
21
22
|
- `settings commands`: commands which are used to open the preferences and keyboard shortcuts widgets.
|
|
@@ -33,5 +34,6 @@ The `getting-started` widget provides useful commands and functionality for quic
|
|
|
33
34
|
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
|
|
34
35
|
|
|
35
36
|
## Trademark
|
|
37
|
+
|
|
36
38
|
"Theia" is a trademark of the Eclipse Foundation
|
|
37
|
-
https://www.eclipse.org/theia
|
|
39
|
+
<https://www.eclipse.org/theia>
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/getting-started",
|
|
3
|
-
"version": "1.57.
|
|
3
|
+
"version": "1.57.1",
|
|
4
4
|
"description": "Theia - GettingStarted Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.57.
|
|
7
|
-
"@theia/editor": "1.57.
|
|
8
|
-
"@theia/filesystem": "1.57.
|
|
9
|
-
"@theia/keymaps": "1.57.
|
|
10
|
-
"@theia/preview": "1.57.
|
|
11
|
-
"@theia/workspace": "1.57.
|
|
6
|
+
"@theia/core": "1.57.1",
|
|
7
|
+
"@theia/editor": "1.57.1",
|
|
8
|
+
"@theia/filesystem": "1.57.1",
|
|
9
|
+
"@theia/keymaps": "1.57.1",
|
|
10
|
+
"@theia/preview": "1.57.1",
|
|
11
|
+
"@theia/workspace": "1.57.1",
|
|
12
12
|
"tslib": "^2.6.2"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"watch": "theiaext watch"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@theia/ext-scripts": "1.
|
|
48
|
+
"@theia/ext-scripts": "1.57.1"
|
|
49
49
|
},
|
|
50
50
|
"nyc": {
|
|
51
51
|
"extends": "../../configs/nyc.json"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "6e84ac8d37bbeb45f999894e80cb92a761c1ee1e"
|
|
54
54
|
}
|