Arkaedan / vscode-epsilon

VS Code extension that provides highlighting for the Eclipse Epsilon languages and Emfatic
The Unlicense
3 stars 4 forks source link

Build language server from CI (fixes #12) #15

Closed agarciadom closed 6 months ago

agarciadom commented 6 months ago

This pull request is meant to fix #12, by having the language server built from Github Actions. It also adds a new workflow which runs on every push / pull request, which only builds the .vsix locally and uploads it as a build artifact, to help detect day-to-day issues and make it easier for people to try out interim versions.

Arkaedan commented 6 months ago

Thanks Antonio!