Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>platformOS LiquidNew to Visual Studio Code? Get it now.
platformOS Liquid

platformOS Liquid

platformOS

|
622 installs
| (7) | Free
A complete developer experience for platformOS apps
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


logo
platformOS

A complete developer experience for platformOS apps

Official VS Code extension for platformOS powered by platformOS Check the Liquid/GraphQL linter and language server for platformOS apps.

Features | Installation | Configuration | 📦 VS Code Marketplace.

Features

  • 🎨 Syntax highlighting
  • 💧 Liquid/GraphQL language server (platformOS Check)
    • 📗 Completions
    • ✅ Linting
    • 🔎 Go to source
  • 💅 Formatting (Liquid Prettier plugin)
  • 📐 Automatic indentation
  • 🎎 Auto closing pairs

Installation

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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft