This VS Code extensions depends on the platformOS Check language server.
⚠️ Warning Windows support is experimental. S
Configuration
"platformosLiquid.languageServerPath": string, (optional) a path to the platformos-check-language-server executable.
"platformosLiquid.disableWindowsWarning": boolean, (default: false) When true, platformOS check won't bug you with the Windows warning anymore.
"platformosCheck.checkOnOpen": boolean, (default: true) makes it so platformOS check runs on file open.
"platformosCheck.checkOnChange": boolean, (default: true) makes it so platformOS check runs on file change.
"platformosCheck.checkOnSave": boolean, (default: true) makes it so platformOS check runs on file save.
"platformosCheck.onlySingleFileChecks": boolean, (default: true) makes it so platformOS check only runs single file checks for the files that are open.
Great for performance if can ignore checks that span multiple files during development and otherwise run full platformOS checks on the CLI or in CI.
Credits
Credits to Shopify team, as this extension is based on theme-check-vscode