vscode-css-languageservice 6.3.6 → 6.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -239,9 +239,6 @@ export class CSSCompletion {
|
|
|
239
239
|
insertTextFormat: InsertTextFormat.Snippet,
|
|
240
240
|
kind: CompletionItemKind.Property
|
|
241
241
|
};
|
|
242
|
-
if (!entry.restrictions) {
|
|
243
|
-
retrigger = false;
|
|
244
|
-
}
|
|
245
242
|
if (triggerPropertyValueCompletion && retrigger) {
|
|
246
243
|
item.command = retriggerCommand;
|
|
247
244
|
}
|
|
@@ -250,9 +250,6 @@
|
|
|
250
250
|
insertTextFormat: cssLanguageTypes_1.InsertTextFormat.Snippet,
|
|
251
251
|
kind: cssLanguageTypes_1.CompletionItemKind.Property
|
|
252
252
|
};
|
|
253
|
-
if (!entry.restrictions) {
|
|
254
|
-
retrigger = false;
|
|
255
|
-
}
|
|
256
253
|
if (triggerPropertyValueCompletion && retrigger) {
|
|
257
254
|
item.command = retriggerCommand;
|
|
258
255
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vscode-css-languageservice",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.8",
|
|
4
4
|
"description": "Language service for CSS, LESS and SCSS",
|
|
5
5
|
"main": "./lib/umd/cssLanguageService.js",
|
|
6
6
|
"typings": "./lib/umd/cssLanguageService",
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/mocha": "^10.0.10",
|
|
19
19
|
"@types/node": "18.x",
|
|
20
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
21
|
-
"@typescript-eslint/parser": "^8.
|
|
20
|
+
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
|
21
|
+
"@typescript-eslint/parser": "^8.44.1",
|
|
22
22
|
"@vscode/web-custom-data": "^0.6.0",
|
|
23
|
-
"eslint": "^9.
|
|
23
|
+
"eslint": "^9.36.0",
|
|
24
24
|
"js-beautify": "^1.15.4",
|
|
25
|
-
"mocha": "^11.
|
|
25
|
+
"mocha": "^11.7.2",
|
|
26
26
|
"rimraf": "^6.0.1",
|
|
27
27
|
"source-map-support": "^0.5.21",
|
|
28
|
-
"typescript": "^5.
|
|
28
|
+
"typescript": "^5.9.2"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@vscode/l10n": "^0.0.18",
|