Describe the bug
Unit tests don't pass if yaml-language-server is not cloned into the same folder as vscode-yaml.
As a result CI is broken.
Expected Behavior
CI passes without yaml-language-server cloned locally.
Current Behavior
CI fails unless yaml-language-server is cloned and in the same folder as vscode-yaml.
Steps to Reproduce
- Create a random folder eg.
~/Documents/container
- Clone this repo into the folder
npm ci; npm run build; npm test
Environment