@theia/markers 1.56.0 → 1.57.0-next.112

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -14,6 +14,7 @@
14
14
 
15
15
  The `@theia/markers` adds support for file markers (diagnostic markers (`errors`, `warnings`, `infos`, `hint`)) for a given file.
16
16
  The extension contributes, the following:
17
+
17
18
  - `problems view`: a dedicated view to viewing diagnostic markers contributed by language-servers, linters, task problem matchers for the workspace
18
19
  - `marker decoration`: ability to decorate different components of the application based on markers (ex: file explorer)
19
20
 
@@ -29,5 +30,6 @@ The extension contributes, the following:
29
30
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
30
31
 
31
32
  ## Trademark
33
+
32
34
  "Theia" is a trademark of the Eclipse Foundation
33
- https://www.eclipse.org/theia
35
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@theia/markers",
3
- "version": "1.56.0",
3
+ "version": "1.57.0-next.112+f4778c273",
4
4
  "description": "Theia - Markers Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.56.0",
7
- "@theia/filesystem": "1.56.0",
8
- "@theia/workspace": "1.56.0",
6
+ "@theia/core": "1.57.0-next.112+f4778c273",
7
+ "@theia/filesystem": "1.57.0-next.112+f4778c273",
8
+ "@theia/workspace": "1.57.0-next.112+f4778c273",
9
9
  "tslib": "^2.6.2"
10
10
  },
11
11
  "publishConfig": {
@@ -41,10 +41,10 @@
41
41
  "watch": "theiaext watch"
42
42
  },
43
43
  "devDependencies": {
44
- "@theia/ext-scripts": "1.56.0"
44
+ "@theia/ext-scripts": "1.58.0"
45
45
  },
46
46
  "nyc": {
47
47
  "extends": "../../configs/nyc.json"
48
48
  },
49
- "gitHead": "3b4498f8f1c66be688847418fcc35595282671dc"
49
+ "gitHead": "f4778c2737bb75613f0e1f99da8996bad91f6e17"
50
50
  }