-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension should look for templates relatively or by setting. #392
Comments
I have the same issue. It seems that the extension is built to only be compatible with flat theme structures. |
I guess we could add a This is enabled by the theme check CLI tool that this extension uses under the hood |
Yep the way to do this is with .theme-check.yml as you said. What steps did you take to get the extension running? Do you have suggestions on how we could improve our docs (or their discoverability)? |
This seems broken when editing a theme from within a VSCode Workspace with many directories. I have my |
I'm using Webpack to build my theme so I have the liquid files inside a
/src/static
directory. I keep these static files in the same directory structure as they will be built as.So
theme-check
extension checks my code automatically and gives me aMissingTemplate
.Since this file is located at
src/static/layout
I would like theme check to look insrc/static/sections/header.liquid
If that is not possible maybe a base url setting for the extension for which theme check will be ran in.
The text was updated successfully, but these errors were encountered: