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.
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 allows5.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.