Skip to content

Repository files navigation

VS Code OpenEdge ABL

ABL Language support for OpenEdge ABL.

For LSP features check feature section in usagi-coffee/abl-language-server.

How it works

  • On activation, the extension queries the latest GitHub release.
  • It downloads the platform-specific abl-language-server binary into VS Code global storage.
  • On Linux x86-64 with glibc 2.28 or newer, it prefers the old-glibc GNU binary and falls back to the musl binary when unavailable.
  • It starts the language server using --stdio.

Local binary override

Set openedgeAbl.languageServerPath to use a local binary (or symlink) and skip download.

Example:

{
  "openedgeAbl.languageServerPath": "~/.local/bin/abl-language-server"
}

About

OpenEdge ABL support for VSCode

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages