@theia/monaco 1.36.0-next.28 → 1.36.0-next.30
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.
|
@@ -156,8 +156,8 @@ let MonacoOutlineContribution = class MonacoOutlineContribution {
|
|
|
156
156
|
id: displayName,
|
|
157
157
|
name: displayName,
|
|
158
158
|
iconClass: '',
|
|
159
|
-
range: this.asRange(new monaco.Range(
|
|
160
|
-
fullRange: this.asRange(new monaco.Range(
|
|
159
|
+
range: this.asRange(new monaco.Range(1, 1, 1, 1)),
|
|
160
|
+
fullRange: this.asRange(new monaco.Range(1, 1, 1, 1)),
|
|
161
161
|
children,
|
|
162
162
|
parent: undefined,
|
|
163
163
|
selected: false,
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/monaco",
|
|
3
|
-
"version": "1.36.0-next.
|
|
3
|
+
"version": "1.36.0-next.30+afdae6330",
|
|
4
4
|
"description": "Theia - Monaco Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.36.0-next.
|
|
7
|
-
"@theia/editor": "1.36.0-next.
|
|
8
|
-
"@theia/filesystem": "1.36.0-next.
|
|
9
|
-
"@theia/markers": "1.36.0-next.
|
|
6
|
+
"@theia/core": "1.36.0-next.30+afdae6330",
|
|
7
|
+
"@theia/editor": "1.36.0-next.30+afdae6330",
|
|
8
|
+
"@theia/filesystem": "1.36.0-next.30+afdae6330",
|
|
9
|
+
"@theia/markers": "1.36.0-next.30+afdae6330",
|
|
10
10
|
"@theia/monaco-editor-core": "1.72.3",
|
|
11
|
-
"@theia/outline-view": "1.36.0-next.
|
|
11
|
+
"@theia/outline-view": "1.36.0-next.30+afdae6330",
|
|
12
12
|
"fast-plist": "^0.1.2",
|
|
13
13
|
"idb": "^4.0.5",
|
|
14
14
|
"jsonc-parser": "^2.2.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"nyc": {
|
|
55
55
|
"extends": "../../configs/nyc.json"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "afdae6330743220a48019f888092985ee8a31644"
|
|
58
58
|
}
|
|
@@ -163,8 +163,8 @@ export class MonacoOutlineContribution implements FrontendApplicationContributio
|
|
|
163
163
|
id: displayName,
|
|
164
164
|
name: displayName,
|
|
165
165
|
iconClass: '',
|
|
166
|
-
range: this.asRange(new monaco.Range(
|
|
167
|
-
fullRange: this.asRange(new monaco.Range(
|
|
166
|
+
range: this.asRange(new monaco.Range(1, 1, 1, 1)),
|
|
167
|
+
fullRange: this.asRange(new monaco.Range(1, 1, 1, 1)),
|
|
168
168
|
children,
|
|
169
169
|
parent: undefined,
|
|
170
170
|
selected: false,
|