IBM / vscode-clle

VSCode extension for CLLE language support
Apache License 2.0
12 stars 1 forks source link

CLLE language server

This extension adds language features for CL into the IDE, including:

Developers

Developing and debugging

  1. clone
  2. npm i
  3. 'Launch Client' through VS Code
  4. After the extension is activated, use 'Attach to Server'

Language tests

Our language tests are using vitest. The tests exist in ./language/vitest

Creating a build

To create a .vsix, use the script provided: