Skip to content

Commit 028c5be

Browse files
authored
prepare 6.3.0 (#396)
1 parent 18455b4 commit 028c5be

File tree

4 files changed

+505
-273
lines changed

4 files changed

+505
-273
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
6.3.0 / 2022-06-24
2+
================
3+
* new optional API `fileSystemProvider.getContent`
4+
15
6.2.0 / 2022-11-09
26
================
37
* new API `LanguageService.prepareRename`, returning `Range`
@@ -90,15 +94,15 @@
9094

9195
2.1.7 / 2017-09-21
9296
==================
93-
* New API `LanguageService.getColorPresentations` returning presentations for a given color.
97+
* New API `LanguageService.getColorPresentations` returning presentations for a given color.
9498
* New API type `ColorPresentation` added.
9599

96100
2.1.4 / 2017-08-28
97101
==================
98-
* New API `LanguageService.findDocumentColors` returning the location and value of all colors in a document.
102+
* New API `LanguageService.findDocumentColors` returning the location and value of all colors in a document.
99103
* New API types `ColorInformation` and `Color` added.
100104
* Deprecated `LanguageService.findColorSymbols`. Use `LanguageService.findDocumentColors` instead.
101-
105+
102106
2.1.3 / 2017-08-15
103107
==================
104108
* New argument `documentSettings` to `LanguageService.doValidation` to support resource specific settings. If present, document settings are used instead of the options passed in configure.

package-lock.json

Lines changed: 66 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-css-languageservice",
3-
"version": "6.2.14",
3+
"version": "6.3.0",
44
"description": "Language service for CSS, LESS and SCSS",
55
"main": "./lib/umd/cssLanguageService.js",
66
"typings": "./lib/umd/cssLanguageService",
@@ -15,17 +15,17 @@
1515
"url": "https://github.com/Microsoft/vscode-css-languageservice"
1616
},
1717
"devDependencies": {
18-
"@types/mocha": "^10.0.6",
18+
"@types/mocha": "^10.0.7",
1919
"@types/node": "16.x",
20-
"@typescript-eslint/eslint-plugin": "^7.7.0",
21-
"@typescript-eslint/parser": "^7.7.0",
22-
"@vscode/web-custom-data": "^0.4.9",
20+
"@typescript-eslint/eslint-plugin": "^7.13.1",
21+
"@typescript-eslint/parser": "^7.13.1",
22+
"@vscode/web-custom-data": "^0.4.11",
2323
"eslint": "^8.57.0",
2424
"js-beautify": "^1.15.1",
2525
"mocha": "^10.4.0",
26-
"rimraf": "^5.0.5",
26+
"rimraf": "^5.0.7",
2727
"source-map-support": "^0.5.21",
28-
"typescript": "^5.4.5"
28+
"typescript": "^5.4.2"
2929
},
3030
"dependencies": {
3131
"@vscode/l10n": "^0.0.18",

0 commit comments

Comments
 (0)