- Use MDN data for to enhance CSS properties definition. See #91.
- Improved folding range calculation.
- New API
LanguageService.getFoldingRanges
returning folding ranges in the given document.
- Provide ems modules in lib/esm
- Changed API
LanguageService.getColorPresentations
: separate parametersrange
andcolor
(to match LS API)
- New API
LanguageService.getColorPresentations
returning presentations for a given color. - New API type
ColorPresentation
added.
- New API
LanguageService.findDocumentColors
returning the location and value of all colors in a document. - New API types
ColorInformation
andColor
added. - Deprecated
LanguageService.findColorSymbols
. UseLanguageService.findDocumentColors
instead.
- New argument
documentSettings
toLanguageService.doValidation
to support resource specific settings. If present, document settings are used instead of the options passed in configure.
- Updating to language server type 3.0 API.