@theia/test 1.66.0-next.12 → 1.66.0-next.32
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 +31 -0
- package/package.json +7 -7
package/README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<div align='center'>
|
|
2
|
+
|
|
3
|
+
<br />
|
|
4
|
+
|
|
5
|
+
<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />
|
|
6
|
+
|
|
7
|
+
<h2>ECLIPSE THEIA - TEST EXTENSION</h2>
|
|
8
|
+
|
|
9
|
+
<hr />
|
|
10
|
+
|
|
11
|
+
</div>
|
|
12
|
+
|
|
13
|
+
## Description
|
|
14
|
+
|
|
15
|
+
The `@theia/test` extension adds the Test view for executing tests in the Theia application.
|
|
16
|
+
|
|
17
|
+
## Additional Information
|
|
18
|
+
|
|
19
|
+
- [Theia - GitHub](https://github.com/eclipse-theia/theia)
|
|
20
|
+
- [Theia - Website](https://theia-ide.org/)
|
|
21
|
+
- [VS Code Timeline Documentation](https://code.visualstudio.com/updates/v1_44#_timeline-view)
|
|
22
|
+
|
|
23
|
+
## License
|
|
24
|
+
|
|
25
|
+
- [Eclipse Public License 2.0](http://www.eclipse.org/legal/epl-2.0/)
|
|
26
|
+
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
|
|
27
|
+
|
|
28
|
+
## Trademark
|
|
29
|
+
|
|
30
|
+
"Theia" is a trademark of the Eclipse Foundation
|
|
31
|
+
<https://www.eclipse.org/theia>
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/test",
|
|
3
|
-
"version": "1.66.0-next.
|
|
3
|
+
"version": "1.66.0-next.32+0e85731b8",
|
|
4
4
|
"description": "Theia - Test Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.66.0-next.
|
|
7
|
-
"@theia/editor": "1.66.0-next.
|
|
8
|
-
"@theia/filesystem": "1.66.0-next.
|
|
9
|
-
"@theia/navigator": "1.66.0-next.
|
|
10
|
-
"@theia/terminal": "1.66.0-next.
|
|
6
|
+
"@theia/core": "1.66.0-next.32+0e85731b8",
|
|
7
|
+
"@theia/editor": "1.66.0-next.32+0e85731b8",
|
|
8
|
+
"@theia/filesystem": "1.66.0-next.32+0e85731b8",
|
|
9
|
+
"@theia/navigator": "1.66.0-next.32+0e85731b8",
|
|
10
|
+
"@theia/terminal": "1.66.0-next.32+0e85731b8",
|
|
11
11
|
"xterm": "^5.3.0",
|
|
12
12
|
"xterm-addon-fit": "^0.8.0"
|
|
13
13
|
},
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"nyc": {
|
|
51
51
|
"extends": "../../configs/nyc.json"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "0e85731b8d6b22ec862ca4ef7a35a9b81a744107"
|
|
54
54
|
}
|