Add $schema to cgmanifest.json#159779
Add $schema to cgmanifest.json#159779aeschli merged 2 commits intomicrosoft:mainfrom JamieMagee:cgmanifest-schema
$schema to cgmanifest.json#159779Conversation
|
@JamieMagee thanks for this PR. So this gets rid of our own cgmanifest schema which makes sense. |
|
The easiest way would have been to change the schema association in '.vscode/settings' to use 'https://json.schemastore.org/component-detection-manifest.json'. Alternative is to have a schema association in one of our built-in extensions. |
|
@aeschli I made the change you suggested in |
|
Sneaking in September as this is a safe and simple change. |
|
YOLO :) |
|
@isidorn as second reviewer :-) |
This is part of a broad effort to improve the experience of using
cgmanifest.json. I've mostly been creating these PRs using a script (for example microsoft/Olive#108) however, the vscode repo has a lot of custom tooling built on top ofcgmanifest.jsonso I decided to create this one manually after discussing with @isidorn