@reactive-vscode/metadata 0.4.1 → 1.0.0-beta.1

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 (4) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +341 -232
  3. package/metadata.json +341 -232
  4. package/package.json +5 -5
package/metadata.json CHANGED
@@ -1,547 +1,669 @@
1
1
  {
2
2
  "functions": [
3
3
  {
4
- "name": "useAbsolutePath",
4
+ "name": "useAbsoluteUri",
5
5
  "category": "utilities",
6
- "original": "ExtensionContext.asAbsolutePath",
7
- "lastUpdated": 1723707698000,
6
+ "original": [
7
+ "ExtensionContext.asAbsolutePath"
8
+ ],
9
+ "lastUpdated": 1766485641000,
8
10
  "description": "Reactive API for `vscode::ExtensionContext.asAbsolutePath`.",
9
11
  "deprecated": false,
12
+ "internal": false,
10
13
  "isComposable": true
11
14
  },
12
15
  {
13
16
  "name": "useActiveColorTheme",
14
17
  "category": "window",
15
- "original": "window.activeColorTheme",
16
- "lastUpdated": 1717859666000,
18
+ "original": [
19
+ "window.activeColorTheme"
20
+ ],
21
+ "lastUpdated": 1766485641000,
17
22
  "description": "Reactive API for `vscode::window.activeColorTheme`.",
18
23
  "deprecated": false,
24
+ "internal": false,
19
25
  "isComposable": true
20
26
  },
21
27
  {
22
28
  "name": "useActiveDebugSession",
23
29
  "category": "debug",
24
- "original": "debug.activeDebugSession",
25
- "lastUpdated": 1717859666000,
30
+ "original": [
31
+ "debug.activeDebugSession"
32
+ ],
33
+ "lastUpdated": 1766485641000,
26
34
  "description": "Reactive API for `vscode::debug.activeDebugSession`.",
27
35
  "deprecated": false,
28
- "isComposable": true
29
- },
30
- {
31
- "name": "useActiveEditorDecorations",
32
- "category": "editor",
33
- "lastUpdated": 1748706708000,
34
- "description": "Reactively set decorations on the active editor. See `vscode::window.activeTextEditor`.",
35
- "deprecated": false,
36
+ "internal": false,
36
37
  "isComposable": true
37
38
  },
38
39
  {
39
40
  "name": "useActiveNotebookEditor",
40
41
  "category": "editor",
41
- "original": "window.activeNotebookEditor",
42
- "lastUpdated": 1717859666000,
42
+ "original": [
43
+ "window.activeNotebookEditor"
44
+ ],
45
+ "lastUpdated": 1766485641000,
43
46
  "description": "Reactive API for `vscode::window.activeNotebookEditor`.",
44
47
  "deprecated": false,
48
+ "internal": false,
45
49
  "isComposable": true
46
50
  },
47
51
  {
48
52
  "name": "useActiveTerminal",
49
53
  "category": "terminal",
50
- "original": "window.activeTerminal",
51
- "lastUpdated": 1717859666000,
54
+ "original": [
55
+ "window.activeTerminal"
56
+ ],
57
+ "lastUpdated": 1766485641000,
52
58
  "description": "Reactive API for `vscode::window.activeTerminal`.",
53
59
  "deprecated": false,
60
+ "internal": false,
54
61
  "isComposable": true
55
62
  },
56
63
  {
57
64
  "name": "useActiveTextEditor",
58
65
  "category": "editor",
59
- "original": "window.activeTextEditor",
60
- "lastUpdated": 1717859666000,
66
+ "original": [
67
+ "window.activeTextEditor"
68
+ ],
69
+ "lastUpdated": 1766485641000,
61
70
  "description": "Reactive API for `vscode::window.activeTextEditor`.",
62
71
  "deprecated": false,
72
+ "internal": false,
63
73
  "isComposable": true
64
74
  },
65
75
  {
66
76
  "name": "useAllExtensions",
67
77
  "category": "extension",
68
- "original": "extensions.all",
69
- "lastUpdated": 1721451024000,
78
+ "original": [
79
+ "extensions.all"
80
+ ],
81
+ "lastUpdated": 1766485641000,
70
82
  "description": "Reactive API for `vscode::extensions.all`.",
71
83
  "deprecated": false,
84
+ "internal": false,
72
85
  "isComposable": true
73
86
  },
74
87
  {
75
88
  "name": "useChatParticipant",
76
89
  "category": "chat",
77
- "original": "chat.createChatParticipant",
78
- "lastUpdated": 1756982067000,
90
+ "original": [
91
+ "chat.createChatParticipant"
92
+ ],
93
+ "lastUpdated": 1766485641000,
79
94
  "description": "Reactive API for `vscode::chat.createChatParticipant`.",
80
95
  "deprecated": false,
96
+ "internal": false,
81
97
  "isComposable": true
82
98
  },
83
99
  {
84
100
  "name": "useCommand",
85
101
  "category": "commands",
86
- "lastUpdated": 1729927264000,
87
- "description": "Register a command. See `vscode::commands.registerCommand`.",
102
+ "original": [
103
+ "commands.registerCommand"
104
+ ],
105
+ "lastUpdated": 1766485641000,
106
+ "description": "Reactive API for `vscode::commands.registerCommand`.",
88
107
  "deprecated": false,
108
+ "internal": false,
89
109
  "isComposable": true
90
110
  },
91
111
  {
92
112
  "name": "useCommands",
93
113
  "category": "commands",
94
- "lastUpdated": 1720869889000,
95
- "description": "Register multiple commands. See `vscode::commands.registerCommand`.",
96
- "deprecated": false,
97
- "isComposable": true
98
- },
99
- {
100
- "name": "useCommentController",
101
- "category": "comments",
102
- "original": "comments.createCommentController",
103
- "lastUpdated": 1717252930000,
104
- "description": "Reactive API for `vscode::comments.createCommentController`.",
105
- "deprecated": false,
106
- "isComposable": true
107
- },
108
- {
109
- "name": "useControlledTerminal",
110
- "category": "terminal",
111
- "lastUpdated": 1729859287000,
112
- "description": "Create terminal, and allows you to control the terminal lifecycle.",
113
- "deprecated": false,
114
- "isComposable": true
115
- },
116
- {
117
- "name": "useDefaultShell",
118
- "category": "env",
119
- "original": "env.shell",
120
- "lastUpdated": 1717859666000,
121
- "description": "Reactive API for `vscode::env.shell`.",
114
+ "original": [
115
+ "commands.registerCommand"
116
+ ],
117
+ "lastUpdated": 1766485641000,
118
+ "description": "Reactive API for `vscode::commands.registerCommand`.",
122
119
  "deprecated": false,
120
+ "internal": false,
123
121
  "isComposable": true
124
122
  },
125
123
  {
126
124
  "name": "useDisposable",
127
125
  "category": "lifecycle",
128
- "lastUpdated": 1729927264000,
129
- "description": "Dispose the disposable when the current scope is disposed. See `vscode::Disposable`.",
126
+ "lastUpdated": 1766485641000,
127
+ "description": "Dispose the disposable when the current scope is disposed.\n@see {@linkcode Disposable}",
130
128
  "deprecated": false,
129
+ "internal": false,
131
130
  "isComposable": true
132
131
  },
133
132
  {
134
133
  "name": "useDocumentText",
135
134
  "category": "document",
136
- "original": "TextDocument.getText",
137
- "lastUpdated": 1729927264000,
135
+ "original": [
136
+ "TextDocument.getText"
137
+ ],
138
+ "lastUpdated": 1766485641000,
138
139
  "description": "Reactive API for `vscode::TextDocument.getText`.",
139
140
  "deprecated": false,
141
+ "internal": false,
140
142
  "isComposable": true
141
143
  },
142
144
  {
143
145
  "name": "useEditorDecorations",
144
146
  "category": "editor",
145
- "lastUpdated": 1750324082000,
146
- "description": "Reactively set decorations on the given editor. See `vscode::TextEditor.setDecorations`.",
147
+ "lastUpdated": 1766485641000,
148
+ "description": "Reactively set decorations on the given editor.\n@see {@linkcode TextEditor.setDecorations}",
147
149
  "deprecated": false,
150
+ "internal": false,
151
+ "isComposable": true
152
+ },
153
+ {
154
+ "name": "useEnvShell",
155
+ "category": "env",
156
+ "original": [
157
+ "env.shell"
158
+ ],
159
+ "lastUpdated": 1766485641000,
160
+ "description": "Reactive API for `vscode::env.shell`.",
161
+ "deprecated": false,
162
+ "internal": false,
148
163
  "isComposable": true
149
164
  },
150
165
  {
151
166
  "name": "useEvent",
152
167
  "category": "utilities",
153
- "original": "Event",
154
- "lastUpdated": 1721408074000,
168
+ "original": [
169
+ "Event"
170
+ ],
171
+ "lastUpdated": 1766485641000,
155
172
  "description": "Reactive API for `vscode::Event`.",
156
173
  "deprecated": false,
174
+ "internal": false,
157
175
  "isComposable": true
158
176
  },
159
177
  {
160
178
  "name": "useEventEmitter",
161
179
  "category": "utilities",
162
- "original": "EventEmitter",
163
- "lastUpdated": 1718421215000,
180
+ "original": [
181
+ "EventEmitter"
182
+ ],
183
+ "lastUpdated": 1766485641000,
164
184
  "description": "Reactive API for `vscode::EventEmitter`.",
165
185
  "deprecated": false,
186
+ "internal": false,
166
187
  "isComposable": true
167
188
  },
168
189
  {
169
190
  "name": "useExtensionSecret",
170
191
  "category": "extension",
171
- "original": "ExtensionContext.secrets",
172
- "lastUpdated": 1721451024000,
173
- "description": "Get a reactive secret value from the extension's secrets.",
174
- "deprecated": false,
175
- "isComposable": true
176
- },
177
- {
178
- "name": "useFetchTasks",
179
- "category": "tasks",
180
- "original": "tasks.fetchTasks",
181
- "lastUpdated": 1729927264000,
182
- "description": "Reactive API for `vscode::tasks.fetchTasks`.",
192
+ "original": [
193
+ "ExtensionContext.secrets"
194
+ ],
195
+ "lastUpdated": 1766485641000,
196
+ "description": "Get a reactive secret value from the extension's secrets.\n- `null` indicates that the value has not been loaded yet.\n- `undefined` indicates that there is no value stored for the given key.",
183
197
  "deprecated": false,
198
+ "internal": false,
184
199
  "isComposable": true
185
200
  },
186
201
  {
187
- "name": "useFileUri",
188
- "category": "utilities",
189
- "original": "Uri.file",
190
- "lastUpdated": 1723707408000,
191
- "description": "Reactive API for `vscode::Uri.file`.",
202
+ "name": "useFileSystemWatcher",
203
+ "category": "workspace",
204
+ "original": [
205
+ "workspace.createFileSystemWatcher"
206
+ ],
207
+ "lastUpdated": 1766485641000,
208
+ "description": "Reactive API for `vscode::workspace.createFileSystemWatcher`.",
192
209
  "deprecated": false,
210
+ "internal": false,
193
211
  "isComposable": true
194
212
  },
195
213
  {
196
- "name": "useFoldingRangeProvider",
197
- "category": "languages",
198
- "original": "languages.registerFoldingRangeProvider",
199
- "lastUpdated": 1729927264000,
200
- "description": "Reactive API for `vscode::languages.registerFoldingRangeProvider`.",
214
+ "name": "useGlobalState",
215
+ "category": "extension",
216
+ "original": [
217
+ "ExtensionContext.globalState"
218
+ ],
219
+ "lastUpdated": 1766485641000,
220
+ "description": "Reactive API for `vscode::ExtensionContext.globalState`.",
201
221
  "deprecated": false,
222
+ "internal": false,
202
223
  "isComposable": true
203
224
  },
204
225
  {
205
- "name": "useFsWatcher",
206
- "category": "workspace",
207
- "original": "workspace.createFileSystemWatcher",
208
- "lastUpdated": 1729859287000,
209
- "description": "Reactive API for `vscode::workspace.createFileSystemWatcher`.",
226
+ "name": "useInputBox",
227
+ "category": "window",
228
+ "original": [
229
+ "window.createInputBox"
230
+ ],
231
+ "lastUpdated": 1766485641000,
232
+ "description": "Reactive API for `vscode::window.createInputBox`.",
210
233
  "deprecated": false,
234
+ "internal": false,
211
235
  "isComposable": true
212
236
  },
213
237
  {
214
238
  "name": "useIsDarkTheme",
215
239
  "category": "window",
216
- "lastUpdated": 1717859666000,
217
- "description": "Determines if the current color theme is dark. See `vscode::ColorTheme.kind`.",
240
+ "lastUpdated": 1766485641000,
241
+ "description": "Determines if the current color theme is dark.\n@see {@linkcode ColorTheme.kind}",
218
242
  "deprecated": false,
243
+ "internal": false,
219
244
  "isComposable": true
220
245
  },
221
246
  {
222
247
  "name": "useIsTelemetryEnabled",
223
248
  "category": "env",
224
- "original": "env.isTelemetryEnabled",
225
- "lastUpdated": 1717859666000,
249
+ "original": [
250
+ "env.isTelemetryEnabled"
251
+ ],
252
+ "lastUpdated": 1766485641000,
226
253
  "description": "Reactive API for `vscode::env.isTelemetryEnabled`.",
227
254
  "deprecated": false,
255
+ "internal": false,
228
256
  "isComposable": true
229
257
  },
230
258
  {
231
259
  "name": "useL10nText",
232
260
  "category": "l10n",
233
- "original": "l10n.t",
234
- "lastUpdated": 1717859666000,
261
+ "original": [
262
+ "l10n.t"
263
+ ],
264
+ "lastUpdated": 1766485641000,
235
265
  "description": "Reactive API for `vscode::l10n.t`.",
236
266
  "deprecated": false,
267
+ "internal": false,
237
268
  "isComposable": true
238
269
  },
239
270
  {
240
271
  "name": "useLmTools",
241
272
  "category": "lm",
242
- "original": "lm.tools",
243
- "lastUpdated": 1750433175000,
244
- "description": "A list of all available tools that were registered by all extensions using `vscode::lm.registerTool`.",
273
+ "original": [
274
+ "lm.tools"
275
+ ],
276
+ "lastUpdated": 1766485641000,
277
+ "description": "Reactive API for `vscode::lm.tools`.",
245
278
  "deprecated": false,
279
+ "internal": false,
246
280
  "isComposable": true
247
281
  },
248
282
  {
249
283
  "name": "useLogLevel",
250
284
  "category": "env",
251
- "original": "env.logLevel",
252
- "lastUpdated": 1717859666000,
285
+ "original": [
286
+ "env.logLevel"
287
+ ],
288
+ "lastUpdated": 1766485641000,
253
289
  "description": "Reactive API for `vscode::env.logLevel`.",
254
290
  "deprecated": false,
291
+ "internal": false,
255
292
  "isComposable": true
256
293
  },
257
294
  {
258
- "name": "useLogger",
259
- "category": "view",
260
- "lastUpdated": 1760161125000,
261
- "description": "Creates a logger that writes to the output channel.",
295
+ "name": "useMementoItem",
296
+ "lastUpdated": 1766483592000,
297
+ "description": "@internal",
262
298
  "deprecated": false,
299
+ "internal": true,
263
300
  "isComposable": true
264
301
  },
265
302
  {
266
303
  "name": "useNotebookEditorSelection",
267
304
  "category": "editor",
268
- "original": "NotebookEditor.selection",
269
- "lastUpdated": 1729927264000,
305
+ "original": [
306
+ "NotebookEditor.selection"
307
+ ],
308
+ "lastUpdated": 1766485641000,
270
309
  "description": "Reactive API for `vscode::NotebookEditor.selection`.",
271
310
  "deprecated": false,
311
+ "internal": false,
272
312
  "isComposable": true
273
313
  },
274
314
  {
275
315
  "name": "useNotebookEditorSelections",
276
316
  "category": "editor",
277
- "original": "NotebookEditor.selections",
278
- "lastUpdated": 1729927264000,
317
+ "original": [
318
+ "NotebookEditor.selections"
319
+ ],
320
+ "lastUpdated": 1766485641000,
279
321
  "description": "Reactive API for `vscode::NotebookEditor.selections`.",
280
322
  "deprecated": false,
323
+ "internal": false,
281
324
  "isComposable": true
282
325
  },
283
326
  {
284
327
  "name": "useNotebookEditorVisibleRanges",
285
328
  "category": "editor",
286
- "original": "NotebookEditor.visibleRanges",
287
- "lastUpdated": 1729927264000,
329
+ "original": [
330
+ "NotebookEditor.visibleRanges"
331
+ ],
332
+ "lastUpdated": 1766485641000,
288
333
  "description": "Reactive API for `vscode::NotebookEditor.visibleRanges`.",
289
334
  "deprecated": false,
335
+ "internal": false,
290
336
  "isComposable": true
291
337
  },
292
338
  {
293
339
  "name": "useOpenedTerminals",
294
340
  "category": "terminal",
295
- "original": "window.terminals",
296
- "lastUpdated": 1717859666000,
341
+ "original": [
342
+ "window.terminals"
343
+ ],
344
+ "lastUpdated": 1766485641000,
297
345
  "description": "Reactive API for `vscode::window.terminals`.",
298
346
  "deprecated": false,
347
+ "internal": false,
299
348
  "isComposable": true
300
349
  },
301
350
  {
302
- "name": "useOutputChannel",
303
- "category": "view",
304
- "original": "window.createOutputChannel",
305
- "lastUpdated": 1756982067000,
306
- "description": "Reactive API for `vscode::window.createOutputChannel`.",
351
+ "name": "useQuickInputOptions",
352
+ "lastUpdated": 1766483592000,
353
+ "description": "@internal",
307
354
  "deprecated": false,
355
+ "internal": true,
308
356
  "isComposable": true
309
357
  },
310
358
  {
311
359
  "name": "useQuickPick",
312
360
  "category": "window",
313
- "original": "window.createQuickPick",
314
- "lastUpdated": 1729927264000,
361
+ "original": [
362
+ "window.createQuickPick"
363
+ ],
364
+ "lastUpdated": 1766485641000,
315
365
  "description": "Creates a customizable quick pick UI.",
316
366
  "deprecated": false,
367
+ "internal": false,
368
+ "isComposable": true
369
+ },
370
+ {
371
+ "name": "useReactiveEvents",
372
+ "lastUpdated": 1766483592000,
373
+ "description": "@internal",
374
+ "deprecated": false,
375
+ "internal": true,
317
376
  "isComposable": true
318
377
  },
319
378
  {
320
379
  "name": "useReactiveOptions",
321
- "category": "utilities",
322
- "lastUpdated": 1756982467000,
323
- "description": "Set multiple reactive options on a target object.",
380
+ "lastUpdated": 1766483592000,
381
+ "description": "@internal",
324
382
  "deprecated": false,
383
+ "internal": true,
325
384
  "isComposable": true
326
385
  },
327
386
  {
328
387
  "name": "useStatusBarItem",
329
388
  "category": "window",
330
- "original": "window.createStatusBarItem",
331
- "lastUpdated": 1750480505000,
389
+ "original": [
390
+ "window.createStatusBarItem"
391
+ ],
392
+ "lastUpdated": 1766485641000,
332
393
  "description": "Reactive API for `vscode::window.createStatusBarItem`.",
333
394
  "deprecated": false,
395
+ "internal": false,
334
396
  "isComposable": true
335
397
  },
336
398
  {
337
399
  "name": "useTaskExecutions",
338
400
  "category": "tasks",
339
- "original": "tasks.taskExecutions",
340
- "lastUpdated": 1717859666000,
401
+ "original": [
402
+ "tasks.taskExecutions"
403
+ ],
404
+ "lastUpdated": 1766485641000,
341
405
  "description": "Reactive API for `vscode::tasks.taskExecutions`.",
342
406
  "deprecated": false,
407
+ "internal": false,
343
408
  "isComposable": true
344
409
  },
345
410
  {
346
411
  "name": "useTerminal",
347
412
  "category": "terminal",
348
- "original": "window.createTerminal()",
349
- "lastUpdated": 1727512724000,
350
- "description": "Reactive API for `vscode::window.createTerminal()`.",
413
+ "original": [
414
+ "window.createTerminal"
415
+ ],
416
+ "lastUpdated": 1766485641000,
417
+ "description": "Reactive API for `vscode::window.createTerminal`.",
351
418
  "deprecated": false,
419
+ "internal": false,
420
+ "isComposable": true
421
+ },
422
+ {
423
+ "name": "useTerminalShellIntegration",
424
+ "category": "terminal",
425
+ "original": [
426
+ "Terminal.shellIntegration"
427
+ ],
428
+ "lastUpdated": 1766485641000,
429
+ "description": "Reactive API for `vscode::Terminal.shellIntegration`.",
430
+ "deprecated": false,
431
+ "internal": false,
352
432
  "isComposable": true
353
433
  },
354
434
  {
355
435
  "name": "useTerminalState",
356
436
  "category": "terminal",
357
- "original": "Terminal.state",
358
- "lastUpdated": 1729927264000,
437
+ "original": [
438
+ "Terminal.state"
439
+ ],
440
+ "lastUpdated": 1766485641000,
359
441
  "description": "Reactive API for `vscode::Terminal.state`.",
360
442
  "deprecated": false,
443
+ "internal": false,
361
444
  "isComposable": true
362
445
  },
363
446
  {
364
447
  "name": "useTextEditorCommand",
365
448
  "category": "commands",
366
- "lastUpdated": 1717252930000,
367
- "description": "Register a text editor command. See `vscode::commands.registerTextEditorCommand`.",
449
+ "original": [
450
+ "commands.registerTextEditorCommand"
451
+ ],
452
+ "lastUpdated": 1766485641000,
453
+ "description": "Reactive API for `vscode::commands.registerTextEditorCommand`.",
368
454
  "deprecated": false,
455
+ "internal": false,
369
456
  "isComposable": true
370
457
  },
371
458
  {
372
459
  "name": "useTextEditorCommands",
373
460
  "category": "commands",
374
- "lastUpdated": 1717252930000,
375
- "description": "Register multiple text editor commands. See `vscode::commands.registerTextEditorCommand`.",
461
+ "original": [
462
+ "commands.registerTextEditorCommand"
463
+ ],
464
+ "lastUpdated": 1766485641000,
465
+ "description": "Reactive API for `vscode::commands.registerTextEditorCommand`.",
376
466
  "deprecated": false,
467
+ "internal": false,
377
468
  "isComposable": true
378
469
  },
379
470
  {
380
471
  "name": "useTextEditorSelection",
381
472
  "category": "editor",
382
- "original": "TextEditor.selection",
383
- "lastUpdated": 1729927264000,
473
+ "original": [
474
+ "TextEditor.selection"
475
+ ],
476
+ "lastUpdated": 1766485641000,
384
477
  "description": "Reactive API for `vscode::TextEditor.selection`.",
385
478
  "deprecated": false,
479
+ "internal": false,
386
480
  "isComposable": true
387
481
  },
388
482
  {
389
483
  "name": "useTextEditorSelections",
390
484
  "category": "editor",
391
- "original": "TextEditor.selections",
392
- "lastUpdated": 1729927264000,
485
+ "original": [
486
+ "TextEditor.selections"
487
+ ],
488
+ "lastUpdated": 1766485641000,
393
489
  "description": "Reactive API for `vscode::TextEditor.selections`.",
394
490
  "deprecated": false,
491
+ "internal": false,
395
492
  "isComposable": true
396
493
  },
397
494
  {
398
495
  "name": "useTextEditorViewColumn",
399
496
  "category": "editor",
400
- "original": "TextEditor.viewColumn",
401
- "lastUpdated": 1729927264000,
497
+ "original": [
498
+ "TextEditor.viewColumn"
499
+ ],
500
+ "lastUpdated": 1766485641000,
402
501
  "description": "Reactive API for `vscode::TextEditor.viewColumn`.",
403
502
  "deprecated": false,
503
+ "internal": false,
404
504
  "isComposable": true
405
505
  },
406
506
  {
407
507
  "name": "useTextEditorVisibleRanges",
408
508
  "category": "editor",
409
- "original": "TextEditor.visibleRanges",
410
- "lastUpdated": 1729927264000,
509
+ "original": [
510
+ "TextEditor.visibleRanges"
511
+ ],
512
+ "lastUpdated": 1766485641000,
411
513
  "description": "Reactive API for `vscode::TextEditor.visibleRanges`.",
412
514
  "deprecated": false,
515
+ "internal": false,
413
516
  "isComposable": true
414
517
  },
415
518
  {
416
519
  "name": "useTreeView",
417
520
  "category": "view",
418
- "lastUpdated": 1756982067000,
419
- "description": "Register a tree view. See `vscode::window.createTreeView`.",
420
- "deprecated": false,
421
- "isComposable": true
422
- },
423
- {
424
- "name": "useViewBadge",
425
- "category": "view",
426
- "lastUpdated": 1729927264000,
427
- "description": "Reactively set the badge of a view (`vscode::TreeView` or `vscode::WebviewView`).",
428
- "deprecated": false,
429
- "isComposable": true
430
- },
431
- {
432
- "name": "useViewTitle",
433
- "category": "view",
434
- "lastUpdated": 1729927264000,
435
- "description": "Reactively set the title of a view (`vscode::TreeView` or `vscode::WebviewView`).",
521
+ "original": [
522
+ "window.createTreeView"
523
+ ],
524
+ "lastUpdated": 1766485641000,
525
+ "description": "Reactive API for `vscode::window.createTreeView`.",
436
526
  "deprecated": false,
527
+ "internal": false,
437
528
  "isComposable": true
438
529
  },
439
530
  {
440
531
  "name": "useViewVisibility",
441
532
  "category": "view",
442
- "lastUpdated": 1729859287000,
443
- "description": "Reactively get the visibility of a view (`vscode::TreeView` or `vscode::WebviewView`).",
533
+ "original": [
534
+ "TreeView.visible",
535
+ "WebviewView.visible"
536
+ ],
537
+ "lastUpdated": 1766485641000,
538
+ "description": "Reactive API for `vscode::TreeView.visible`, `vscode::WebviewView.visible`.",
444
539
  "deprecated": false,
540
+ "internal": false,
445
541
  "isComposable": true
446
542
  },
447
543
  {
448
544
  "name": "useVisibleNotebookEditors",
449
545
  "category": "editor",
450
- "original": "window.visibleNotebookEditors",
451
- "lastUpdated": 1717859666000,
546
+ "original": [
547
+ "window.visibleNotebookEditors"
548
+ ],
549
+ "lastUpdated": 1766485641000,
452
550
  "description": "Reactive API for `vscode::window.visibleNotebookEditors`.",
453
551
  "deprecated": false,
552
+ "internal": false,
454
553
  "isComposable": true
455
554
  },
456
555
  {
457
556
  "name": "useVisibleTextEditors",
458
557
  "category": "editor",
459
- "original": "window.visibleTextEditors",
460
- "lastUpdated": 1717859666000,
558
+ "original": [
559
+ "window.visibleTextEditors"
560
+ ],
561
+ "lastUpdated": 1766485641000,
461
562
  "description": "Reactive API for `vscode::window.visibleTextEditors`.",
462
563
  "deprecated": false,
564
+ "internal": false,
463
565
  "isComposable": true
464
566
  },
465
567
  {
466
568
  "name": "useVscodeContext",
467
569
  "category": "lifecycle",
468
- "lastUpdated": 1727514038000,
570
+ "lastUpdated": 1766483592000,
469
571
  "description": "Reactively set a VS Code context. See [custom when clause context](https://code.visualstudio.com/api/references/when-clause-contexts#add-a-custom-when-clause-context).\r",
470
572
  "deprecated": false,
573
+ "internal": false,
471
574
  "isComposable": true
472
575
  },
473
576
  {
474
577
  "name": "useWebviewPanel",
475
578
  "category": "view",
476
- "lastUpdated": 1729859287000,
477
- "description": "Register a webview panel. See `vscode::window.createWebviewPanel`.\r",
579
+ "original": [
580
+ "window.createWebviewPanel"
581
+ ],
582
+ "lastUpdated": 1766485641000,
583
+ "description": "Reactive API for `vscode::window.createWebviewPanel`.",
478
584
  "deprecated": false,
585
+ "internal": false,
479
586
  "isComposable": true
480
587
  },
481
588
  {
482
589
  "name": "useWebviewView",
483
590
  "category": "view",
484
- "lastUpdated": 1729859287000,
485
- "description": "Register a webview view. See `vscode::window.registerWebviewViewProvider`.\r",
591
+ "original": [
592
+ "window.registerWebviewViewProvider"
593
+ ],
594
+ "lastUpdated": 1766485641000,
595
+ "description": "Reactive API for `vscode::window.registerWebviewViewProvider`.",
486
596
  "deprecated": false,
597
+ "internal": false,
487
598
  "isComposable": true
488
599
  },
489
600
  {
490
- "name": "useWindowState",
601
+ "name": "useWindowActive",
491
602
  "category": "window",
492
- "original": "window.state",
493
- "lastUpdated": 1717859666000,
494
- "description": "Reactive API for `vscode::window.state`.",
603
+ "original": [
604
+ "window.state.active"
605
+ ],
606
+ "lastUpdated": 1766485641000,
607
+ "description": "Reactive API for `vscode::window.state.active`.",
495
608
  "deprecated": false,
609
+ "internal": false,
496
610
  "isComposable": true
497
611
  },
498
612
  {
499
- "name": "useWorkspaceFolders",
500
- "category": "workspace",
501
- "original": "workspace.workspaceFolders",
502
- "lastUpdated": 1717859666000,
503
- "description": "Reactive API for `vscode::workspace.workspaceFolders`.",
613
+ "name": "useWindowFocused",
614
+ "category": "window",
615
+ "original": [
616
+ "window.state.focused"
617
+ ],
618
+ "lastUpdated": 1766485641000,
619
+ "description": "Reactive API for `vscode::window.state.focused`.",
504
620
  "deprecated": false,
621
+ "internal": false,
505
622
  "isComposable": true
506
623
  },
507
624
  {
508
- "name": "asAbsolutePath",
509
- "category": "utilities",
510
- "lastUpdated": 1756982467000,
511
- "description": "A shorthand for `vscode::ExtensionContext.asAbsolutePath`",
512
- "deprecated": false,
513
- "isComposable": false
514
- },
515
- {
516
- "name": "createKeyedComposable",
517
- "category": "utilities",
518
- "lastUpdated": 1717252930000,
519
- "description": "Creates a composable that caches the result of a function based on a key.",
625
+ "name": "useWindowState",
626
+ "category": "window",
627
+ "original": [
628
+ "window.state"
629
+ ],
630
+ "lastUpdated": 1766485641000,
631
+ "description": "Reactive API for `vscode::window.state`.",
520
632
  "deprecated": false,
521
- "isComposable": false
633
+ "internal": false,
634
+ "isComposable": true
522
635
  },
523
636
  {
524
- "name": "createSingletonComposable",
525
- "category": "lifecycle",
526
- "lastUpdated": 1760161069000,
527
- "description": "Creates a composable that should only be called once.",
637
+ "name": "useWorkspaceFolders",
638
+ "category": "workspace",
639
+ "original": [
640
+ "workspace.workspaceFolders"
641
+ ],
642
+ "lastUpdated": 1766485641000,
643
+ "description": "Reactive API for `vscode::workspace.workspaceFolders`.",
528
644
  "deprecated": false,
529
- "isComposable": false
645
+ "internal": false,
646
+ "isComposable": true
530
647
  },
531
648
  {
532
- "name": "defineConfigObject",
533
- "category": "lifecycle",
534
- "lastUpdated": 1759417483000,
535
- "description": "Define configurations of an extension. See `vscode::workspace.getConfiguration`.\r\nYou can use this function with [vscode-ext-gen](https://github.com/antfu/vscode-ext-gen).\r",
649
+ "name": "useWorkspaceState",
650
+ "category": "extension",
651
+ "original": [
652
+ "ExtensionContext.workspaceState"
653
+ ],
654
+ "lastUpdated": 1766485641000,
655
+ "description": "Reactive API for `vscode::ExtensionContext.workspaceState`.",
536
656
  "deprecated": false,
537
- "isComposable": false
657
+ "internal": false,
658
+ "isComposable": true
538
659
  },
539
660
  {
540
- "name": "defineConfigs",
661
+ "name": "defineConfig",
541
662
  "category": "lifecycle",
542
- "lastUpdated": 1759417483000,
543
- "description": "Define configurations of an extension. See `vscode::workspace.getConfiguration`.\nYou can use this function with [vscode-ext-gen](https://github.com/antfu/vscode-ext-gen).",
663
+ "lastUpdated": 1766485641000,
664
+ "description": "Define configurations of an extension.\n@see {@linkcode workspace.getConfiguration}",
544
665
  "deprecated": false,
666
+ "internal": false,
545
667
  "isComposable": false
546
668
  },
547
669
  {
@@ -550,38 +672,34 @@
550
672
  "lastUpdated": 1761714804000,
551
673
  "description": "Define a new extension.",
552
674
  "deprecated": false,
675
+ "internal": true,
553
676
  "isComposable": false
554
677
  },
555
678
  {
556
679
  "name": "defineLogger",
557
680
  "category": "view",
558
- "lastUpdated": 1729927264000,
559
- "description": "Define a logger which is usable before activation.",
681
+ "lastUpdated": 1766485641000,
682
+ "description": "Define a logger which is usable before activation.\n@see {@linkcode window.createOutputChannel}",
560
683
  "deprecated": false,
684
+ "internal": false,
561
685
  "isComposable": false
562
686
  },
563
687
  {
564
688
  "name": "defineService",
565
689
  "category": "lifecycle",
566
- "lastUpdated": 1760161069000,
690
+ "lastUpdated": 1766483592000,
567
691
  "description": "Define a service that should only be instantiated once.",
568
692
  "deprecated": false,
569
- "isComposable": false
570
- },
571
- {
572
- "name": "executeCommand",
573
- "category": "commands",
574
- "lastUpdated": 1717252930000,
575
- "description": "Execute a command, with type checking. See `vscode::commands.executeCommand`.",
576
- "deprecated": false,
693
+ "internal": false,
577
694
  "isComposable": false
578
695
  },
579
696
  {
580
697
  "name": "onActivate",
581
698
  "category": "lifecycle",
582
- "lastUpdated": 1717252930000,
699
+ "lastUpdated": 1766483592000,
583
700
  "description": "Registers a callback to be called after the extension has been activated.",
584
701
  "deprecated": false,
702
+ "internal": true,
585
703
  "isComposable": false
586
704
  },
587
705
  {
@@ -590,28 +708,19 @@
590
708
  "lastUpdated": 1761714804000,
591
709
  "description": "Registers a callback to be called when the extension is deactivated.",
592
710
  "deprecated": false,
593
- "isComposable": false
594
- },
595
- {
596
- "name": "tryOnScopeDispose",
597
- "category": "lifecycle",
598
- "lastUpdated": 1717859666000,
599
- "description": "The safe version of `vue::onScopeDispose(https://vuejs.org/api/reactivity-advanced.html#onscopedispose)`.",
600
- "deprecated": false,
711
+ "internal": true,
601
712
  "isComposable": false
602
713
  }
603
714
  ],
604
715
  "categories": [
605
716
  "chat",
606
717
  "commands",
607
- "comments",
608
718
  "debug",
609
719
  "document",
610
720
  "editor",
611
721
  "env",
612
722
  "extension",
613
723
  "l10n",
614
- "languages",
615
724
  "lifecycle",
616
725
  "lm",
617
726
  "tasks",