Commit 611b7e5
committed
fix: remove ValidScopedCSSClass from recommended config
Temporary fix while performance issues are resolved.
The check re-parses every {% stylesheet %} tag in the theme on every
save, causing severe lag in VS Code on larger themes (reported in
#1179 — "Getting code actions from Shopify Liquid" hangs for several
seconds on save in v3.11.2).
The check remains available as an opt-in rule in the :all preset. It
will be re-added to :recommended once the language-server performance
work in progress (PR forthcoming) lands.1 parent 54e1418 commit 611b7e5
File tree
3 files changed
+7
-4
lines changed- .changeset
- packages
- theme-check-common/src/checks/valid-scoped-css-class
- theme-check-node/configs
3 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | 177 | | |
181 | 178 | | |
182 | 179 | | |
| |||
0 commit comments