@schemastore/vs-2017.3.host 0.0.6 → 0.0.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/README.md +1 -1
- package/index.d.ts +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,5 +24,5 @@ The definitions were auto-generated by [schemastore-updater](https://github.com/
|
|
|
24
24
|
## Additional Details
|
|
25
25
|
|
|
26
26
|
* [Schema source](https://github.com/SchemaStore/schemastore/tree/master/src/schemas/json/vs-2017.3.host)
|
|
27
|
-
* Last updated:
|
|
27
|
+
* Last updated: Sat, Jul 19, 2025, 17:01:26 GMT
|
|
28
28
|
* Dependencies: none
|
package/index.d.ts
CHANGED
|
@@ -60,15 +60,15 @@ export interface JSONSchemaForIDETemplateHostFiles1 {
|
|
|
60
60
|
*/
|
|
61
61
|
disableHttpsSymbol?: string;
|
|
62
62
|
/**
|
|
63
|
-
* Sets the default isVisible for a symbolInfo if not
|
|
63
|
+
* Sets the default isVisible for a symbolInfo if not explicitly specified. Controls if the parameter is displayed in the IDE. Defaults to false if not specified
|
|
64
64
|
*/
|
|
65
65
|
defaultSymbolVisibility?: boolean;
|
|
66
66
|
/**
|
|
67
|
-
* The
|
|
67
|
+
* The default value for a symbolInfo if not explicitly specified. Determines if the user entered value should be persisted and used the next time a template is selected. Used starting in Visual Studio 2022 17.3
|
|
68
68
|
*/
|
|
69
69
|
defaultPersistenceScope?: "none" | "templateGroup" | "shared";
|
|
70
70
|
/**
|
|
71
|
-
* The
|
|
71
|
+
* The default value for a symbolInfo if not explicitly specified. Specifies the scope name of the persisted template option. To avoid conflicts with other templates, treat this like a namespace. Used starting in Visual Studio 2022 17.3
|
|
72
72
|
*/
|
|
73
73
|
defaultPersistenceScopeName?: string;
|
|
74
74
|
/**
|
|
@@ -80,7 +80,7 @@ export interface JSONSchemaForIDETemplateHostFiles1 {
|
|
|
80
80
|
*/
|
|
81
81
|
tags?: Tags[];
|
|
82
82
|
/**
|
|
83
|
-
*
|
|
83
|
+
* Unsupported Hosts. This can be used to suppress the template from being displayed in the new project dialog in Visual Studio.
|
|
84
84
|
*/
|
|
85
85
|
unsupportedHosts?: UnsupportedHost[];
|
|
86
86
|
/**
|
package/package.json
CHANGED
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
"scripts": {},
|
|
10
10
|
"typeScriptVersion": "2.2",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"typesPublisherContentHash": "
|
|
13
|
-
"version": "0.0.
|
|
12
|
+
"typesPublisherContentHash": "db21dd1cfe78cf8ddb12fdd6e9c26bc982354fd623f0a7794125f14703f5996d",
|
|
13
|
+
"version": "0.0.7"
|
|
14
14
|
}
|