Duck Language Client
This project connects VSCode to a Model Driven Engineering tool to assist you
Installation
Installation process
- Install VSCode
- Download the last released version of Duck
- Allow
Pharo to connect to the network it is the backend of our extension
- 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
- Create a
.env file in the project root.
- Copy the contents of
.env.example into your .env file.
- Replace the placeholder values with your actual keys.
- 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
| |