Shopify / theme-check

The Ultimate Shopify Theme Linter
Other
337 stars 95 forks source link

shopifyLiquid.languageServerPath value #534

Closed thdoan closed 2 years ago

thdoan commented 2 years ago

On a typical Mac installation with shopify-cli installed via brew, what should the value of shopifyLiquid.languageServerPath be in the VS Code settings?

charlespwd commented 2 years ago

shopifyLiquid.languageServerPath is for the theme-check-language-server executable that is provided from installing theme-check directly (either via brew install theme-check or gem install theme-check)

In your case, what you want is shopifyLiquid.shopifyCLIPath and it would be the output of the following command by default:

which shopify-cli