FHIR / vscode-fsh

A Visual Studio Code language extension for FHIR Shorthand (FSH)
Apache License 2.0
18 stars 3 forks source link

Fix R5 Path Completion #60

Closed cmoesel closed 1 year ago

cmoesel commented 1 year ago

This PR fixes the path completion provider for R5. Since this support was originally added before R5 existed, it only supported FHIR versions starting with 4. -- but now it also allows 5.x.x versions.

~I also updated Node to version 18, which caused the package-lock.json to be rewritten.~ I originally tried to update to Node 18 as well, but this caused all the Windows tests to fail in GitHub Actions. I tried to fix it, but there were no quick solutions, so I reverted it back to leave this PR as a simple bug fix without updating Node.