@theia/editor 1.39.0-next.14 → 1.39.0-next.16
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/lib/browser/decorations/editor-decoration-style.js +1 -1
- package/lib/browser/decorations/editor-decoration-style.js.map +1 -1
- package/lib/browser/decorations/editor-decoration.js +1 -1
- package/lib/browser/decorations/editor-decoration.js.map +1 -1
- package/lib/browser/decorations/editor-decorator.js +1 -1
- package/lib/browser/decorations/editor-decorator.js.map +1 -1
- package/lib/browser/decorations/index.js +1 -1
- package/lib/browser/decorations/index.js.map +1 -1
- package/lib/browser/diff-navigator.js +1 -1
- package/lib/browser/diff-navigator.js.map +1 -1
- package/lib/browser/editor-command.js +1 -1
- package/lib/browser/editor-command.js.map +1 -1
- package/lib/browser/editor-contribution.js +1 -1
- package/lib/browser/editor-contribution.js.map +1 -1
- package/lib/browser/editor-frontend-module.js +1 -1
- package/lib/browser/editor-frontend-module.js.map +1 -1
- package/lib/browser/editor-generated-preference-schema.d.ts +1 -1
- package/lib/browser/editor-generated-preference-schema.js +1 -1
- package/lib/browser/editor-keybinding-contexts.js +1 -1
- package/lib/browser/editor-keybinding-contexts.js.map +1 -1
- package/lib/browser/editor-keybinding.js +1 -1
- package/lib/browser/editor-keybinding.js.map +1 -1
- package/lib/browser/editor-manager.js +1 -1
- package/lib/browser/editor-manager.js.map +1 -1
- package/lib/browser/editor-menu.js +1 -1
- package/lib/browser/editor-menu.js.map +1 -1
- package/lib/browser/editor-navigation-contribution.js +1 -1
- package/lib/browser/editor-navigation-contribution.js.map +1 -1
- package/lib/browser/editor-preferences.js +1 -1
- package/lib/browser/editor-preferences.js.map +1 -1
- package/lib/browser/editor-variable-contribution.js +1 -1
- package/lib/browser/editor-variable-contribution.js.map +1 -1
- package/lib/browser/editor-widget-factory.js +1 -1
- package/lib/browser/editor-widget-factory.js.map +1 -1
- package/lib/browser/editor-widget.js +1 -1
- package/lib/browser/editor-widget.js.map +1 -1
- package/lib/browser/editor.js +1 -1
- package/lib/browser/editor.js.map +1 -1
- package/lib/browser/index.js +1 -1
- package/lib/browser/index.js.map +1 -1
- package/lib/browser/language-status/editor-language-status-service.js +1 -1
- package/lib/browser/language-status/editor-language-status-service.js.map +1 -1
- package/lib/browser/navigation/navigation-location-service.js +1 -1
- package/lib/browser/navigation/navigation-location-service.js.map +1 -1
- package/lib/browser/navigation/navigation-location-service.spec.js +1 -1
- package/lib/browser/navigation/navigation-location-service.spec.js.map +1 -1
- package/lib/browser/navigation/navigation-location-similarity.js +1 -1
- package/lib/browser/navigation/navigation-location-similarity.js.map +1 -1
- package/lib/browser/navigation/navigation-location-similarity.spec.js +1 -1
- package/lib/browser/navigation/navigation-location-similarity.spec.js.map +1 -1
- package/lib/browser/navigation/navigation-location-updater.js +1 -1
- package/lib/browser/navigation/navigation-location-updater.js.map +1 -1
- package/lib/browser/navigation/navigation-location-updater.spec.js +1 -1
- package/lib/browser/navigation/navigation-location-updater.spec.js.map +1 -1
- package/lib/browser/navigation/navigation-location.js +1 -1
- package/lib/browser/navigation/navigation-location.js.map +1 -1
- package/lib/browser/navigation/test/mock-navigation-location-updater.js +1 -1
- package/lib/browser/navigation/test/mock-navigation-location-updater.js.map +1 -1
- package/lib/browser/quick-editor-service.js +1 -1
- package/lib/browser/quick-editor-service.js.map +1 -1
- package/lib/common/language-selector.js +1 -1
- package/lib/common/language-selector.js.map +1 -1
- package/lib/package.spec.js +1 -1
- package/lib/package.spec.js.map +1 -1
- package/package.json +5 -5
- package/src/browser/decorations/editor-decoration-style.ts +1 -1
- package/src/browser/decorations/editor-decoration.ts +1 -1
- package/src/browser/decorations/editor-decorator.ts +1 -1
- package/src/browser/decorations/index.ts +1 -1
- package/src/browser/diff-navigator.ts +1 -1
- package/src/browser/editor-command.ts +1 -1
- package/src/browser/editor-contribution.ts +1 -1
- package/src/browser/editor-frontend-module.ts +1 -1
- package/src/browser/editor-generated-preference-schema.ts +1 -1
- package/src/browser/editor-keybinding-contexts.ts +1 -1
- package/src/browser/editor-keybinding.ts +1 -1
- package/src/browser/editor-manager.ts +1 -1
- package/src/browser/editor-menu.ts +1 -1
- package/src/browser/editor-navigation-contribution.ts +1 -1
- package/src/browser/editor-preferences.ts +1 -1
- package/src/browser/editor-variable-contribution.ts +1 -1
- package/src/browser/editor-widget-factory.ts +1 -1
- package/src/browser/editor-widget.ts +1 -1
- package/src/browser/editor.ts +1 -1
- package/src/browser/index.ts +1 -1
- package/src/browser/language-status/editor-language-status-service.ts +1 -1
- package/src/browser/language-status/editor-language-status.css +48 -45
- package/src/browser/navigation/navigation-location-service.spec.ts +1 -1
- package/src/browser/navigation/navigation-location-service.ts +1 -1
- package/src/browser/navigation/navigation-location-similarity.spec.ts +1 -1
- package/src/browser/navigation/navigation-location-similarity.ts +1 -1
- package/src/browser/navigation/navigation-location-updater.spec.ts +1 -1
- package/src/browser/navigation/navigation-location-updater.ts +1 -1
- package/src/browser/navigation/navigation-location.ts +1 -1
- package/src/browser/navigation/test/mock-navigation-location-updater.ts +1 -1
- package/src/browser/quick-editor-service.ts +1 -1
- package/src/browser/style/index.css +2 -2
- package/src/common/language-selector.ts +1 -1
- package/src/package.spec.ts +1 -1
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, postConstruct, inject } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { inject, injectable, postConstruct } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { interfaces } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { Disposable, SelectionService, Event, UNTITLED_SCHEME, DisposableCollection } from '@theia/core/lib/common';
|
package/src/browser/editor.ts
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { Position, Range, Location } from '@theia/core/shared/vscode-languageserver-protocol';
|
package/src/browser/index.ts
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
export * from './diff-navigator';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject } from '@theia/core/shared/inversify';
|
|
@@ -11,88 +11,91 @@
|
|
|
11
11
|
* with the GNU Classpath Exception which is available at
|
|
12
12
|
* https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
|
|
17
17
|
/* Copied from https://github.com/microsoft/vscode/blob/7d9b1c37f8e5ae3772782ba3b09d827eb3fdd833/src/vs/workbench/contrib/languageStatus/browser/media/languageStatus.css */
|
|
18
18
|
|
|
19
19
|
.hover-language-status {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
display: flex;
|
|
21
|
+
padding: 4px 8px;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.hover-language-status:not(:last-child) {
|
|
25
|
-
|
|
25
|
+
border-bottom: 1px solid var(--theia-notifications-border);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.hover-language-status
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
28
|
+
.hover-language-status > .severity {
|
|
29
|
+
padding-right: 8px;
|
|
30
|
+
flex: 1;
|
|
31
|
+
margin: auto;
|
|
32
|
+
display: none;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.hover-language-status
|
|
36
|
-
|
|
35
|
+
.hover-language-status > .severity.sev3 {
|
|
36
|
+
color: var(--theia-notificationsErrorIcon-foreground);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.hover-language-status
|
|
40
|
-
|
|
39
|
+
.hover-language-status > .severity.sev2 {
|
|
40
|
+
color: var(--theia-notificationsInfoIcon-foreground);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.hover-language-status
|
|
44
|
-
|
|
43
|
+
.hover-language-status > .severity.show {
|
|
44
|
+
display: inherit;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.hover-language-status
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
47
|
+
.hover-language-status > .element {
|
|
48
|
+
display: flex;
|
|
49
|
+
justify-content: space-between;
|
|
50
|
+
vertical-align: middle;
|
|
51
|
+
flex-grow: 100;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.hover-language-status
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
54
|
+
.hover-language-status > .element > .left > .detail:not(:empty)::before {
|
|
55
|
+
/* en-dash */
|
|
56
|
+
content: "–";
|
|
57
|
+
padding: 0 4px;
|
|
58
|
+
opacity: 0.6;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
.hover-language-status
|
|
62
|
-
|
|
61
|
+
.hover-language-status > .element > .left > .label:empty {
|
|
62
|
+
display: none;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
.hover-language-status
|
|
66
|
-
|
|
65
|
+
.hover-language-status > .element .left {
|
|
66
|
+
margin: auto 0;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.hover-language-status
|
|
70
|
-
|
|
71
|
-
|
|
69
|
+
.hover-language-status > .element .right {
|
|
70
|
+
margin: auto 0;
|
|
71
|
+
display: flex;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.hover-language-status
|
|
75
|
-
|
|
74
|
+
.hover-language-status > .element .right:not(:empty) {
|
|
75
|
+
padding-left: 16px;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.hover-language-status
|
|
79
|
-
|
|
80
|
-
|
|
78
|
+
.hover-language-status > .element .right .language-status-link {
|
|
79
|
+
margin: auto 0;
|
|
80
|
+
white-space: nowrap;
|
|
81
81
|
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
/* ADDED STYLES - NOT FROM VSCODE */
|
|
83
|
+
text-decoration: none;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
/* ADDED STYLES - NOT FROM VSCODE */
|
|
87
|
-
.hover-language-status
|
|
88
|
-
|
|
87
|
+
.hover-language-status > .element .right .language-status-link:hover {
|
|
88
|
+
color: var(--theia-textLink-foreground);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.hover-language-status
|
|
92
|
-
|
|
91
|
+
.hover-language-status
|
|
92
|
+
> .element
|
|
93
|
+
.right
|
|
94
|
+
.language-status-action-bar:not(:first-child) {
|
|
95
|
+
padding-left: 8px;
|
|
93
96
|
}
|
|
94
97
|
|
|
95
98
|
/* ADDED STYLES - NOT FROM VSCODE */
|
|
96
|
-
.hover-language-status
|
|
97
|
-
|
|
99
|
+
.hover-language-status > .element .right .language-status-action-bar a {
|
|
100
|
+
color: var(--theia-editorHoverWidget-foreground);
|
|
98
101
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
import { enableJSDOM } from '@theia/core/lib/browser/test/jsdom';
|
|
17
17
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { inject, injectable } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { expect } from 'chai';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { expect } from 'chai';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import URI from '@theia/core/lib/common/uri';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { Range } from '../navigation-location';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject } from '@theia/core/shared/inversify';
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
* with the GNU Classpath Exception which is available at
|
|
12
12
|
* https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
|
|
17
17
|
.theia-editor {
|
|
18
|
-
|
|
18
|
+
height: 100%;
|
|
19
19
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { match as matchGlobPattern } from '@theia/core/lib/common/glob';
|
package/src/package.spec.ts
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/* note: this bogus test file is required so that
|