Skip to content

Releases: nedap/archetype-languageserver

Fix ADL 1.4 conversion, generate OPT and examples

10 Jul 11:48
ea30aa4
Compare
Choose a tag to compare
v0.1.5

Update version to 0.1.5

Quick fix for adding missing term codes, more fixes!

26 Jun 14:06
6e6d222
Compare
Choose a tag to compare

adds a quick fix for adding a missing term code. Very useful when adding constraints to an archetype, just add, let it add the missing terms by clicking on the lighbulb-icon or whatever your favorite IDE shows next to the error, and quickly translate them by looking for the string 'missing translation'. done :)

Basic ADL 1.4 support, plus conversion to ADL 2

24 Jun 11:23
b038360
Compare
Choose a tag to compare

Does the document outline, syntax highlighting and document links for ADL 1.4, mainly because it was very very easy to build.

Does the 1.4 -> 2 conversion mainly because it is very useful to have :)

To convert, right click in the document, do 'Source actions' and select what you want to convert.

windows fixes, document outline & more

22 Jun 11:27
ef949b5
Compare
Choose a tag to compare
  • document outline is now hierarchical and human readable (breadcrumbs!)
  • windows now works properly
  • links from archetype roots to other documents
  • many small fixes

First bugfixes

19 Jun 14:45
882902c
Compare
Choose a tag to compare
  • now also starts plugin if workspace contains adl/adls/adl2/etc files instead of onOpen
  • jackson mapping exceptions get pushed to client (so, in vscode you see what's wrong)
  • more exceptions in the server get shown in the client (vscode)

known issues

problems with file handling in windows, for some reason. Opening files does work, workspace does not

First release!

17 Jun 13:27
d565cf0
Compare
Choose a tag to compare

Includes embedded JVM, so very easy to start on mac, windows and linux. X86/x64 only for now though, no ARM support yet.

Just download the attached vsix file and install it in visual studio code by opening command palette, then 'install using vsix'.

Known issues:

  • on windows it logs errors for not yet opened files. You cannot click the file, it will complain that it is a directory. If you open the files from the sidebar, it works correctly.