Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>mds - Markdown Design SystemNew to Visual Studio Code? Get it now.
mds - Markdown Design System

mds - Markdown Design System

owox

|
1 install
| (0) | Free
Language support for mds (Markdown Design System) implementation files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

mds — Markdown Design System (VS Code Extension)

Language support for mds implementation files (.ts.md, .py.md, .rs.md).

Features

  • Syntax highlighting for mds Markdown files with embedded TypeScript, Python, and Rust code blocks
  • Language Server integration via mds-lsp for real-time diagnostics
  • Snippets for common mds section structures
  • Code block detection with proper embedded language support

Requirements

  • VS Code 1.85+
  • mds CLI installed (cargo install mds-cli or via npm @owox-mds/cli)
  • For LSP support: mds-lsp binary on PATH (installed via cargo install mds-lsp)

Configuration

Setting Default Description
mds.lsp.enabled true Enable/disable the mds language server
mds.lsp.path "" Path to the mds-lsp binary (uses PATH if empty)
mds.lsp.logLevel "info" Log level for the language server
mds.lsp.additionalLanguages [] Additional language extensions (e.g., .go.md)

License

MIT — see LICENSE.

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