Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document yaml option to fix LSP completion
In YAML files LSP completion is not happening because yaml-language-server is failing with error: TypeError: Cannot read properties of undefined (reading 'length') from out/server/src/languageserver/handlers/settingsHandlers.js:78:51, which it's expecting to have yaml.schemaStore.url.length and it doesn't exist. Signed-off-by: Javier Tia <[email protected]>
- Loading branch information