devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Let extensions declare the type of tool they are providing

Open kenzieschmoll opened this issue 1 year ago • 0 comments

This should be a tri-state field that extension authors can declare in the config.yaml file: toolingSupport: ['static-only' | 'runtime-only' | 'static-and-runtime']

This will be a breaking change for the 'validate' command, but should be backwards compatible with the current 'config.yaml' spec.

kenzieschmoll avatar Jun 20 '24 16:06 kenzieschmoll