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
Since we have pushed schema file for Stryker config, w could use it. My idea is to create JSON file config (which we support too ;) ). And add $schema property so intellisence will give help popups:
{
"$schema": "url_to_schema_from_schemastore/stryker",
The rest of the stryker options
}
The text was updated successfully, but these errors were encountered:
Fixes#2000
During initialization, the user is now prompted to ask if they want their config to be in a JSON format instead of js. Both formats now have intellisense as well.
Since we have pushed schema file for Stryker config, w could use it. My idea is to create JSON file config (which we support too ;) ). And add $schema property so intellisence will give help popups:
The text was updated successfully, but these errors were encountered: