@reactive-vscode/metadata 0.2.7-beta.1 → 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.
- package/index.js +1 -1
- package/metadata.json +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -504,7 +504,7 @@ export const metadata = {
|
|
|
504
504
|
{
|
|
505
505
|
"name": "defineConfigObject",
|
|
506
506
|
"category": "lifecycle",
|
|
507
|
-
"lastUpdated":
|
|
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
|
package/metadata.json
CHANGED
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
{
|
|
505
505
|
"name": "defineConfigObject",
|
|
506
506
|
"category": "lifecycle",
|
|
507
|
-
"lastUpdated":
|
|
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
|