Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>DaisyNew to Visual Studio Code? Get it now.
Daisy

Daisy

Daisy

|
2 installs
| (0) | Free
Syntax highlighting and runner for Daisy setup files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Daisy VSCode extension

This VSCode extension provides language support for Daisy setup files (.dai) and a command for running Daisy from VSCode. See also (https://github.com/daisy-model/daisy)

Features

Syntax highlighting of .daifiles

Syntax highlighting

Running Daisy

Run Daisy

Extension Settings

This extension contributes the following settings:

  • Daisy.home: Full path to Daisy home directory containing lib/ and sample/ directories.
  • Daisy.executable: Name(s) and full path(s) to Daisy executable(s) given as an array of "name", "path" pairs. For example,
[
    {
        "name": "daisy-v7.1.0",
        "path": "C:/Program Files/daisy 7.1.0/bin/daisy.exe"
    },
    {
        "name": "daisy-v7.1.0_no-python",
        "path": "C:/Program Files/daisy 7.1.0_no-python/bin/daisy.exe"
    }
]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft