@theia/preferences 1.39.0-next.9 → 1.40.0

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 (129) hide show
  1. package/lib/browser/abstract-resource-preference-provider.js +2 -2
  2. package/lib/browser/abstract-resource-preference-provider.js.map +1 -1
  3. package/lib/browser/abstract-resource-preference-provider.spec.js +1 -1
  4. package/lib/browser/abstract-resource-preference-provider.spec.js.map +1 -1
  5. package/lib/browser/folder-preference-provider.js +1 -1
  6. package/lib/browser/folder-preference-provider.js.map +1 -1
  7. package/lib/browser/folders-preferences-provider.js +1 -1
  8. package/lib/browser/folders-preferences-provider.js.map +1 -1
  9. package/lib/browser/index.js +1 -1
  10. package/lib/browser/index.js.map +1 -1
  11. package/lib/browser/monaco-jsonc-editor.js +1 -1
  12. package/lib/browser/monaco-jsonc-editor.js.map +1 -1
  13. package/lib/browser/package.spec.js +1 -1
  14. package/lib/browser/package.spec.js.map +1 -1
  15. package/lib/browser/preference-bindings.js +1 -1
  16. package/lib/browser/preference-bindings.js.map +1 -1
  17. package/lib/browser/preference-frontend-module.js +1 -1
  18. package/lib/browser/preference-frontend-module.js.map +1 -1
  19. package/lib/browser/preference-open-handler.js +1 -1
  20. package/lib/browser/preference-open-handler.js.map +1 -1
  21. package/lib/browser/preference-transaction-manager.js +4 -4
  22. package/lib/browser/preference-transaction-manager.js.map +1 -1
  23. package/lib/browser/preference-tree-model.js +1 -1
  24. package/lib/browser/preference-tree-model.js.map +1 -1
  25. package/lib/browser/preferences-contribution.js +1 -1
  26. package/lib/browser/preferences-contribution.js.map +1 -1
  27. package/lib/browser/preferences-json-schema-contribution.js +1 -1
  28. package/lib/browser/preferences-json-schema-contribution.js.map +1 -1
  29. package/lib/browser/preferences-monaco-contribution.js +1 -4
  30. package/lib/browser/preferences-monaco-contribution.js.map +1 -1
  31. package/lib/browser/section-preference-provider.js +2 -2
  32. package/lib/browser/section-preference-provider.js.map +1 -1
  33. package/lib/browser/user-configs-preference-provider.js +1 -1
  34. package/lib/browser/user-configs-preference-provider.js.map +1 -1
  35. package/lib/browser/user-preference-provider.js +1 -1
  36. package/lib/browser/user-preference-provider.js.map +1 -1
  37. package/lib/browser/util/preference-scope-command-manager.js +1 -1
  38. package/lib/browser/util/preference-scope-command-manager.js.map +1 -1
  39. package/lib/browser/util/preference-tree-generator.js +1 -1
  40. package/lib/browser/util/preference-tree-generator.js.map +1 -1
  41. package/lib/browser/util/preference-tree-label-provider.js +1 -1
  42. package/lib/browser/util/preference-tree-label-provider.js.map +1 -1
  43. package/lib/browser/util/preference-tree-label-provider.spec.js +1 -1
  44. package/lib/browser/util/preference-tree-label-provider.spec.js.map +1 -1
  45. package/lib/browser/util/preference-types.js +1 -1
  46. package/lib/browser/util/preference-types.js.map +1 -1
  47. package/lib/browser/views/components/preference-array-input.js +1 -1
  48. package/lib/browser/views/components/preference-array-input.js.map +1 -1
  49. package/lib/browser/views/components/preference-boolean-input.js +1 -1
  50. package/lib/browser/views/components/preference-boolean-input.js.map +1 -1
  51. package/lib/browser/views/components/preference-file-input.js +2 -2
  52. package/lib/browser/views/components/preference-file-input.js.map +1 -1
  53. package/lib/browser/views/components/preference-json-input.js +1 -1
  54. package/lib/browser/views/components/preference-json-input.js.map +1 -1
  55. package/lib/browser/views/components/preference-node-renderer-creator.js +2 -2
  56. package/lib/browser/views/components/preference-node-renderer-creator.js.map +1 -1
  57. package/lib/browser/views/components/preference-node-renderer.js +1 -1
  58. package/lib/browser/views/components/preference-node-renderer.js.map +1 -1
  59. package/lib/browser/views/components/preference-number-input.js +1 -1
  60. package/lib/browser/views/components/preference-number-input.js.map +1 -1
  61. package/lib/browser/views/components/preference-select-input.js +1 -1
  62. package/lib/browser/views/components/preference-select-input.js.map +1 -1
  63. package/lib/browser/views/components/preference-string-input.js +1 -1
  64. package/lib/browser/views/components/preference-string-input.js.map +1 -1
  65. package/lib/browser/views/preference-editor-widget.js +1 -1
  66. package/lib/browser/views/preference-editor-widget.js.map +1 -1
  67. package/lib/browser/views/preference-scope-tabbar-widget.js +1 -1
  68. package/lib/browser/views/preference-scope-tabbar-widget.js.map +1 -1
  69. package/lib/browser/views/preference-searchbar-widget.js +1 -1
  70. package/lib/browser/views/preference-searchbar-widget.js.map +1 -1
  71. package/lib/browser/views/preference-tree-widget.js +2 -2
  72. package/lib/browser/views/preference-tree-widget.js.map +1 -1
  73. package/lib/browser/views/preference-widget-bindings.js +1 -1
  74. package/lib/browser/views/preference-widget-bindings.js.map +1 -1
  75. package/lib/browser/views/preference-widget.d.ts +1 -0
  76. package/lib/browser/views/preference-widget.d.ts.map +1 -1
  77. package/lib/browser/views/preference-widget.js +4 -1
  78. package/lib/browser/views/preference-widget.js.map +1 -1
  79. package/lib/browser/workspace-file-preference-provider.js +2 -2
  80. package/lib/browser/workspace-file-preference-provider.js.map +1 -1
  81. package/lib/browser/workspace-preference-provider.js +1 -1
  82. package/lib/browser/workspace-preference-provider.js.map +1 -1
  83. package/package.json +10 -10
  84. package/src/browser/abstract-resource-preference-provider.spec.ts +1 -1
  85. package/src/browser/abstract-resource-preference-provider.ts +1 -1
  86. package/src/browser/folder-preference-provider.ts +1 -1
  87. package/src/browser/folders-preferences-provider.ts +1 -1
  88. package/src/browser/index.ts +1 -1
  89. package/src/browser/monaco-jsonc-editor.ts +1 -1
  90. package/src/browser/package.spec.ts +1 -1
  91. package/src/browser/preference-bindings.ts +1 -1
  92. package/src/browser/preference-frontend-module.ts +1 -1
  93. package/src/browser/preference-open-handler.ts +1 -1
  94. package/src/browser/preference-transaction-manager.ts +1 -1
  95. package/src/browser/preference-tree-model.ts +1 -1
  96. package/src/browser/preferences-contribution.ts +1 -1
  97. package/src/browser/preferences-json-schema-contribution.ts +1 -1
  98. package/src/browser/preferences-monaco-contribution.ts +1 -4
  99. package/src/browser/section-preference-provider.ts +1 -1
  100. package/src/browser/style/index.css +272 -222
  101. package/src/browser/style/preference-array.css +38 -34
  102. package/src/browser/style/preference-context-menu.css +1 -1
  103. package/src/browser/style/preference-file.css +3 -4
  104. package/src/browser/style/preference-object.css +1 -1
  105. package/src/browser/style/search-input.css +2 -2
  106. package/src/browser/user-configs-preference-provider.ts +1 -1
  107. package/src/browser/user-preference-provider.ts +1 -1
  108. package/src/browser/util/preference-scope-command-manager.ts +1 -1
  109. package/src/browser/util/preference-tree-generator.ts +1 -1
  110. package/src/browser/util/preference-tree-label-provider.spec.ts +1 -1
  111. package/src/browser/util/preference-tree-label-provider.ts +1 -1
  112. package/src/browser/util/preference-types.ts +1 -1
  113. package/src/browser/views/components/preference-array-input.ts +1 -1
  114. package/src/browser/views/components/preference-boolean-input.ts +1 -1
  115. package/src/browser/views/components/preference-file-input.ts +1 -1
  116. package/src/browser/views/components/preference-json-input.ts +1 -1
  117. package/src/browser/views/components/preference-node-renderer-creator.ts +1 -1
  118. package/src/browser/views/components/preference-node-renderer.ts +1 -1
  119. package/src/browser/views/components/preference-number-input.ts +1 -1
  120. package/src/browser/views/components/preference-select-input.ts +1 -1
  121. package/src/browser/views/components/preference-string-input.ts +1 -1
  122. package/src/browser/views/preference-editor-widget.ts +1 -1
  123. package/src/browser/views/preference-scope-tabbar-widget.tsx +1 -1
  124. package/src/browser/views/preference-searchbar-widget.tsx +1 -1
  125. package/src/browser/views/preference-tree-widget.tsx +1 -1
  126. package/src/browser/views/preference-widget-bindings.ts +1 -1
  127. package/src/browser/views/preference-widget.tsx +5 -1
  128. package/src/browser/workspace-file-preference-provider.ts +1 -1
  129. package/src/browser/workspace-preference-provider.ts +1 -1
