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
{{ message }}
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
- When you close a file and only_single_file is on, clear its diagnostics
- If you delete or rename a file, clear its diagnostics and rerun whole theme
checks (in case MissingTemplate should now be reported)
Fixes#569
- When you close a file and only_single_file is on, clear its diagnostics
- If you delete or rename a file, clear its diagnostics and rerun whole theme
checks (in case MissingTemplate should now be reported)
Fixes#569
- When you close a file and only_single_file is on, clear its diagnostics
- If you delete or rename a file, clear its diagnostics and rerun whole theme
checks (in case MissingTemplate should now be reported)
Fixes#569
* Minor refactor of DiagnosticsEngine
* Handle array argument in analyze_and_send_offenses
* Adjust file rename diagnostics handling
- update our storage
- clear the old diagnostics from the DiagnosticsManager
- send "NO_DIAGNOSTICS" to the client for the deleted files
- rerun theme check for the new files
* More diagnostic lifecycle fixes
- When you close a file and only_single_file is on, clear its diagnostics
- If you delete or rename a file, clear its diagnostics and rerun whole theme
checks (in case MissingTemplate should now be reported)
Fixes#569
Repro steps:
rm ...
, or remove in Finder)PROBLEMS
tab in VS CodeExpected:
The errors don't show errors from this non-existent file
Actual:
The errors show errors that were in this file before.
>Liquid Theme Check: Run Checks
The errors are still present.
The text was updated successfully, but these errors were encountered: