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

Duck

Berger-Levrault

| (0) | Free
Model-base application analyser
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Duck Language Client

This project connects VSCode to a Model Driven Engineering tool to assist you

Installation

Installation process

  1. Install VSCode
  2. Download the last released version of Duck
  3. Allow Pharo to connect to the network it is the backend of our extension
  4. You're done :rocket:

Developer

Install the dependencies with npm install.

You can build the .vsix file with vsce package.

In VSCode, there is a starting script pre-set. You can start the extension with F5

Setting Up Environment Variables

  1. Create a .env file in the project root.
  2. Copy the contents of .env.example into your .env file.
  3. Replace the placeholder values with your actual keys.
  4. Reload the VS Code window by pressing Ctrl + Shift + P and selecting Reload Window.

Activate Log

To activate the full log in VSCode, add this settings:

{
  "DuckLanguageServer.trace.server": "verbose"
}

You can also set this parameter in the settings

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