@@ -11,26 +11,26 @@
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-settings-container .preference-array {
18
18
  list-style: none;
19
- padding : 0;
19
+ padding: 0;
20
20
  }
21
21
 
22
22
  .theia-settings-container .preference-array-element {
23
- display : -webkit-box;
24
- display : -ms-flexbox;
25
- display : flex;
26
- -webkit-box-pack : justify;
27
- -ms-flex-pack : justify;
28
- justify-content : space-between;
23
+ display: -webkit-box;
24
+ display: -ms-flexbox;
25
+ display: flex;
26
+ -webkit-box-pack: justify;
27
+ -ms-flex-pack: justify;
28
+ justify-content: space-between;
29
29
  -webkit-box-align: center;
30
- -ms-flex-align : center;
31
- align-items : center;
32
- padding : calc(var(--theia-ui-padding) / 2) var(--theia-ui-padding);
33
- border-bottom : var(--theia-panel-border) 2px solid;
30
+ -ms-flex-align: center;
31
+ align-items: center;
32
+ padding: calc(var(--theia-ui-padding) / 2) var(--theia-ui-padding);
33
+ border-bottom: var(--theia-panel-border) 2px solid;
34
34
  }
35
35
 
36
36
  .theia-settings-container .pref-input li:nth-last-child(2) {
@@ -38,12 +38,12 @@
38
38
  }
