vscode-css-languageservice
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -175,3 +175,3 @@ (function (factory) { | ||
label: symbol.name, | ||
insertText: strings.startsWith(symbol.name, '--') ? "let(" + symbol.name + ")" : symbol.name, | ||
insertText: strings.startsWith(symbol.name, '--') ? "var(" + symbol.name + ")" : symbol.name, | ||
kind: 6 /* Variable */ | ||
@@ -520,3 +520,3 @@ }); | ||
CSSCompletion.prototype.getCompletionsForFunctionArgument = function (arg, func, result) { | ||
if (func.getIdentifier().getText() === 'let') { | ||
if (func.getIdentifier().getText() === 'var') { | ||
if (!func.getArguments().hasChildren() || func.getArguments().getChild(0) === arg) { | ||
@@ -523,0 +523,0 @@ this.getVariableProposalsForCSSVarFunction(result); |
{ | ||
"name": "vscode-css-languageservice", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Language service for CSS, LESS and SCSS", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cssLanguageService.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package