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
Once the user reloads vscode, eslint restarts and your plugin rereads the schema and the stale error is fixed. This is annoying.
Describe the solution you'd like
If eslint is running in watch mode, watch the underlying schema files and reload them. Reload the schema files every-time the rule in invoked if necessary.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have to reload my editor window everytime I edit the schema. Eg.
now edit to this:
Gives:
Once the user reloads vscode, eslint restarts and your plugin rereads the schema and the stale error is fixed. This is annoying.
Describe the solution you'd like
If eslint is running in watch mode, watch the underlying schema files and reload them. Reload the schema files every-time the rule in invoked if necessary.
The text was updated successfully, but these errors were encountered: