You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to making the [VSIX manifest metadata](https://learn.microsoft.com/en-us/visualstudio/extensibility/vsix-extension-schema-2-0-reference?view=vs-2022#metadata-element)
434
+
properties available as constants, the package also provides targets for those properties
435
+
with sensible defaults from project properties so that the manifest can leverage
and avoid duplication in the `source.extension.vsixmanifest`:
438
+
434
439
```xml
435
440
<PackageManifestVersion="2.0.0" ...>
436
441
<Metadata>
@@ -443,12 +448,6 @@ And in the `source.extension.vsixmanifest`:
443
448
</PackageManifest>
444
449
```
445
450
446
-
As shown above, in addition to making the [VSIX manifest metadata](https://learn.microsoft.com/en-us/visualstudio/extensibility/vsix-extension-schema-2-0-reference?view=vs-2022#metadata-element)
447
-
properties available as constants, the package also provides targets for those properties
448
-
with sensible defaults from project properties so that the manifest can leverage
0 commit comments