Skip to content

The official Visual Studio Code extension for the Effekt language

License

Notifications You must be signed in to change notification settings

effekt-lang/effekt-vscode

Repository files navigation

The Effekt Programming Language

Effekt Visual Studio Code

The official Visual Studio Code extension for the Effekt Programming Language.

Getting Started

You can install the extension through the marketplace (via. tab "Extensions").

Currently, the extension does not bundle the Effekt compiler, so you need to install it independently.

As a last step, you might need to set the path to the effekt binary in the VSCode plugin settings for effekt. For Mac OS and Unix users this probably works out of the box after installing effekt with npm (that is, once the effekt command is in your path). For Windows users, you might need to set the path to effekt.cmd.

With this setup the extension should start the server when an Effekt file is opened.