39
39
 
40
40
  .theia-settings-container .pref-input li:last-child {
41
- display : -webkit-box;
42
- display : -ms-flexbox;
43
- display : flex;
41
+ display: -webkit-box;
42
+ display: -ms-flexbox;
43
+ display: flex;
44
44
  -webkit-box-align: center;
45
- -ms-flex-align : center;
46
- align-items : center;
45
+ -ms-flex-align: center;
46
+ align-items: center;
47
47
  }
48
48
 
49
49
  .theia-settings-container .preference-array-element:hover {
@@ -51,40 +51,44 @@
51
51
  }
52
52
 
53
53
  .theia-settings-container .preference-array-element-btn {
54
- width : 1.5em;
55
- height : 1.5em;
56
- display : -webkit-box;
57
- display : -ms-flexbox;
58
- display : flex;
59
- -webkit-box-pack : center;
60
- -ms-flex-pack : center;
61
- justify-content : center;
54
+ width: 1.5em;
55
+ height: 1.5em;
56
+ display: -webkit-box;
57
+ display: -ms-flexbox;
58
+ display: flex;
59
+ -webkit-box-pack: center;
60
+ -ms-flex-pack: center;
61
+ justify-content: center;
62
62
  -webkit-box-align: center;
63
- -ms-flex-align : center;
64
- align-items : center;
63
+ -ms-flex-align: center;
64
+ align-items: center;
65
65
  }
