@reactive-vscode/metadata 0.3.1 → 0.3.3
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 +10 -7
- package/metadata.json +10 -7
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -75,7 +75,7 @@ export const metadata = {
|
|
|
75
75
|
"name": "useChatParticipant",
|
|
76
76
|
"category": "chat",
|
|
77
77
|
"original": "chat.createChatParticipant",
|
|
78
|
-
"lastUpdated":
|
|
78
|
+
"lastUpdated": 1756982067000,
|
|
79
79
|
"description": "Reactive API for `vscode::chat.createChatParticipant`.",
|
|
80
80
|
"deprecated": false,
|
|
81
81
|
"isComposable": true
|
|
@@ -302,7 +302,7 @@ export const metadata = {
|
|
|
302
302
|
"name": "useOutputChannel",
|
|
303
303
|
"category": "view",
|
|
304
304
|
"original": "window.createOutputChannel",
|
|
305
|
-
"lastUpdated":
|
|
305
|
+
"lastUpdated": 1756982067000,
|
|
306
306
|
"description": "Reactive API for `vscode::window.createOutputChannel`.",
|
|
307
307
|
"deprecated": false,
|
|
308
308
|
"isComposable": true
|
|
@@ -318,7 +318,9 @@ export const metadata = {
|
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
320
|
"name": "useReactiveOptions",
|
|
321
|
-
"
|
|
321
|
+
"category": "utilities",
|
|
322
|
+
"lastUpdated": 1756982467000,
|
|
323
|
+
"description": "Set multiple reactive options on a target object.",
|
|
322
324
|
"deprecated": false,
|
|
323
325
|
"isComposable": true
|
|
324
326
|
},
|
|
@@ -413,7 +415,7 @@ export const metadata = {
|
|
|
413
415
|
{
|
|
414
416
|
"name": "useTreeView",
|
|
415
417
|
"category": "view",
|
|
416
|
-
"lastUpdated":
|
|
418
|
+
"lastUpdated": 1756982067000,
|
|
417
419
|
"description": "Register a tree view. See `vscode::window.createTreeView`.",
|
|
418
420
|
"deprecated": false,
|
|
419
421
|
"isComposable": true
|
|
@@ -504,7 +506,8 @@ export const metadata = {
|
|
|
504
506
|
},
|
|
505
507
|
{
|
|
506
508
|
"name": "asAbsolutePath",
|
|
507
|
-
"
|
|
509
|
+
"category": "utilities",
|
|
510
|
+
"lastUpdated": 1756982467000,
|
|
508
511
|
"description": "A shorthand for `vscode::ExtensionContext.asAbsolutePath`",
|
|
509
512
|
"deprecated": false,
|
|
510
513
|
"isComposable": false
|
|
@@ -528,7 +531,7 @@ export const metadata = {
|
|
|
528
531
|
{
|
|
529
532
|
"name": "defineConfigObject",
|
|
530
533
|
"category": "lifecycle",
|
|
531
|
-
"lastUpdated":
|
|
534
|
+
"lastUpdated": 1759417483000,
|
|
532
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",
|
|
533
536
|
"deprecated": false,
|
|
534
537
|
"isComposable": false
|
|
@@ -536,7 +539,7 @@ export const metadata = {
|
|
|
536
539
|
{
|
|
537
540
|
"name": "defineConfigs",
|
|
538
541
|
"category": "lifecycle",
|
|
539
|
-
"lastUpdated":
|
|
542
|
+
"lastUpdated": 1759417483000,
|
|
540
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).",
|
|
541
544
|
"deprecated": false,
|
|
542
545
|
"isComposable": false
|
package/metadata.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"name": "useChatParticipant",
|
|
76
76
|
"category": "chat",
|
|
77
77
|
"original": "chat.createChatParticipant",
|
|
78
|
-
"lastUpdated":
|
|
78
|
+
"lastUpdated": 1756982067000,
|
|
79
79
|
"description": "Reactive API for `vscode::chat.createChatParticipant`.",
|
|
80
80
|
"deprecated": false,
|
|
81
81
|
"isComposable": true
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"name": "useOutputChannel",
|
|
303
303
|
"category": "view",
|
|
304
304
|
"original": "window.createOutputChannel",
|
|
305
|
-
"lastUpdated":
|
|
305
|
+
"lastUpdated": 1756982067000,
|
|
306
306
|
"description": "Reactive API for `vscode::window.createOutputChannel`.",
|
|
307
307
|
"deprecated": false,
|
|
308
308
|
"isComposable": true
|
|
@@ -318,7 +318,9 @@
|
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
320
|
"name": "useReactiveOptions",
|
|
321
|
-
"
|
|
321
|
+
"category": "utilities",
|
|
322
|
+
"lastUpdated": 1756982467000,
|
|
323
|
+
"description": "Set multiple reactive options on a target object.",
|
|
322
324
|
"deprecated": false,
|
|
323
325
|
"isComposable": true
|
|
324
326
|
},
|
|
@@ -413,7 +415,7 @@
|
|
|
413
415
|
{
|
|
414
416
|
"name": "useTreeView",
|
|
415
417
|
"category": "view",
|
|
416
|
-
"lastUpdated":
|
|
418
|
+
"lastUpdated": 1756982067000,
|
|
417
419
|
"description": "Register a tree view. See `vscode::window.createTreeView`.",
|
|
418
420
|
"deprecated": false,
|
|
419
421
|
"isComposable": true
|
|
@@ -504,7 +506,8 @@
|
|
|
504
506
|
},
|
|
505
507
|
{
|
|
506
508
|
"name": "asAbsolutePath",
|
|
507
|
-
"
|
|
509
|
+
"category": "utilities",
|
|
510
|
+
"lastUpdated": 1756982467000,
|
|
508
511
|
"description": "A shorthand for `vscode::ExtensionContext.asAbsolutePath`",
|
|
509
512
|
"deprecated": false,
|
|
510
513
|
"isComposable": false
|
|
@@ -528,7 +531,7 @@
|
|
|
528
531
|
{
|
|
529
532
|
"name": "defineConfigObject",
|
|
530
533
|
"category": "lifecycle",
|
|
531
|
-
"lastUpdated":
|
|
534
|
+
"lastUpdated": 1759417483000,
|
|
532
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",
|
|
533
536
|
"deprecated": false,
|
|
534
537
|
"isComposable": false
|
|
@@ -536,7 +539,7 @@
|
|
|
536
539
|
{
|
|
537
540
|
"name": "defineConfigs",
|
|
538
541
|
"category": "lifecycle",
|
|
539
|
-
"lastUpdated":
|
|
542
|
+
"lastUpdated": 1759417483000,
|
|
540
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).",
|
|
541
544
|
"deprecated": false,
|
|
542
545
|
"isComposable": false
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reactive-vscode/metadata",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.3",
|
|
5
5
|
"description": "Metadata for reactive-vscode",
|
|
6
6
|
"author": "_Kerman <kermanx@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"metadata.json"
|
|
33
33
|
],
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@antfu/ni": "^
|
|
35
|
+
"@antfu/ni": "^26.1.0",
|
|
36
36
|
"@types/node": "18.x",
|
|
37
37
|
"fast-glob": "^3.3.3",
|
|
38
38
|
"nodemon": "^3.1.10",
|
|
39
39
|
"simple-git": "^3.28.0",
|
|
40
|
-
"tsx": "^4.20.
|
|
41
|
-
"typescript": "^5.
|
|
40
|
+
"tsx": "^4.20.6",
|
|
41
|
+
"typescript": "^5.9.3"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"typecheck": "nr update && tsc --noEmit",
|