@opensumi/ide-core-common 2.27.3-rc-1708399099.0 → 2.27.3-rc-1710386185.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.
- package/lib/codicons.d.ts +687 -0
- package/lib/codicons.d.ts.map +1 -0
- package/lib/codicons.js +735 -0
- package/lib/codicons.js.map +1 -0
- package/lib/command.d.ts.map +1 -1
- package/lib/const/application.d.ts +4 -4
- package/lib/const/application.d.ts.map +1 -1
- package/lib/const/application.js +7 -7
- package/lib/const/application.js.map +1 -1
- package/lib/contribution-provider.d.ts +1 -1
- package/lib/contribution-provider.d.ts.map +1 -1
- package/lib/di-helper/domain-helper.d.ts +0 -6
- package/lib/di-helper/domain-helper.d.ts.map +1 -1
- package/lib/di-helper/domain-helper.js +1 -33
- package/lib/di-helper/domain-helper.js.map +1 -1
- package/lib/electron.d.ts +1 -1
- package/lib/electron.d.ts.map +1 -1
- package/lib/event-bus/event-bus.d.ts +1 -1
- package/lib/event-bus/event-bus.d.ts.map +1 -1
- package/lib/hash-calculate/WASMInterface.d.ts.map +1 -1
- package/lib/hash-calculate/lockedCreate.d.ts.map +1 -1
- package/lib/index.d.ts +0 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/json-schema.d.ts +25 -1
- package/lib/json-schema.d.ts.map +1 -1
- package/lib/line-text.d.ts.map +1 -1
- package/lib/localize.d.ts.map +1 -1
- package/lib/module.d.ts +7 -1
- package/lib/module.d.ts.map +1 -1
- package/lib/module.js.map +1 -1
- package/lib/network.d.ts +1 -0
- package/lib/network.d.ts.map +1 -1
- package/lib/network.js +1 -0
- package/lib/network.js.map +1 -1
- package/lib/problem-matcher.d.ts +2 -2
- package/lib/problem-matcher.d.ts.map +1 -1
- package/lib/problem-pattern.d.ts.map +1 -1
- package/lib/problem-pattern.js.map +1 -1
- package/lib/reference.d.ts +1 -1
- package/lib/reference.d.ts.map +1 -1
- package/lib/reporter.d.ts +1 -1
- package/lib/reporter.d.ts.map +1 -1
- package/lib/settings/ai-native.d.ts +5 -0
- package/lib/settings/ai-native.d.ts.map +1 -0
- package/lib/settings/ai-native.js +9 -0
- package/lib/settings/ai-native.js.map +1 -0
- package/lib/settings/general.d.ts +2 -1
- package/lib/settings/general.d.ts.map +1 -1
- package/lib/settings/index.d.ts +1 -0
- package/lib/settings/index.d.ts.map +1 -1
- package/lib/settings/index.js +1 -0
- package/lib/settings/index.js.map +1 -1
- package/lib/storage.d.ts +1 -1
- package/lib/storage.d.ts.map +1 -1
- package/lib/task-definition.d.ts +1 -1
- package/lib/task-definition.d.ts.map +1 -1
- package/lib/theme.d.ts +23 -0
- package/lib/theme.d.ts.map +1 -1
- package/lib/theme.js +82 -1
- package/lib/theme.js.map +1 -1
- package/lib/types/ai-native.d.ts +74 -0
- package/lib/types/ai-native.d.ts.map +1 -0
- package/lib/types/ai-native.js +6 -0
- package/lib/types/ai-native.js.map +1 -0
- package/lib/types/application.d.ts +1 -2
- package/lib/types/application.d.ts.map +1 -1
- package/lib/types/authentication.d.ts +1 -5
- package/lib/types/authentication.d.ts.map +1 -1
- package/lib/types/authentication.js.map +1 -1
- package/lib/types/file.d.ts +6 -0
- package/lib/types/file.d.ts.map +1 -1
- package/lib/types/file.js.map +1 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.js +1 -0
- package/lib/types/index.js.map +1 -1
- package/lib/types/markdown.d.ts +1 -11
- package/lib/types/markdown.d.ts.map +1 -1
- package/lib/types/markers/markers-manager.d.ts.map +1 -1
- package/lib/types/markers/markers-manager.js +3 -4
- package/lib/types/markers/markers-manager.js.map +1 -1
- package/lib/types/markers/markers.d.ts.map +1 -1
- package/lib/types/rpc.d.ts +1 -5
- package/lib/types/rpc.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/codicons.ts +751 -0
- package/src/command.ts +1 -1
- package/src/comparers.ts +1 -1
- package/src/const/application.ts +4 -4
- package/src/contribution-provider.ts +1 -1
- package/src/di-helper/domain-helper.ts +1 -34
- package/src/electron.ts +2 -2
- package/src/event-bus/event-bus.ts +2 -2
- package/src/hash-calculate/WASMInterface.ts +1 -1
- package/src/hash-calculate/lockedCreate.ts +1 -1
- package/src/index.ts +0 -1
- package/src/json-schema.ts +34 -10
- package/src/line-text.ts +1 -1
- package/src/localize.ts +1 -1
- package/src/module.ts +8 -1
- package/src/network.ts +2 -0
- package/src/problem-matcher.ts +5 -5
- package/src/problem-pattern.ts +2 -1
- package/src/reference.ts +1 -1
- package/src/reporter.ts +4 -4
- package/src/settings/ai-native.ts +4 -0
- package/src/settings/general.ts +1 -0
- package/src/settings/index.ts +1 -0
- package/src/storage.ts +2 -2
- package/src/task-definition.ts +2 -2
- package/src/theme.ts +92 -0
- package/src/types/ai-native.ts +94 -0
- package/src/types/application.ts +1 -2
- package/src/types/authentication.ts +1 -6
- package/src/types/file.ts +8 -0
- package/src/types/index.ts +1 -0
- package/src/types/markdown.ts +1 -10
- package/src/types/markers/markers-manager.ts +1 -2
- package/src/types/markers/markers.ts +1 -1
- package/src/types/rpc.ts +1 -5
- package/src/utils/ipc.ts +2 -2
|
@@ -0,0 +1,687 @@
|
|
|
1
|
+
import { ThemeIcon } from './theme';
|
|
2
|
+
/**
|
|
3
|
+
* Only to be used by the iconRegistry.
|
|
4
|
+
*/
|
|
5
|
+
export declare function getCodiconFontCharacters(): {
|
|
6
|
+
[id: string]: number;
|
|
7
|
+
};
|
|
8
|
+
export declare function getSumiiconFontCharacters(): {
|
|
9
|
+
[id: string]: number;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Only to be used by the iconRegistry.
|
|
13
|
+
*/
|
|
14
|
+
export declare function getAllCodicons(): ThemeIcon[];
|
|
15
|
+
export declare const Codicon: {
|
|
16
|
+
readonly add: ThemeIcon;
|
|
17
|
+
readonly plus: ThemeIcon;
|
|
18
|
+
readonly gistNew: ThemeIcon;
|
|
19
|
+
readonly repoCreate: ThemeIcon;
|
|
20
|
+
readonly lightbulb: ThemeIcon;
|
|
21
|
+
readonly lightBulb: ThemeIcon;
|
|
22
|
+
readonly repo: ThemeIcon;
|
|
23
|
+
readonly repoDelete: ThemeIcon;
|
|
24
|
+
readonly gistFork: ThemeIcon;
|
|
25
|
+
readonly repoForked: ThemeIcon;
|
|
26
|
+
readonly gitPullRequest: ThemeIcon;
|
|
27
|
+
readonly gitPullRequestAbandoned: ThemeIcon;
|
|
28
|
+
readonly recordKeys: ThemeIcon;
|
|
29
|
+
readonly keyboard: ThemeIcon;
|
|
30
|
+
readonly tag: ThemeIcon;
|
|
31
|
+
readonly tagAdd: ThemeIcon;
|
|
32
|
+
readonly tagRemove: ThemeIcon;
|
|
33
|
+
readonly gitPullRequestLabel: ThemeIcon;
|
|
34
|
+
readonly person: ThemeIcon;
|
|
35
|
+
readonly personFollow: ThemeIcon;
|
|
36
|
+
readonly personOutline: ThemeIcon;
|
|
37
|
+
readonly personFilled: ThemeIcon;
|
|
38
|
+
readonly gitBranch: ThemeIcon;
|
|
39
|
+
readonly gitBranchCreate: ThemeIcon;
|
|
40
|
+
readonly gitBranchDelete: ThemeIcon;
|
|
41
|
+
readonly sourceControl: ThemeIcon;
|
|
42
|
+
readonly mirror: ThemeIcon;
|
|
43
|
+
readonly mirrorPublic: ThemeIcon;
|
|
44
|
+
readonly star: ThemeIcon;
|
|
45
|
+
readonly starAdd: ThemeIcon;
|
|
46
|
+
readonly starDelete: ThemeIcon;
|
|
47
|
+
readonly starEmpty: ThemeIcon;
|
|
48
|
+
readonly comment: ThemeIcon;
|
|
49
|
+
readonly commentAdd: ThemeIcon;
|
|
50
|
+
readonly alert: ThemeIcon;
|
|
51
|
+
readonly warning: ThemeIcon;
|
|
52
|
+
readonly search: ThemeIcon;
|
|
53
|
+
readonly searchSave: ThemeIcon;
|
|
54
|
+
readonly logOut: ThemeIcon;
|
|
55
|
+
readonly signOut: ThemeIcon;
|
|
56
|
+
readonly logIn: ThemeIcon;
|
|
57
|
+
readonly signIn: ThemeIcon;
|
|
58
|
+
readonly eye: ThemeIcon;
|
|
59
|
+
readonly eyeUnwatch: ThemeIcon;
|
|
60
|
+
readonly eyeWatch: ThemeIcon;
|
|
61
|
+
readonly circleFilled: ThemeIcon;
|
|
62
|
+
readonly primitiveDot: ThemeIcon;
|
|
63
|
+
readonly closeDirty: ThemeIcon;
|
|
64
|
+
readonly debugBreakpoint: ThemeIcon;
|
|
65
|
+
readonly debugBreakpointDisabled: ThemeIcon;
|
|
66
|
+
readonly debugBreakpointPending: ThemeIcon;
|
|
67
|
+
readonly debugHint: ThemeIcon;
|
|
68
|
+
readonly primitiveSquare: ThemeIcon;
|
|
69
|
+
readonly edit: ThemeIcon;
|
|
70
|
+
readonly pencil: ThemeIcon;
|
|
71
|
+
readonly info: ThemeIcon;
|
|
72
|
+
readonly issueOpened: ThemeIcon;
|
|
73
|
+
readonly gistPrivate: ThemeIcon;
|
|
74
|
+
readonly gitForkPrivate: ThemeIcon;
|
|
75
|
+
readonly lock: ThemeIcon;
|
|
76
|
+
readonly mirrorPrivate: ThemeIcon;
|
|
77
|
+
readonly close: ThemeIcon;
|
|
78
|
+
readonly removeClose: ThemeIcon;
|
|
79
|
+
readonly x: ThemeIcon;
|
|
80
|
+
readonly repoSync: ThemeIcon;
|
|
81
|
+
readonly sync: ThemeIcon;
|
|
82
|
+
readonly clone: ThemeIcon;
|
|
83
|
+
readonly desktopDownload: ThemeIcon;
|
|
84
|
+
readonly beaker: ThemeIcon;
|
|
85
|
+
readonly microscope: ThemeIcon;
|
|
86
|
+
readonly vm: ThemeIcon;
|
|
87
|
+
readonly deviceDesktop: ThemeIcon;
|
|
88
|
+
readonly file: ThemeIcon;
|
|
89
|
+
readonly fileText: ThemeIcon;
|
|
90
|
+
readonly more: ThemeIcon;
|
|
91
|
+
readonly ellipsis: ThemeIcon;
|
|
92
|
+
readonly kebabHorizontal: ThemeIcon;
|
|
93
|
+
readonly mailReply: ThemeIcon;
|
|
94
|
+
readonly reply: ThemeIcon;
|
|
95
|
+
readonly organization: ThemeIcon;
|
|
96
|
+
readonly organizationFilled: ThemeIcon;
|
|
97
|
+
readonly organizationOutline: ThemeIcon;
|
|
98
|
+
readonly newFile: ThemeIcon;
|
|
99
|
+
readonly fileAdd: ThemeIcon;
|
|
100
|
+
readonly newFolder: ThemeIcon;
|
|
101
|
+
readonly fileDirectoryCreate: ThemeIcon;
|
|
102
|
+
readonly trash: ThemeIcon;
|
|
103
|
+
readonly trashcan: ThemeIcon;
|
|
104
|
+
readonly history: ThemeIcon;
|
|
105
|
+
readonly clock: ThemeIcon;
|
|
106
|
+
readonly folder: ThemeIcon;
|
|
107
|
+
readonly fileDirectory: ThemeIcon;
|
|
108
|
+
readonly symbolFolder: ThemeIcon;
|
|
109
|
+
readonly logoGithub: ThemeIcon;
|
|
110
|
+
readonly markGithub: ThemeIcon;
|
|
111
|
+
readonly github: ThemeIcon;
|
|
112
|
+
readonly terminal: ThemeIcon;
|
|
113
|
+
readonly console: ThemeIcon;
|
|
114
|
+
readonly repl: ThemeIcon;
|
|
115
|
+
readonly zap: ThemeIcon;
|
|
116
|
+
readonly symbolEvent: ThemeIcon;
|
|
117
|
+
readonly error: ThemeIcon;
|
|
118
|
+
readonly stop: ThemeIcon;
|
|
119
|
+
readonly variable: ThemeIcon;
|
|
120
|
+
readonly symbolVariable: ThemeIcon;
|
|
121
|
+
readonly array: ThemeIcon;
|
|
122
|
+
readonly symbolArray: ThemeIcon;
|
|
123
|
+
readonly symbolModule: ThemeIcon;
|
|
124
|
+
readonly symbolPackage: ThemeIcon;
|
|
125
|
+
readonly symbolNamespace: ThemeIcon;
|
|
126
|
+
readonly symbolObject: ThemeIcon;
|
|
127
|
+
readonly symbolMethod: ThemeIcon;
|
|
128
|
+
readonly symbolFunction: ThemeIcon;
|
|
129
|
+
readonly symbolConstructor: ThemeIcon;
|
|
130
|
+
readonly symbolBoolean: ThemeIcon;
|
|
131
|
+
readonly symbolNull: ThemeIcon;
|
|
132
|
+
readonly symbolNumeric: ThemeIcon;
|
|
133
|
+
readonly symbolNumber: ThemeIcon;
|
|
134
|
+
readonly symbolStructure: ThemeIcon;
|
|
135
|
+
readonly symbolStruct: ThemeIcon;
|
|
136
|
+
readonly symbolParameter: ThemeIcon;
|
|
137
|
+
readonly symbolTypeParameter: ThemeIcon;
|
|
138
|
+
readonly symbolKey: ThemeIcon;
|
|
139
|
+
readonly symbolText: ThemeIcon;
|
|
140
|
+
readonly symbolReference: ThemeIcon;
|
|
141
|
+
readonly goToFile: ThemeIcon;
|
|
142
|
+
readonly symbolEnum: ThemeIcon;
|
|
143
|
+
readonly symbolValue: ThemeIcon;
|
|
144
|
+
readonly symbolRuler: ThemeIcon;
|
|
145
|
+
readonly symbolUnit: ThemeIcon;
|
|
146
|
+
readonly activateBreakpoints: ThemeIcon;
|
|
147
|
+
readonly archive: ThemeIcon;
|
|
148
|
+
readonly arrowBoth: ThemeIcon;
|
|
149
|
+
readonly arrowDown: ThemeIcon;
|
|
150
|
+
readonly arrowLeft: ThemeIcon;
|
|
151
|
+
readonly arrowRight: ThemeIcon;
|
|
152
|
+
readonly arrowSmallDown: ThemeIcon;
|
|
153
|
+
readonly arrowSmallLeft: ThemeIcon;
|
|
154
|
+
readonly arrowSmallRight: ThemeIcon;
|
|
155
|
+
readonly arrowSmallUp: ThemeIcon;
|
|
156
|
+
readonly arrowUp: ThemeIcon;
|
|
157
|
+
readonly bell: ThemeIcon;
|
|
158
|
+
readonly bold: ThemeIcon;
|
|
159
|
+
readonly book: ThemeIcon;
|
|
160
|
+
readonly bookmark: ThemeIcon;
|
|
161
|
+
readonly debugBreakpointConditionalUnverified: ThemeIcon;
|
|
162
|
+
readonly debugBreakpointConditional: ThemeIcon;
|
|
163
|
+
readonly debugBreakpointConditionalDisabled: ThemeIcon;
|
|
164
|
+
readonly debugBreakpointDataUnverified: ThemeIcon;
|
|
165
|
+
readonly debugBreakpointData: ThemeIcon;
|
|
166
|
+
readonly debugBreakpointDataDisabled: ThemeIcon;
|
|
167
|
+
readonly debugBreakpointLogUnverified: ThemeIcon;
|
|
168
|
+
readonly debugBreakpointLog: ThemeIcon;
|
|
169
|
+
readonly debugBreakpointLogDisabled: ThemeIcon;
|
|
170
|
+
readonly briefcase: ThemeIcon;
|
|
171
|
+
readonly broadcast: ThemeIcon;
|
|
172
|
+
readonly browser: ThemeIcon;
|
|
173
|
+
readonly bug: ThemeIcon;
|
|
174
|
+
readonly calendar: ThemeIcon;
|
|
175
|
+
readonly caseSensitive: ThemeIcon;
|
|
176
|
+
readonly check: ThemeIcon;
|
|
177
|
+
readonly checklist: ThemeIcon;
|
|
178
|
+
readonly chevronDown: ThemeIcon;
|
|
179
|
+
readonly dropDownButton: ThemeIcon;
|
|
180
|
+
readonly chevronLeft: ThemeIcon;
|
|
181
|
+
readonly chevronRight: ThemeIcon;
|
|
182
|
+
readonly chevronUp: ThemeIcon;
|
|
183
|
+
readonly chromeClose: ThemeIcon;
|
|
184
|
+
readonly chromeMaximize: ThemeIcon;
|
|
185
|
+
readonly chromeMinimize: ThemeIcon;
|
|
186
|
+
readonly chromeRestore: ThemeIcon;
|
|
187
|
+
readonly circle: ThemeIcon;
|
|
188
|
+
readonly circleOutline: ThemeIcon;
|
|
189
|
+
readonly debugBreakpointUnverified: ThemeIcon;
|
|
190
|
+
readonly circleSlash: ThemeIcon;
|
|
191
|
+
readonly circuitBoard: ThemeIcon;
|
|
192
|
+
readonly clearAll: ThemeIcon;
|
|
193
|
+
readonly clippy: ThemeIcon;
|
|
194
|
+
readonly closeAll: ThemeIcon;
|
|
195
|
+
readonly cloudDownload: ThemeIcon;
|
|
196
|
+
readonly cloudUpload: ThemeIcon;
|
|
197
|
+
readonly code: ThemeIcon;
|
|
198
|
+
readonly collapseAll: ThemeIcon;
|
|
199
|
+
readonly colorMode: ThemeIcon;
|
|
200
|
+
readonly commentDiscussion: ThemeIcon;
|
|
201
|
+
readonly compareChanges: ThemeIcon;
|
|
202
|
+
readonly creditCard: ThemeIcon;
|
|
203
|
+
readonly dash: ThemeIcon;
|
|
204
|
+
readonly dashboard: ThemeIcon;
|
|
205
|
+
readonly database: ThemeIcon;
|
|
206
|
+
readonly debugContinue: ThemeIcon;
|
|
207
|
+
readonly debugDisconnect: ThemeIcon;
|
|
208
|
+
readonly debugPause: ThemeIcon;
|
|
209
|
+
readonly debugRestart: ThemeIcon;
|
|
210
|
+
readonly debugStart: ThemeIcon;
|
|
211
|
+
readonly debugStepInto: ThemeIcon;
|
|
212
|
+
readonly debugStepOut: ThemeIcon;
|
|
213
|
+
readonly debugStepOver: ThemeIcon;
|
|
214
|
+
readonly debugStop: ThemeIcon;
|
|
215
|
+
readonly debug: ThemeIcon;
|
|
216
|
+
readonly deviceCameraVideo: ThemeIcon;
|
|
217
|
+
readonly deviceCamera: ThemeIcon;
|
|
218
|
+
readonly deviceMobile: ThemeIcon;
|
|
219
|
+
readonly diffAdded: ThemeIcon;
|
|
220
|
+
readonly diffIgnored: ThemeIcon;
|
|
221
|
+
readonly diffModified: ThemeIcon;
|
|
222
|
+
readonly diffRemoved: ThemeIcon;
|
|
223
|
+
readonly diffRenamed: ThemeIcon;
|
|
224
|
+
readonly diff: ThemeIcon;
|
|
225
|
+
readonly discard: ThemeIcon;
|
|
226
|
+
readonly editorLayout: ThemeIcon;
|
|
227
|
+
readonly emptyWindow: ThemeIcon;
|
|
228
|
+
readonly exclude: ThemeIcon;
|
|
229
|
+
readonly extensions: ThemeIcon;
|
|
230
|
+
readonly eyeClosed: ThemeIcon;
|
|
231
|
+
readonly fileBinary: ThemeIcon;
|
|
232
|
+
readonly fileCode: ThemeIcon;
|
|
233
|
+
readonly fileMedia: ThemeIcon;
|
|
234
|
+
readonly filePdf: ThemeIcon;
|
|
235
|
+
readonly fileSubmodule: ThemeIcon;
|
|
236
|
+
readonly fileSymlinkDirectory: ThemeIcon;
|
|
237
|
+
readonly fileSymlinkFile: ThemeIcon;
|
|
238
|
+
readonly fileZip: ThemeIcon;
|
|
239
|
+
readonly files: ThemeIcon;
|
|
240
|
+
readonly filter: ThemeIcon;
|
|
241
|
+
readonly flame: ThemeIcon;
|
|
242
|
+
readonly foldDown: ThemeIcon;
|
|
243
|
+
readonly foldUp: ThemeIcon;
|
|
244
|
+
readonly fold: ThemeIcon;
|
|
245
|
+
readonly folderActive: ThemeIcon;
|
|
246
|
+
readonly folderOpened: ThemeIcon;
|
|
247
|
+
readonly gear: ThemeIcon;
|
|
248
|
+
readonly gift: ThemeIcon;
|
|
249
|
+
readonly gistSecret: ThemeIcon;
|
|
250
|
+
readonly gist: ThemeIcon;
|
|
251
|
+
readonly gitCommit: ThemeIcon;
|
|
252
|
+
readonly gitCompare: ThemeIcon;
|
|
253
|
+
readonly gitMerge: ThemeIcon;
|
|
254
|
+
readonly githubAction: ThemeIcon;
|
|
255
|
+
readonly githubAlt: ThemeIcon;
|
|
256
|
+
readonly globe: ThemeIcon;
|
|
257
|
+
readonly grabber: ThemeIcon;
|
|
258
|
+
readonly graph: ThemeIcon;
|
|
259
|
+
readonly gripper: ThemeIcon;
|
|
260
|
+
readonly heart: ThemeIcon;
|
|
261
|
+
readonly home: ThemeIcon;
|
|
262
|
+
readonly horizontalRule: ThemeIcon;
|
|
263
|
+
readonly hubot: ThemeIcon;
|
|
264
|
+
readonly inbox: ThemeIcon;
|
|
265
|
+
readonly issueClosed: ThemeIcon;
|
|
266
|
+
readonly issueReopened: ThemeIcon;
|
|
267
|
+
readonly issues: ThemeIcon;
|
|
268
|
+
readonly italic: ThemeIcon;
|
|
269
|
+
readonly jersey: ThemeIcon;
|
|
270
|
+
readonly json: ThemeIcon;
|
|
271
|
+
readonly bracket: ThemeIcon;
|
|
272
|
+
readonly kebabVertical: ThemeIcon;
|
|
273
|
+
readonly key: ThemeIcon;
|
|
274
|
+
readonly law: ThemeIcon;
|
|
275
|
+
readonly lightbulbAutofix: ThemeIcon;
|
|
276
|
+
readonly linkExternal: ThemeIcon;
|
|
277
|
+
readonly link: ThemeIcon;
|
|
278
|
+
readonly listOrdered: ThemeIcon;
|
|
279
|
+
readonly listUnordered: ThemeIcon;
|
|
280
|
+
readonly liveShare: ThemeIcon;
|
|
281
|
+
readonly loading: ThemeIcon;
|
|
282
|
+
readonly location: ThemeIcon;
|
|
283
|
+
readonly mailRead: ThemeIcon;
|
|
284
|
+
readonly mail: ThemeIcon;
|
|
285
|
+
readonly markdown: ThemeIcon;
|
|
286
|
+
readonly megaphone: ThemeIcon;
|
|
287
|
+
readonly mention: ThemeIcon;
|
|
288
|
+
readonly milestone: ThemeIcon;
|
|
289
|
+
readonly gitPullRequestMilestone: ThemeIcon;
|
|
290
|
+
readonly mortarBoard: ThemeIcon;
|
|
291
|
+
readonly move: ThemeIcon;
|
|
292
|
+
readonly multipleWindows: ThemeIcon;
|
|
293
|
+
readonly mute: ThemeIcon;
|
|
294
|
+
readonly noNewline: ThemeIcon;
|
|
295
|
+
readonly note: ThemeIcon;
|
|
296
|
+
readonly octoface: ThemeIcon;
|
|
297
|
+
readonly openPreview: ThemeIcon;
|
|
298
|
+
readonly package: ThemeIcon;
|
|
299
|
+
readonly paintcan: ThemeIcon;
|
|
300
|
+
readonly pin: ThemeIcon;
|
|
301
|
+
readonly play: ThemeIcon;
|
|
302
|
+
readonly run: ThemeIcon;
|
|
303
|
+
readonly plug: ThemeIcon;
|
|
304
|
+
readonly preserveCase: ThemeIcon;
|
|
305
|
+
readonly preview: ThemeIcon;
|
|
306
|
+
readonly project: ThemeIcon;
|
|
307
|
+
readonly pulse: ThemeIcon;
|
|
308
|
+
readonly question: ThemeIcon;
|
|
309
|
+
readonly quote: ThemeIcon;
|
|
310
|
+
readonly radioTower: ThemeIcon;
|
|
311
|
+
readonly reactions: ThemeIcon;
|
|
312
|
+
readonly references: ThemeIcon;
|
|
313
|
+
readonly refresh: ThemeIcon;
|
|
314
|
+
readonly regex: ThemeIcon;
|
|
315
|
+
readonly remoteExplorer: ThemeIcon;
|
|
316
|
+
readonly remote: ThemeIcon;
|
|
317
|
+
readonly remove: ThemeIcon;
|
|
318
|
+
readonly replaceAll: ThemeIcon;
|
|
319
|
+
readonly replace: ThemeIcon;
|
|
320
|
+
readonly repoClone: ThemeIcon;
|
|
321
|
+
readonly repoForcePush: ThemeIcon;
|
|
322
|
+
readonly repoPull: ThemeIcon;
|
|
323
|
+
readonly repoPush: ThemeIcon;
|
|
324
|
+
readonly report: ThemeIcon;
|
|
325
|
+
readonly requestChanges: ThemeIcon;
|
|
326
|
+
readonly rocket: ThemeIcon;
|
|
327
|
+
readonly rootFolderOpened: ThemeIcon;
|
|
328
|
+
readonly rootFolder: ThemeIcon;
|
|
329
|
+
readonly rss: ThemeIcon;
|
|
330
|
+
readonly ruby: ThemeIcon;
|
|
331
|
+
readonly saveAll: ThemeIcon;
|
|
332
|
+
readonly saveAs: ThemeIcon;
|
|
333
|
+
readonly save: ThemeIcon;
|
|
334
|
+
readonly screenFull: ThemeIcon;
|
|
335
|
+
readonly screenNormal: ThemeIcon;
|
|
336
|
+
readonly searchStop: ThemeIcon;
|
|
337
|
+
readonly server: ThemeIcon;
|
|
338
|
+
readonly settingsGear: ThemeIcon;
|
|
339
|
+
readonly settings: ThemeIcon;
|
|
340
|
+
readonly shield: ThemeIcon;
|
|
341
|
+
readonly smiley: ThemeIcon;
|
|
342
|
+
readonly sortPrecedence: ThemeIcon;
|
|
343
|
+
readonly splitHorizontal: ThemeIcon;
|
|
344
|
+
readonly splitVertical: ThemeIcon;
|
|
345
|
+
readonly squirrel: ThemeIcon;
|
|
346
|
+
readonly starFull: ThemeIcon;
|
|
347
|
+
readonly starHalf: ThemeIcon;
|
|
348
|
+
readonly symbolClass: ThemeIcon;
|
|
349
|
+
readonly symbolColor: ThemeIcon;
|
|
350
|
+
readonly symbolCustomColor: ThemeIcon;
|
|
351
|
+
readonly symbolConstant: ThemeIcon;
|
|
352
|
+
readonly symbolEnumMember: ThemeIcon;
|
|
353
|
+
readonly symbolField: ThemeIcon;
|
|
354
|
+
readonly symbolFile: ThemeIcon;
|
|
355
|
+
readonly symbolInterface: ThemeIcon;
|
|
356
|
+
readonly symbolKeyword: ThemeIcon;
|
|
357
|
+
readonly symbolMisc: ThemeIcon;
|
|
358
|
+
readonly symbolOperator: ThemeIcon;
|
|
359
|
+
readonly symbolProperty: ThemeIcon;
|
|
360
|
+
readonly wrench: ThemeIcon;
|
|
361
|
+
readonly wrenchSubaction: ThemeIcon;
|
|
362
|
+
readonly symbolSnippet: ThemeIcon;
|
|
363
|
+
readonly tasklist: ThemeIcon;
|
|
364
|
+
readonly telescope: ThemeIcon;
|
|
365
|
+
readonly textSize: ThemeIcon;
|
|
366
|
+
readonly threeBars: ThemeIcon;
|
|
367
|
+
readonly thumbsdown: ThemeIcon;
|
|
368
|
+
readonly thumbsup: ThemeIcon;
|
|
369
|
+
readonly tools: ThemeIcon;
|
|
370
|
+
readonly triangleDown: ThemeIcon;
|
|
371
|
+
readonly triangleLeft: ThemeIcon;
|
|
372
|
+
readonly triangleRight: ThemeIcon;
|
|
373
|
+
readonly triangleUp: ThemeIcon;
|
|
374
|
+
readonly twitter: ThemeIcon;
|
|
375
|
+
readonly unfold: ThemeIcon;
|
|
376
|
+
readonly unlock: ThemeIcon;
|
|
377
|
+
readonly unmute: ThemeIcon;
|
|
378
|
+
readonly unverified: ThemeIcon;
|
|
379
|
+
readonly verified: ThemeIcon;
|
|
380
|
+
readonly versions: ThemeIcon;
|
|
381
|
+
readonly vmActive: ThemeIcon;
|
|
382
|
+
readonly vmOutline: ThemeIcon;
|
|
383
|
+
readonly vmRunning: ThemeIcon;
|
|
384
|
+
readonly watch: ThemeIcon;
|
|
385
|
+
readonly whitespace: ThemeIcon;
|
|
386
|
+
readonly wholeWord: ThemeIcon;
|
|
387
|
+
readonly window: ThemeIcon;
|
|
388
|
+
readonly wordWrap: ThemeIcon;
|
|
389
|
+
readonly zoomIn: ThemeIcon;
|
|
390
|
+
readonly zoomOut: ThemeIcon;
|
|
391
|
+
readonly listFilter: ThemeIcon;
|
|
392
|
+
readonly listFlat: ThemeIcon;
|
|
393
|
+
readonly listSelection: ThemeIcon;
|
|
394
|
+
readonly selection: ThemeIcon;
|
|
395
|
+
readonly listTree: ThemeIcon;
|
|
396
|
+
readonly debugBreakpointFunctionUnverified: ThemeIcon;
|
|
397
|
+
readonly debugBreakpointFunction: ThemeIcon;
|
|
398
|
+
readonly debugBreakpointFunctionDisabled: ThemeIcon;
|
|
399
|
+
readonly debugStackframeActive: ThemeIcon;
|
|
400
|
+
readonly circleSmallFilled: ThemeIcon;
|
|
401
|
+
readonly debugStackframeDot: ThemeIcon;
|
|
402
|
+
readonly debugStackframe: ThemeIcon;
|
|
403
|
+
readonly debugStackframeFocused: ThemeIcon;
|
|
404
|
+
readonly debugBreakpointUnsupported: ThemeIcon;
|
|
405
|
+
readonly symbolString: ThemeIcon;
|
|
406
|
+
readonly debugReverseContinue: ThemeIcon;
|
|
407
|
+
readonly debugStepBack: ThemeIcon;
|
|
408
|
+
readonly debugRestartFrame: ThemeIcon;
|
|
409
|
+
readonly callIncoming: ThemeIcon;
|
|
410
|
+
readonly callOutgoing: ThemeIcon;
|
|
411
|
+
readonly menu: ThemeIcon;
|
|
412
|
+
readonly expandAll: ThemeIcon;
|
|
413
|
+
readonly feedback: ThemeIcon;
|
|
414
|
+
readonly gitPullRequestReviewer: ThemeIcon;
|
|
415
|
+
readonly groupByRefType: ThemeIcon;
|
|
416
|
+
readonly ungroupByRefType: ThemeIcon;
|
|
417
|
+
readonly account: ThemeIcon;
|
|
418
|
+
readonly gitPullRequestAssignee: ThemeIcon;
|
|
419
|
+
readonly bellDot: ThemeIcon;
|
|
420
|
+
readonly debugConsole: ThemeIcon;
|
|
421
|
+
readonly library: ThemeIcon;
|
|
422
|
+
readonly output: ThemeIcon;
|
|
423
|
+
readonly runAll: ThemeIcon;
|
|
424
|
+
readonly syncIgnored: ThemeIcon;
|
|
425
|
+
readonly pinned: ThemeIcon;
|
|
426
|
+
readonly githubInverted: ThemeIcon;
|
|
427
|
+
readonly debugAlt: ThemeIcon;
|
|
428
|
+
readonly serverProcess: ThemeIcon;
|
|
429
|
+
readonly serverEnvironment: ThemeIcon;
|
|
430
|
+
readonly pass: ThemeIcon;
|
|
431
|
+
readonly stopCircle: ThemeIcon;
|
|
432
|
+
readonly playCircle: ThemeIcon;
|
|
433
|
+
readonly record: ThemeIcon;
|
|
434
|
+
readonly debugAltSmall: ThemeIcon;
|
|
435
|
+
readonly vmConnect: ThemeIcon;
|
|
436
|
+
readonly cloud: ThemeIcon;
|
|
437
|
+
readonly merge: ThemeIcon;
|
|
438
|
+
readonly exportIcon: ThemeIcon;
|
|
439
|
+
readonly graphLeft: ThemeIcon;
|
|
440
|
+
readonly magnet: ThemeIcon;
|
|
441
|
+
readonly notebook: ThemeIcon;
|
|
442
|
+
readonly redo: ThemeIcon;
|
|
443
|
+
readonly checkAll: ThemeIcon;
|
|
444
|
+
readonly pinnedDirty: ThemeIcon;
|
|
445
|
+
readonly passFilled: ThemeIcon;
|
|
446
|
+
readonly circleLargeFilled: ThemeIcon;
|
|
447
|
+
readonly circleLarge: ThemeIcon;
|
|
448
|
+
readonly circleLargeOutline: ThemeIcon;
|
|
449
|
+
readonly combine: ThemeIcon;
|
|
450
|
+
readonly gather: ThemeIcon;
|
|
451
|
+
readonly table: ThemeIcon;
|
|
452
|
+
readonly variableGroup: ThemeIcon;
|
|
453
|
+
readonly typeHierarchy: ThemeIcon;
|
|
454
|
+
readonly typeHierarchySub: ThemeIcon;
|
|
455
|
+
readonly typeHierarchySuper: ThemeIcon;
|
|
456
|
+
readonly gitPullRequestCreate: ThemeIcon;
|
|
457
|
+
readonly runAbove: ThemeIcon;
|
|
458
|
+
readonly runBelow: ThemeIcon;
|
|
459
|
+
readonly notebookTemplate: ThemeIcon;
|
|
460
|
+
readonly debugRerun: ThemeIcon;
|
|
461
|
+
readonly workspaceTrusted: ThemeIcon;
|
|
462
|
+
readonly workspaceUntrusted: ThemeIcon;
|
|
463
|
+
readonly workspaceUnspecified: ThemeIcon;
|
|
464
|
+
readonly terminalCmd: ThemeIcon;
|
|
465
|
+
readonly terminalDebian: ThemeIcon;
|
|
466
|
+
readonly terminalLinux: ThemeIcon;
|
|
467
|
+
readonly terminalPowershell: ThemeIcon;
|
|
468
|
+
readonly terminalTmux: ThemeIcon;
|
|
469
|
+
readonly terminalUbuntu: ThemeIcon;
|
|
470
|
+
readonly terminalBash: ThemeIcon;
|
|
471
|
+
readonly arrowSwap: ThemeIcon;
|
|
472
|
+
readonly copy: ThemeIcon;
|
|
473
|
+
readonly personAdd: ThemeIcon;
|
|
474
|
+
readonly filterFilled: ThemeIcon;
|
|
475
|
+
readonly wand: ThemeIcon;
|
|
476
|
+
readonly debugLineByLine: ThemeIcon;
|
|
477
|
+
readonly inspect: ThemeIcon;
|
|
478
|
+
readonly layers: ThemeIcon;
|
|
479
|
+
readonly layersDot: ThemeIcon;
|
|
480
|
+
readonly layersActive: ThemeIcon;
|
|
481
|
+
readonly compass: ThemeIcon;
|
|
482
|
+
readonly compassDot: ThemeIcon;
|
|
483
|
+
readonly compassActive: ThemeIcon;
|
|
484
|
+
readonly azure: ThemeIcon;
|
|
485
|
+
readonly issueDraft: ThemeIcon;
|
|
486
|
+
readonly gitPullRequestClosed: ThemeIcon;
|
|
487
|
+
readonly gitPullRequestDraft: ThemeIcon;
|
|
488
|
+
readonly debugAll: ThemeIcon;
|
|
489
|
+
readonly debugCoverage: ThemeIcon;
|
|
490
|
+
readonly runErrors: ThemeIcon;
|
|
491
|
+
readonly folderLibrary: ThemeIcon;
|
|
492
|
+
readonly debugContinueSmall: ThemeIcon;
|
|
493
|
+
readonly beakerStop: ThemeIcon;
|
|
494
|
+
readonly graphLine: ThemeIcon;
|
|
495
|
+
readonly graphScatter: ThemeIcon;
|
|
496
|
+
readonly pieChart: ThemeIcon;
|
|
497
|
+
readonly bracketDot: ThemeIcon;
|
|
498
|
+
readonly bracketError: ThemeIcon;
|
|
499
|
+
readonly lockSmall: ThemeIcon;
|
|
500
|
+
readonly azureDevops: ThemeIcon;
|
|
501
|
+
readonly verifiedFilled: ThemeIcon;
|
|
502
|
+
readonly newLine: ThemeIcon;
|
|
503
|
+
readonly layout: ThemeIcon;
|
|
504
|
+
readonly layoutActivitybarLeft: ThemeIcon;
|
|
505
|
+
readonly layoutActivitybarRight: ThemeIcon;
|
|
506
|
+
readonly layoutPanelLeft: ThemeIcon;
|
|
507
|
+
readonly layoutPanelCenter: ThemeIcon;
|
|
508
|
+
readonly layoutPanelJustify: ThemeIcon;
|
|
509
|
+
readonly layoutPanelRight: ThemeIcon;
|
|
510
|
+
readonly layoutPanel: ThemeIcon;
|
|
511
|
+
readonly layoutSidebarLeft: ThemeIcon;
|
|
512
|
+
readonly layoutSidebarRight: ThemeIcon;
|
|
513
|
+
readonly layoutStatusbar: ThemeIcon;
|
|
514
|
+
readonly layoutMenubar: ThemeIcon;
|
|
515
|
+
readonly layoutCentered: ThemeIcon;
|
|
516
|
+
readonly layoutSidebarRightOff: ThemeIcon;
|
|
517
|
+
readonly layoutPanelOff: ThemeIcon;
|
|
518
|
+
readonly layoutSidebarLeftOff: ThemeIcon;
|
|
519
|
+
readonly target: ThemeIcon;
|
|
520
|
+
readonly indent: ThemeIcon;
|
|
521
|
+
readonly recordSmall: ThemeIcon;
|
|
522
|
+
readonly errorSmall: ThemeIcon;
|
|
523
|
+
readonly arrowCircleDown: ThemeIcon;
|
|
524
|
+
readonly arrowCircleLeft: ThemeIcon;
|
|
525
|
+
readonly arrowCircleRight: ThemeIcon;
|
|
526
|
+
readonly arrowCircleUp: ThemeIcon;
|
|
527
|
+
readonly heartFilled: ThemeIcon;
|
|
528
|
+
readonly map: ThemeIcon;
|
|
529
|
+
readonly mapFilled: ThemeIcon;
|
|
530
|
+
readonly circleSmall: ThemeIcon;
|
|
531
|
+
readonly bellSlash: ThemeIcon;
|
|
532
|
+
readonly bellSlashDot: ThemeIcon;
|
|
533
|
+
readonly commentUnresolved: ThemeIcon;
|
|
534
|
+
readonly gitPullRequestGoToChanges: ThemeIcon;
|
|
535
|
+
readonly gitPullRequestNewChanges: ThemeIcon;
|
|
536
|
+
readonly searchFuzzy: ThemeIcon;
|
|
537
|
+
readonly commentDraft: ThemeIcon;
|
|
538
|
+
readonly send: ThemeIcon;
|
|
539
|
+
readonly sparkle: ThemeIcon;
|
|
540
|
+
readonly insert: ThemeIcon;
|
|
541
|
+
readonly mic: ThemeIcon;
|
|
542
|
+
readonly thumbsDownFilled: ThemeIcon;
|
|
543
|
+
readonly thumbsUpFilled: ThemeIcon;
|
|
544
|
+
readonly coffee: ThemeIcon;
|
|
545
|
+
readonly snake: ThemeIcon;
|
|
546
|
+
readonly game: ThemeIcon;
|
|
547
|
+
readonly vr: ThemeIcon;
|
|
548
|
+
readonly chip: ThemeIcon;
|
|
549
|
+
readonly piano: ThemeIcon;
|
|
550
|
+
readonly music: ThemeIcon;
|
|
551
|
+
readonly micFilled: ThemeIcon;
|
|
552
|
+
readonly gitFetch: ThemeIcon;
|
|
553
|
+
readonly copilot: ThemeIcon;
|
|
554
|
+
readonly lightbulbSparkle: ThemeIcon;
|
|
555
|
+
readonly lightbulbSparkleAutofix: ThemeIcon;
|
|
556
|
+
readonly robot: ThemeIcon;
|
|
557
|
+
readonly sparkleFilled: ThemeIcon;
|
|
558
|
+
readonly diffSingle: ThemeIcon;
|
|
559
|
+
readonly diffMultiple: ThemeIcon;
|
|
560
|
+
readonly surroundWith: ThemeIcon;
|
|
561
|
+
readonly gitStash: ThemeIcon;
|
|
562
|
+
readonly gitStashApply: ThemeIcon;
|
|
563
|
+
readonly gitStashPop: ThemeIcon;
|
|
564
|
+
readonly dialogError: ThemeIcon;
|
|
565
|
+
readonly dialogWarning: ThemeIcon;
|
|
566
|
+
readonly dialogInfo: ThemeIcon;
|
|
567
|
+
readonly dialogClose: ThemeIcon;
|
|
568
|
+
readonly treeItemExpanded: ThemeIcon;
|
|
569
|
+
readonly treeFilterOnTypeOn: ThemeIcon;
|
|
570
|
+
readonly treeFilterOnTypeOff: ThemeIcon;
|
|
571
|
+
readonly treeFilterClear: ThemeIcon;
|
|
572
|
+
readonly treeItemLoading: ThemeIcon;
|
|
573
|
+
readonly menuSelection: ThemeIcon;
|
|
574
|
+
readonly menuSubmenu: ThemeIcon;
|
|
575
|
+
readonly menuBarMore: ThemeIcon;
|
|
576
|
+
readonly scrollbarButtonLeft: ThemeIcon;
|
|
577
|
+
readonly scrollbarButtonRight: ThemeIcon;
|
|
578
|
+
readonly scrollbarButtonUp: ThemeIcon;
|
|
579
|
+
readonly scrollbarButtonDown: ThemeIcon;
|
|
580
|
+
readonly toolBarMore: ThemeIcon;
|
|
581
|
+
readonly quickInputBack: ThemeIcon;
|
|
582
|
+
};
|
|
583
|
+
export declare const Sumiicon: {
|
|
584
|
+
readonly explorer: ThemeIcon & {
|
|
585
|
+
alias?: string[] | undefined;
|
|
586
|
+
};
|
|
587
|
+
readonly search: ThemeIcon & {
|
|
588
|
+
alias?: string[] | undefined;
|
|
589
|
+
};
|
|
590
|
+
readonly debug: ThemeIcon & {
|
|
591
|
+
alias?: string[] | undefined;
|
|
592
|
+
};
|
|
593
|
+
readonly scm: ThemeIcon & {
|
|
594
|
+
alias?: string[] | undefined;
|
|
595
|
+
};
|
|
596
|
+
readonly extension: ThemeIcon & {
|
|
597
|
+
alias?: string[] | undefined;
|
|
598
|
+
};
|
|
599
|
+
readonly embed: ThemeIcon & {
|
|
600
|
+
alias?: string[] | undefined;
|
|
601
|
+
};
|
|
602
|
+
readonly setting: ThemeIcon & {
|
|
603
|
+
alias?: string[] | undefined;
|
|
604
|
+
};
|
|
605
|
+
readonly sync: ThemeIcon & {
|
|
606
|
+
alias?: string[] | undefined;
|
|
607
|
+
};
|
|
608
|
+
readonly zsh: ThemeIcon & {
|
|
609
|
+
alias?: string[] | undefined;
|
|
610
|
+
};
|
|
611
|
+
readonly bash: ThemeIcon & {
|
|
612
|
+
alias?: string[] | undefined;
|
|
613
|
+
};
|
|
614
|
+
readonly clear: ThemeIcon & {
|
|
615
|
+
alias?: string[] | undefined;
|
|
616
|
+
};
|
|
617
|
+
readonly newFile: ThemeIcon & {
|
|
618
|
+
alias?: string[] | undefined;
|
|
619
|
+
};
|
|
620
|
+
readonly newFolder: ThemeIcon & {
|
|
621
|
+
alias?: string[] | undefined;
|
|
622
|
+
};
|
|
623
|
+
readonly refresh: ThemeIcon & {
|
|
624
|
+
alias?: string[] | undefined;
|
|
625
|
+
};
|
|
626
|
+
readonly more: ThemeIcon & {
|
|
627
|
+
alias?: string[] | undefined;
|
|
628
|
+
};
|
|
629
|
+
readonly open: ThemeIcon & {
|
|
630
|
+
alias?: string[] | undefined;
|
|
631
|
+
};
|
|
632
|
+
readonly close: ThemeIcon & {
|
|
633
|
+
alias?: string[] | undefined;
|
|
634
|
+
};
|
|
635
|
+
readonly delete: ThemeIcon & {
|
|
636
|
+
alias?: string[] | undefined;
|
|
637
|
+
};
|
|
638
|
+
readonly right: ThemeIcon & {
|
|
639
|
+
alias?: string[] | undefined;
|
|
640
|
+
};
|
|
641
|
+
readonly left: ThemeIcon & {
|
|
642
|
+
alias?: string[] | undefined;
|
|
643
|
+
};
|
|
644
|
+
readonly down: ThemeIcon & {
|
|
645
|
+
alias?: string[] | undefined;
|
|
646
|
+
};
|
|
647
|
+
readonly up: ThemeIcon & {
|
|
648
|
+
alias?: string[] | undefined;
|
|
649
|
+
};
|
|
650
|
+
readonly arrowRight: ThemeIcon & {
|
|
651
|
+
alias?: string[] | undefined;
|
|
652
|
+
};
|
|
653
|
+
readonly arrowUp: ThemeIcon & {
|
|
654
|
+
alias?: string[] | undefined;
|
|
655
|
+
};
|
|
656
|
+
readonly arrowLeft: ThemeIcon & {
|
|
657
|
+
alias?: string[] | undefined;
|
|
658
|
+
};
|
|
659
|
+
readonly arrowDown: ThemeIcon & {
|
|
660
|
+
alias?: string[] | undefined;
|
|
661
|
+
};
|
|
662
|
+
readonly start: ThemeIcon & {
|
|
663
|
+
alias?: string[] | undefined;
|
|
664
|
+
};
|
|
665
|
+
readonly saveAll: ThemeIcon & {
|
|
666
|
+
alias?: string[] | undefined;
|
|
667
|
+
};
|
|
668
|
+
readonly closeAll: ThemeIcon & {
|
|
669
|
+
alias?: string[] | undefined;
|
|
670
|
+
};
|
|
671
|
+
readonly collapseAll: ThemeIcon & {
|
|
672
|
+
alias?: string[] | undefined;
|
|
673
|
+
};
|
|
674
|
+
readonly expandAll: ThemeIcon & {
|
|
675
|
+
alias?: string[] | undefined;
|
|
676
|
+
};
|
|
677
|
+
readonly retrieval: ThemeIcon & {
|
|
678
|
+
alias?: string[] | undefined;
|
|
679
|
+
};
|
|
680
|
+
readonly eyeClose: ThemeIcon & {
|
|
681
|
+
alias?: string[] | undefined;
|
|
682
|
+
};
|
|
683
|
+
readonly ellipsis: ThemeIcon & {
|
|
684
|
+
alias?: string[] | undefined;
|
|
685
|
+
};
|
|
686
|
+
};
|
|
687
|
+
//# sourceMappingURL=codicons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codicons.d.ts","sourceRoot":"","sources":["../src/codicons.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AA6BpC;;GAEG;AACH,wBAAgB,wBAAwB,IAAI;IAAE,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAEnE;AAED,wBAAgB,yBAAyB,IAAI;IAAE,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAEpE;AAED;;GAEG;AACH,wBAAgB,cAAc,IAAI,SAAS,EAAE,CAE5C;AAED,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAokBV,CAAC;AAGX,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgHX,CAAC"}
|