@reactive-vscode/metadata 0.2.6 → 0.2.7

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 (3) hide show
  1. package/index.js +34 -34
  2. package/metadata.json +34 -34
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -74,8 +74,8 @@ export const metadata = {
74
74
  {
75
75
  "name": "useCommand",
76
76
  "category": "commands",
77
- "lastUpdated": 1729859287000,
78
- "description": "Register a command. See `vscode::commands.registerCommand`.\r",
77
+ "lastUpdated": 1729927264000,
78
+ "description": "Register a command. See `vscode::commands.registerCommand`.",
79
79
  "deprecated": false,
80
80
  "isComposable": true
81
81
  },
@@ -116,8 +116,8 @@ export const metadata = {
116
116
  {
117
117
  "name": "useDisposable",
118
118
  "category": "lifecycle",
119
- "lastUpdated": 1729859287000,
120
- "description": "Dispose the disposable when the current scope is disposed. See `vscode::Disposable`.\r",
119
+ "lastUpdated": 1729927264000,
120
+ "description": "Dispose the disposable when the current scope is disposed. See `vscode::Disposable`.",
121
121
  "deprecated": false,
122
122
  "isComposable": true
123
123
  },
@@ -125,7 +125,7 @@ export const metadata = {
125
125
  "name": "useDocumentText",
126
126
  "category": "document",
127
127
  "original": "TextDocument.getText",
128
- "lastUpdated": 1729859287000,
128
+ "lastUpdated": 1729927264000,
129
129
  "description": "Reactive API for `vscode::TextDocument.getText`.",
130
130
  "deprecated": false,
131
131
  "isComposable": true
@@ -133,8 +133,8 @@ export const metadata = {
133
133
  {
134
134
  "name": "useEditorDecorations",
135
135
  "category": "editor",
136
- "lastUpdated": 1729859287000,
137
- "description": "Reactively set decorations on the given editor. See `vscode::TextEditor.setDecorations`.\r",
136
+ "lastUpdated": 1729927264000,
137
+ "description": "Reactively set decorations on the given editor. See `vscode::TextEditor.setDecorations`.",
138
138
  "deprecated": false,
139
139
  "isComposable": true
140
140
  },
@@ -169,7 +169,7 @@ export const metadata = {
169
169
  "name": "useFetchTasks",
170
170
  "category": "tasks",
171
171
  "original": "tasks.fetchTasks",
172
- "lastUpdated": 1729859287000,
172
+ "lastUpdated": 1729927264000,
173
173
  "description": "Reactive API for `vscode::tasks.fetchTasks`.",
174
174
  "deprecated": false,
175
175
  "isComposable": true
@@ -187,7 +187,7 @@ export const metadata = {
187
187
  "name": "useFoldingRangeProvider",
188
188
  "category": "languages",
189
189
  "original": "languages.registerFoldingRangeProvider",
190
- "lastUpdated": 1729859287000,
190
+ "lastUpdated": 1729927264000,
191
191
  "description": "Reactive API for `vscode::languages.registerFoldingRangeProvider`.",
192
192
  "deprecated": false,
193
193
  "isComposable": true
@@ -248,7 +248,7 @@ export const metadata = {
248
248
  "name": "useNotebookEditorSelection",
249
249
  "category": "editor",
250
250
  "original": "NotebookEditor.selection",
251
- "lastUpdated": 1729859287000,
251
+ "lastUpdated": 1729927264000,
252
252
  "description": "Reactive API for `vscode::NotebookEditor.selection`.",
253
253
  "deprecated": false,
254
254
  "isComposable": true
@@ -257,7 +257,7 @@ export const metadata = {
257
257
  "name": "useNotebookEditorSelections",
258
258
  "category": "editor",
259
259
  "original": "NotebookEditor.selections",
260
- "lastUpdated": 1729859287000,
260
+ "lastUpdated": 1729927264000,
261
261
  "description": "Reactive API for `vscode::NotebookEditor.selections`.",
262
262
  "deprecated": false,
263
263
  "isComposable": true
@@ -266,7 +266,7 @@ export const metadata = {
266
266
  "name": "useNotebookEditorVisibleRanges",
267
267
  "category": "editor",
268
268
  "original": "NotebookEditor.visibleRanges",
269
- "lastUpdated": 1729859287000,
269
+ "lastUpdated": 1729927264000,
270
270
  "description": "Reactive API for `vscode::NotebookEditor.visibleRanges`.",
271
271
  "deprecated": false,
272
272
  "isComposable": true
@@ -293,8 +293,8 @@ export const metadata = {
293
293
  "name": "useQuickPick",
294
294
  "category": "window",
295
295
  "original": "window.createQuickPick",
296
- "lastUpdated": 1729859287000,
297
- "description": "Creates a customizable quick pick UI.\r",
296
+ "lastUpdated": 1729927264000,
297
+ "description": "Creates a customizable quick pick UI.",
298
298
  "deprecated": false,
299
299
  "isComposable": true
300
300
  },
@@ -302,7 +302,7 @@ export const metadata = {
302
302
  "name": "useStatusBarItem",
303
303
  "category": "window",
304
304
  "original": "window.createStatusBarItem",
305
- "lastUpdated": 1729859287000,
305
+ "lastUpdated": 1729927264000,
306
306
  "description": "Reactive API for `vscode::window.createStatusBarItem`.",
307
307
  "deprecated": false,
308
308
  "isComposable": true
@@ -329,7 +329,7 @@ export const metadata = {
329
329
  "name": "useTerminalState",
330
330
  "category": "terminal",
331
331
  "original": "Terminal.state",
332
- "lastUpdated": 1729859287000,
332
+ "lastUpdated": 1729927264000,
333
333
  "description": "Reactive API for `vscode::Terminal.state`.",
334
334
  "deprecated": false,
335
335
  "isComposable": true
@@ -354,7 +354,7 @@ export const metadata = {
354
354
  "name": "useTextEditorSelection",
355
355
  "category": "editor",
356
356
  "original": "TextEditor.selection",
357
- "lastUpdated": 1729859287000,
357
+ "lastUpdated": 1729927264000,
358
358
  "description": "Reactive API for `vscode::TextEditor.selection`.",
359
359
  "deprecated": false,
360
360
  "isComposable": true
@@ -363,7 +363,7 @@ export const metadata = {
363
363
  "name": "useTextEditorSelections",
364
364
  "category": "editor",
365
365
  "original": "TextEditor.selections",
366
- "lastUpdated": 1729859287000,
366
+ "lastUpdated": 1729927264000,
367
367
  "description": "Reactive API for `vscode::TextEditor.selections`.",
368
368
  "deprecated": false,
369
369
  "isComposable": true
@@ -372,7 +372,7 @@ export const metadata = {
372
372
  "name": "useTextEditorViewColumn",
373
373
  "category": "editor",
374
374
  "original": "TextEditor.viewColumn",
375
- "lastUpdated": 1729859287000,
375
+ "lastUpdated": 1729927264000,
376
376
  "description": "Reactive API for `vscode::TextEditor.viewColumn`.",
377
377
  "deprecated": false,
378
378
  "isComposable": true
@@ -381,7 +381,7 @@ export const metadata = {
381
381
  "name": "useTextEditorVisibleRanges",
382
382
  "category": "editor",
383
383
  "original": "TextEditor.visibleRanges",
384
- "lastUpdated": 1729859287000,
384
+ "lastUpdated": 1729927264000,
385
385
  "description": "Reactive API for `vscode::TextEditor.visibleRanges`.",
386
386
  "deprecated": false,
387
387
  "isComposable": true
@@ -389,24 +389,24 @@ export const metadata = {
389
389
  {
390
390
  "name": "useTreeView",
391
391
  "category": "view",
392
- "lastUpdated": 1729859287000,
393
- "description": "Register a tree view. See `vscode::window.createTreeView`.\r",
392
+ "lastUpdated": 1729927264000,
393
+ "description": "Register a tree view. See `vscode::window.createTreeView`.",
394
394
  "deprecated": false,
395
395
  "isComposable": true
396
396
  },
397
397
  {
398
398
  "name": "useViewBadge",
399
399
  "category": "view",
400
- "lastUpdated": 1729859287000,
401
- "description": "Reactively set the badge of a view (`vscode::TreeView` or `vscode::WebviewView`).\r",
400
+ "lastUpdated": 1729927264000,
401
+ "description": "Reactively set the badge of a view (`vscode::TreeView` or `vscode::WebviewView`).",
402
402
  "deprecated": false,
403
403
  "isComposable": true
404
404
  },
405
405
  {
406
406
  "name": "useViewTitle",
407
407
  "category": "view",
408
- "lastUpdated": 1729859287000,
409
- "description": "Reactively set the title of a view (`vscode::TreeView` or `vscode::WebviewView`).\r",
408
+ "lastUpdated": 1729927264000,
409
+ "description": "Reactively set the title of a view (`vscode::TreeView` or `vscode::WebviewView`).",
410
410
  "deprecated": false,
411
411
  "isComposable": true
412
412
  },
@@ -496,7 +496,7 @@ export const metadata = {
496
496
  {
497
497
  "name": "createSingletonComposable",
498
498
  "category": "utilities",
499
- "lastUpdated": 1717252930000,
499
+ "lastUpdated": 1729927264000,
500
500
  "description": "Creates a composable that should only be called once.",
501
501
  "deprecated": false,
502
502
  "isComposable": false
@@ -504,7 +504,7 @@ export const metadata = {
504
504
  {
505
505
  "name": "defineConfigObject",
506
506
  "category": "lifecycle",
507
- "lastUpdated": 1729859287000,
507
+ "lastUpdated": 1731068690000,
508
508
  "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",
509
509
  "deprecated": false,
510
510
  "isComposable": false
@@ -512,24 +512,24 @@ export const metadata = {
512
512
  {
513
513
  "name": "defineConfigs",
514
514
  "category": "lifecycle",
515
- "lastUpdated": 1729859287000,
516
- "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",
515
+ "lastUpdated": 1729927264000,
516
+ "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).",
517
517
  "deprecated": false,
518
518
  "isComposable": false
519
519
  },
520
520
  {
521
521
  "name": "defineExtension",
522
522
  "category": "lifecycle",
523
- "lastUpdated": 1729859287000,
524
- "description": "@internal\r\nDefine a new extension.\r",
523
+ "lastUpdated": 1729927264000,
524
+ "description": "Define a new extension.",
525
525
  "deprecated": false,
526
526
  "isComposable": false
527
527
  },
528
528
  {
529
529
  "name": "defineLogger",
530
530
  "category": "view",
531
- "lastUpdated": 1729859287000,
532
- "description": "Define a logger which is usable before activation.\r",
531
+ "lastUpdated": 1729927264000,
532
+ "description": "Define a logger which is usable before activation.",
533
533
  "deprecated": false,
534
534
  "isComposable": false
535
535
  },
package/metadata.json CHANGED
@@ -74,8 +74,8 @@
74
74
  {
75
75
  "name": "useCommand",
76
76
  "category": "commands",
77
- "lastUpdated": 1729859287000,
78
- "description": "Register a command. See `vscode::commands.registerCommand`.\r",
77
+ "lastUpdated": 1729927264000,
78
+ "description": "Register a command. See `vscode::commands.registerCommand`.",
79
79
  "deprecated": false,
80
80
  "isComposable": true
81
81
  },
@@ -116,8 +116,8 @@
116
116
  {
117
117
  "name": "useDisposable",
118
118
  "category": "lifecycle",
119
- "lastUpdated": 1729859287000,
120
- "description": "Dispose the disposable when the current scope is disposed. See `vscode::Disposable`.\r",
119
+ "lastUpdated": 1729927264000,
120
+ "description": "Dispose the disposable when the current scope is disposed. See `vscode::Disposable`.",
121
121
  "deprecated": false,
122
122
  "isComposable": true
123
123
  },
@@ -125,7 +125,7 @@
125
125
  "name": "useDocumentText",
126
126
  "category": "document",
127
127
  "original": "TextDocument.getText",
128
- "lastUpdated": 1729859287000,
128
+ "lastUpdated": 1729927264000,
129
129
  "description": "Reactive API for `vscode::TextDocument.getText`.",
130
130
  "deprecated": false,
131
131
  "isComposable": true
@@ -133,8 +133,8 @@
133
133
  {
134
134
  "name": "useEditorDecorations",
135
135
  "category": "editor",
136
- "lastUpdated": 1729859287000,
137
- "description": "Reactively set decorations on the given editor. See `vscode::TextEditor.setDecorations`.\r",
136
+ "lastUpdated": 1729927264000,
137
+ "description": "Reactively set decorations on the given editor. See `vscode::TextEditor.setDecorations`.",
138
138
  "deprecated": false,
139
139
  "isComposable": true
140
140
  },
@@ -169,7 +169,7 @@
169
169
  "name": "useFetchTasks",
170
170
  "category": "tasks",
171
171
  "original": "tasks.fetchTasks",
172
- "lastUpdated": 1729859287000,
172
+ "lastUpdated": 1729927264000,
173
173
  "description": "Reactive API for `vscode::tasks.fetchTasks`.",
174
174
  "deprecated": false,
175
175
  "isComposable": true
@@ -187,7 +187,7 @@
187
187
  "name": "useFoldingRangeProvider",
188
188
  "category": "languages",
189
189
  "original": "languages.registerFoldingRangeProvider",
190
- "lastUpdated": 1729859287000,
190
+ "lastUpdated": 1729927264000,
191
191
  "description": "Reactive API for `vscode::languages.registerFoldingRangeProvider`.",
192
192
  "deprecated": false,
193
193
  "isComposable": true
@@ -248,7 +248,7 @@
248
248
  "name": "useNotebookEditorSelection",
249
249
  "category": "editor",
250
250
  "original": "NotebookEditor.selection",
251
- "lastUpdated": 1729859287000,
251
+ "lastUpdated": 1729927264000,
252
252
  "description": "Reactive API for `vscode::NotebookEditor.selection`.",
253
253
  "deprecated": false,
254
254
  "isComposable": true
@@ -257,7 +257,7 @@
257
257
  "name": "useNotebookEditorSelections",
258
258
  "category": "editor",
259
259
  "original": "NotebookEditor.selections",
260
- "lastUpdated": 1729859287000,
260
+ "lastUpdated": 1729927264000,
261
261
  "description": "Reactive API for `vscode::NotebookEditor.selections`.",
262
262
  "deprecated": false,
263
263
  "isComposable": true
@@ -266,7 +266,7 @@
266
266
  "name": "useNotebookEditorVisibleRanges",
267
267
  "category": "editor",
268
268
  "original": "NotebookEditor.visibleRanges",
269
- "lastUpdated": 1729859287000,
269
+ "lastUpdated": 1729927264000,
270
270
  "description": "Reactive API for `vscode::NotebookEditor.visibleRanges`.",
271
271
  "deprecated": false,
272
272
  "isComposable": true
@@ -293,8 +293,8 @@
293
293
  "name": "useQuickPick",
294
294
  "category": "window",
295
295
  "original": "window.createQuickPick",
296
- "lastUpdated": 1729859287000,
297
- "description": "Creates a customizable quick pick UI.\r",
296
+ "lastUpdated": 1729927264000,
297
+ "description": "Creates a customizable quick pick UI.",
298
298
  "deprecated": false,
299
299
  "isComposable": true
300
300
  },
@@ -302,7 +302,7 @@
302
302
  "name": "useStatusBarItem",
303
303
  "category": "window",
304
304
  "original": "window.createStatusBarItem",
305
- "lastUpdated": 1729859287000,
305
+ "lastUpdated": 1729927264000,
306
306
  "description": "Reactive API for `vscode::window.createStatusBarItem`.",
307
307
  "deprecated": false,
308
308
  "isComposable": true
@@ -329,7 +329,7 @@
329
329
  "name": "useTerminalState",
330
330
  "category": "terminal",
331
331
  "original": "Terminal.state",
332
- "lastUpdated": 1729859287000,
332
+ "lastUpdated": 1729927264000,
333
333
  "description": "Reactive API for `vscode::Terminal.state`.",
334
334
  "deprecated": false,
335
335
  "isComposable": true
@@ -354,7 +354,7 @@
354
354
  "name": "useTextEditorSelection",
355
355
  "category": "editor",
356
356
  "original": "TextEditor.selection",
357
- "lastUpdated": 1729859287000,
357
+ "lastUpdated": 1729927264000,
358
358
  "description": "Reactive API for `vscode::TextEditor.selection`.",
359
359
  "deprecated": false,
360
360
  "isComposable": true
@@ -363,7 +363,7 @@
363
363
  "name": "useTextEditorSelections",
364
364
  "category": "editor",
365
365
  "original": "TextEditor.selections",
366
- "lastUpdated": 1729859287000,
366
+ "lastUpdated": 1729927264000,
367
367
  "description": "Reactive API for `vscode::TextEditor.selections`.",
368
368
  "deprecated": false,
369
369
  "isComposable": true
@@ -372,7 +372,7 @@
372
372
  "name": "useTextEditorViewColumn",
373
373
  "category": "editor",
374
374
  "original": "TextEditor.viewColumn",
375
- "lastUpdated": 1729859287000,
375
+ "lastUpdated": 1729927264000,
376
376
  "description": "Reactive API for `vscode::TextEditor.viewColumn`.",
377
377
  "deprecated": false,
378
378
  "isComposable": true
@@ -381,7 +381,7 @@
381
381
  "name": "useTextEditorVisibleRanges",
382
382
  "category": "editor",
383
383
  "original": "TextEditor.visibleRanges",
384
- "lastUpdated": 1729859287000,
384
+ "lastUpdated": 1729927264000,
385
385
  "description": "Reactive API for `vscode::TextEditor.visibleRanges`.",
386
386
  "deprecated": false,
387
387
  "isComposable": true
@@ -389,24 +389,24 @@
389
389
  {
390
390
  "name": "useTreeView",
391
391
  "category": "view",
392
- "lastUpdated": 1729859287000,
393
- "description": "Register a tree view. See `vscode::window.createTreeView`.\r",
392
+ "lastUpdated": 1729927264000,
393
+ "description": "Register a tree view. See `vscode::window.createTreeView`.",
394
394
  "deprecated": false,
395
395
  "isComposable": true
396
396
  },
397
397
  {
398
398
  "name": "useViewBadge",
399
399
  "category": "view",
400
- "lastUpdated": 1729859287000,
401
- "description": "Reactively set the badge of a view (`vscode::TreeView` or `vscode::WebviewView`).\r",
400
+ "lastUpdated": 1729927264000,
401
+ "description": "Reactively set the badge of a view (`vscode::TreeView` or `vscode::WebviewView`).",
402
402
  "deprecated": false,
403
403
  "isComposable": true
404
404
  },
405
405
  {
406
406
  "name": "useViewTitle",
407
407
  "category": "view",
408
- "lastUpdated": 1729859287000,
409
- "description": "Reactively set the title of a view (`vscode::TreeView` or `vscode::WebviewView`).\r",
408
+ "lastUpdated": 1729927264000,
409
+ "description": "Reactively set the title of a view (`vscode::TreeView` or `vscode::WebviewView`).",
410
410
  "deprecated": false,
411
411
  "isComposable": true
412
412
  },
@@ -496,7 +496,7 @@
496
496
  {
497
497
  "name": "createSingletonComposable",
498
498
  "category": "utilities",
499
- "lastUpdated": 1717252930000,
499
+ "lastUpdated": 1729927264000,
500
500
  "description": "Creates a composable that should only be called once.",
501
501
  "deprecated": false,
502
502
  "isComposable": false
@@ -504,7 +504,7 @@
504
504
  {
505
505
  "name": "defineConfigObject",
506
506
  "category": "lifecycle",
507
- "lastUpdated": 1729859287000,
507
+ "lastUpdated": 1731068690000,
508
508
  "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",
509
509
  "deprecated": false,
510
510
  "isComposable": false
@@ -512,24 +512,24 @@
512
512
  {
513
513
  "name": "defineConfigs",
514
514
  "category": "lifecycle",
515
- "lastUpdated": 1729859287000,
516
- "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",
515
+ "lastUpdated": 1729927264000,
516
+ "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).",
517
517
  "deprecated": false,
518
518
  "isComposable": false
519
519
  },
520
520
  {
521
521
  "name": "defineExtension",
522
522
  "category": "lifecycle",
523
- "lastUpdated": 1729859287000,
524
- "description": "@internal\r\nDefine a new extension.\r",
523
+ "lastUpdated": 1729927264000,
524
+ "description": "Define a new extension.",
525
525
  "deprecated": false,
526
526
  "isComposable": false
527
527
  },
528
528
  {
529
529
  "name": "defineLogger",
530
530
  "category": "view",
531
- "lastUpdated": 1729859287000,
532
- "description": "Define a logger which is usable before activation.\r",
531
+ "lastUpdated": 1729927264000,
532
+ "description": "Define a logger which is usable before activation.",
533
533
  "deprecated": false,
534
534
  "isComposable": false
535
535
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reactive-vscode/metadata",
3
3
  "type": "module",
4
- "version": "0.2.6",
4
+ "version": "0.2.7",
5
5
  "description": "Metadata for reactive-vscode",
6
6
  "author": "_Kerman <kermanx@qq.com>",
7
7
  "license": "MIT",