Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>DucklingNew to Visual Studio Code? Get it now.
Duckling

Duckling

DuckType

|
3 installs
| (3) | Free
Duckling Language Support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Duckling Language Server

The language support for Duckling programming language.

Configuration

The extension looks for the duck_ls binary at ~/.local/bin/duck_ls by default.

To use a different path, open VS Code Settings (Ctrl+,), search for Duckling, and set:

Setting Description Default
DucklingLanguageServer.executablePath Path to the duck_ls binary. Supports ~. ~/.local/bin/duck_ls

Or add this to your settings.json:

{
    "DucklingLanguageServer.executablePath": "/custom/path/to/duck_ls"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft