@reactive-vscode/metadata 0.2.22 → 0.3.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/index.js +28 -1
- package/metadata.json +28 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -71,6 +71,15 @@ export const metadata = {
|
|
|
71
71
|
"deprecated": false,
|
|
72
72
|
"isComposable": true
|
|
73
73
|
},
|
|
74
|
+
{
|
|
75
|
+
"name": "useChatParticipant",
|
|
76
|
+
"category": "chat",
|
|
77
|
+
"original": "chat.createChatParticipant",
|
|
78
|
+
"lastUpdated": 1750433150000,
|
|
79
|
+
"description": "Reactive API for `vscode::chat.createChatParticipant`.",
|
|
80
|
+
"deprecated": false,
|
|
81
|
+
"isComposable": true
|
|
82
|
+
},
|
|
74
83
|
{
|
|
75
84
|
"name": "useCommand",
|
|
76
85
|
"category": "commands",
|
|
@@ -227,6 +236,15 @@ export const metadata = {
|
|
|
227
236
|
"deprecated": false,
|
|
228
237
|
"isComposable": true
|
|
229
238
|
},
|
|
239
|
+
{
|
|
240
|
+
"name": "useLmTools",
|
|
241
|
+
"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`.",
|
|
245
|
+
"deprecated": false,
|
|
246
|
+
"isComposable": true
|
|
247
|
+
},
|
|
230
248
|
{
|
|
231
249
|
"name": "useLogLevel",
|
|
232
250
|
"category": "env",
|
|
@@ -302,7 +320,7 @@ export const metadata = {
|
|
|
302
320
|
"name": "useStatusBarItem",
|
|
303
321
|
"category": "window",
|
|
304
322
|
"original": "window.createStatusBarItem",
|
|
305
|
-
"lastUpdated":
|
|
323
|
+
"lastUpdated": 1750433094000,
|
|
306
324
|
"description": "Reactive API for `vscode::window.createStatusBarItem`.",
|
|
307
325
|
"deprecated": false,
|
|
308
326
|
"isComposable": true
|
|
@@ -564,9 +582,17 @@ export const metadata = {
|
|
|
564
582
|
"description": "The safe version of `vue::onScopeDispose(https://vuejs.org/api/reactivity-advanced.html#onscopedispose)`.",
|
|
565
583
|
"deprecated": false,
|
|
566
584
|
"isComposable": false
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "useReactiveOptions",
|
|
588
|
+
"lastUpdated": 1750433094000,
|
|
589
|
+
"description": "",
|
|
590
|
+
"deprecated": false,
|
|
591
|
+
"isComposable": false
|
|
567
592
|
}
|
|
568
593
|
],
|
|
569
594
|
"categories": [
|
|
595
|
+
"chat",
|
|
570
596
|
"commands",
|
|
571
597
|
"comments",
|
|
572
598
|
"debug",
|
|
@@ -577,6 +603,7 @@ export const metadata = {
|
|
|
577
603
|
"l10n",
|
|
578
604
|
"languages",
|
|
579
605
|
"lifecycle",
|
|
606
|
+
"lm",
|
|
580
607
|
"tasks",
|
|
581
608
|
"terminal",
|
|
582
609
|
"utilities",
|
package/metadata.json
CHANGED
|
@@ -71,6 +71,15 @@
|
|
|
71
71
|
"deprecated": false,
|
|
72
72
|
"isComposable": true
|
|
73
73
|
},
|
|
74
|
+
{
|
|
75
|
+
"name": "useChatParticipant",
|
|
76
|
+
"category": "chat",
|
|
77
|
+
"original": "chat.createChatParticipant",
|
|
78
|
+
"lastUpdated": 1750433150000,
|
|
79
|
+
"description": "Reactive API for `vscode::chat.createChatParticipant`.",
|
|
80
|
+
"deprecated": false,
|
|
81
|
+
"isComposable": true
|
|
82
|
+
},
|
|
74
83
|
{
|
|
75
84
|
"name": "useCommand",
|
|
76
85
|
"category": "commands",
|
|
@@ -227,6 +236,15 @@
|
|
|
227
236
|
"deprecated": false,
|
|
228
237
|
"isComposable": true
|
|
229
238
|
},
|
|
239
|
+
{
|
|
240
|
+
"name": "useLmTools",
|
|
241
|
+
"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`.",
|
|
245
|
+
"deprecated": false,
|
|
246
|
+
"isComposable": true
|
|
247
|
+
},
|
|
230
248
|
{
|
|
231
249
|
"name": "useLogLevel",
|
|
232
250
|
"category": "env",
|
|
@@ -302,7 +320,7 @@
|
|
|
302
320
|
"name": "useStatusBarItem",
|
|
303
321
|
"category": "window",
|
|
304
322
|
"original": "window.createStatusBarItem",
|
|
305
|
-
"lastUpdated":
|
|
323
|
+
"lastUpdated": 1750433094000,
|
|
306
324
|
"description": "Reactive API for `vscode::window.createStatusBarItem`.",
|
|
307
325
|
"deprecated": false,
|
|
308
326
|
"isComposable": true
|
|
@@ -564,9 +582,17 @@
|
|
|
564
582
|
"description": "The safe version of `vue::onScopeDispose(https://vuejs.org/api/reactivity-advanced.html#onscopedispose)`.",
|
|
565
583
|
"deprecated": false,
|
|
566
584
|
"isComposable": false
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "useReactiveOptions",
|
|
588
|
+
"lastUpdated": 1750433094000,
|
|
589
|
+
"description": "",
|
|
590
|
+
"deprecated": false,
|
|
591
|
+
"isComposable": false
|
|
567
592
|
}
|
|
568
593
|
],
|
|
569
594
|
"categories": [
|
|
595
|
+
"chat",
|
|
570
596
|
"commands",
|
|
571
597
|
"comments",
|
|
572
598
|
"debug",
|
|
@@ -577,6 +603,7 @@
|
|
|
577
603
|
"l10n",
|
|
578
604
|
"languages",
|
|
579
605
|
"lifecycle",
|
|
606
|
+
"lm",
|
|
580
607
|
"tasks",
|
|
581
608
|
"terminal",
|
|
582
609
|
"utilities",
|