66
66
 
67
- .theia-settings-container .preference-array-element .preference-array-element-btn {
67
+ .theia-settings-container
68
+ .preference-array-element
69
+ .preference-array-element-btn {
68
70
  opacity: 0;
69
71
  }
70
72
 
71
- .theia-settings-container .preference-array-element:hover .preference-array-element-btn {
73
+ .theia-settings-container
74
+ .preference-array-element:hover
75
+ .preference-array-element-btn {
72
76
  opacity: 1;
73
77
  }
74
78
 
75
79
  .theia-settings-container .preference-array-element-btn:hover {
76
80
  background-color: rgba(50%, 50%, 50%, 0.1);
77
- cursor : pointer;
81
+ cursor: pointer;
78
82
  }
79
83
 
80
84
  .theia-settings-container .preference-array .codicon.codicon-add {
81
- margin-left : calc((var(--theia-icon-size) + 4px) * -1);
85
+ margin-left: calc((var(--theia-icon-size) + 4px) * -1);
82
86
  margin-right: 4px;
83
- width : var(--theia-icon-size);
84
- height : var(--theia-icon-size);
87
+ width: var(--theia-icon-size);
88
+ height: var(--theia-icon-size);
85
89
  }
86
90
 
87
91
  .theia-settings-container .preference-array-input {
88
92
  padding-right: calc(var(--theia-icon-size) + var(--theia-ui-padding));
89
- width : 100%;
93
+ width: 100%;
90
94
  }
@@ -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
  .theia-settings-container .settings-context-menu-container {
@@ -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
  .theia-settings-container .preference-file-container {
@@ -26,7 +26,6 @@
26
26
  }
27
27
 
28
28
  .theia-settings-container .preference-file-button {
29
- position: absolute;
30
- padding: 2px 9px;
31
- right: 4px;
29
+ margin-left: 0px;
30
+ height: calc(var(--theia-content-line-height) + 4px);
32
31
  }
@@ -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
  .theia-settings-container .object-preference-input-container {
@@ -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
  .theia-settings-container .settings-search-container {
@@ -62,5 +62,5 @@
62
62
  }
63
63
 
64
64
  .theia-settings-container .settings-search-container .enabled {
65
- opacity: 1.0;
65
+ opacity: 1;
66
66
  }
@@ -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
  /* eslint-disable @typescript-eslint/no-explicit-any */
@@ -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, 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 { 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
  /* eslint-disable @typescript-eslint/no-explicit-any */
@@ -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 {
@@ -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 { codiconArray } from '@theia/core/lib/browser';
@@ -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, 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 { isObject } from '@theia/core/lib/common';
@@ -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 { PreferenceLeafNodeRenderer, PreferenceNodeRenderer } from './preference-node-renderer';
@@ -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 { ContributionProvider, Disposable, Emitter, Event, Prioritizeable } from '@theia/core';
@@ -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, 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 { nls } from '@theia/core';
@@ -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 { PreferenceLeafNodeRenderer, PreferenceNodeRenderer } from './preference-node-renderer';
@@ -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, 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
  /* eslint-disable @typescript-eslint/no-explicit-any */
@@ -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 { codicon, ReactWidget, StatefulWidget, Widget } from '@theia/core/lib/browser';
@@ -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
  import { createTreeContainer, LabelProviderContribution, WidgetFactory } from '@theia/core/lib/browser';
17
17
  import { bindContributionProvider } from '@theia/core/lib/common/contribution-provider';
@@ -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 { postConstruct, injectable, inject } from '@theia/core/shared/inversify';
@@ -97,6 +97,10 @@ export class PreferencesWidget extends Panel implements StatefulWidget {
97
97
  this.update();
98
98
  }
99
99
 
100
+ getPreviewNode(): Node | undefined {
101
+ return this.node;
102
+ }
103
+
100
104
  storeState(): PreferencesWidgetState {
101
105
  return {
102
106
  scopeTabBarState: this.tabBarWidget.storeState(),
@@ -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
  /* eslint-disable @typescript-eslint/no-explicit-any */