new API LanguageServiceOptions.clientCapabilities with ClientCapabilities for completion documentationFormat and hover content
extended format of CustomData (version 1.1) with MarkupContent contents and reference links
dynamically resolved links for scss include statements
new API LanguageService.findDocumentLinks2: Also returns dynamically resolved links if fileSystemProvider is provided
new API LanguageServiceOptions.fileSystemProvider with FileSystemProvider to query the file syetem (currenly used to resolve the location of included files)
new API CompletionSettings.completePropertyWithSemicolon
new API ICompletionParticipant.onCssMixinReference
Switch to TextDocument from vscode-languageserver-textdocument (reexported from the main module)
4.0.0 / 2019-06-12
LanguageServiceOptions.customDataProviders allows you to use custom datasets for properties, at-properties, pseudo-classes and pesudo-elements.
New API LanguageService.getSelectionRanges
3.0.12 / 2018-10-29
Selector hover shows specificity
New linter setting validProperties: a comma separated list of all properties not to be included in validation checking.
3.0.10 / 2018-08-27
New API ICompletionParticipant.onCssImportPath to participate on @import statement.
New API LanguageService.doCodeActions2 returning code actions as CodeAction[].
3.0.9 / 2018-07-25
Use MDN data for to enhance CSS properties definition. See #91.
New API LanguageService.getFoldingRanges returning folding ranges in the given document.
3.0.8 / 2018-03-08
Provide ems modules in lib/esm
3.0.0 / 2017-01-11
Changed API LanguageService.getColorPresentations: separate parameters range and color (to match LS API)
2.1.7 / 2017-09-21
New API LanguageService.getColorPresentations returning presentations for a given color.
New API type ColorPresentation added.
2.1.4 / 2017-08-28
New API LanguageService.findDocumentColors returning the location and value of all colors in a document.
New API types ColorInformation and Color added.
Deprecated LanguageService.findColorSymbols. Use LanguageService.findDocumentColors instead.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps vscode-css-languageservice from 4.0.2 to 4.1.1.
Changelog
Sourced from vscode-css-languageservice's changelog.
Commits
542f5d6
4.1.11e541cb
[less] color info missing. Fixes microsoft/vscode#9241716b5576
fails to parse scss file that has "using" option alongside include. Fixes #2123b2b2b3
update .npmignore1aa66c0
4.1.0bc69719
update changeloge81a875
4.0.3-next.28ccc91cb
update dependenciesd01d972
[less] support merge syntax (+
, '+_`) tests. For microsoft/vscode#6676474d4cee
unknown properties code action unstableDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)