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.
Logic was wrong.
When onlySingleFileChecks is on and someone executes the `runChecks`
command. We should do the following:
- Run checks for opened files
- Update diagnostics from opened files
- Do not show "whole theme checks"
Fixes#570
Logic was wrong.
When onlySingleFileChecks is on and someone executes the `runChecks`
command. We should do the following:
- Run checks for opened files
- Update diagnostics from opened files
- Do not show "whole theme checks"
Fixes#570
Related: theme-check reports "full theme check" errors on removed files #569
Repro steps:
"themeCheck.onlySingleFileChecks": true,
theme.liquid
(this is the easiest){{ 'unknown_variable' | t }}
right below<head>
(anywhere really, but my screenshots show this location)>Liquid Theme Check: Run Checks
Expected:
The error goes away
Actual:
The error underline stays at the same place where the error was before deletion.
The error goes away when running
>Liquid Theme Check: Run Checks
again.The text was updated successfully, but these errors were encountered: