vscode-html-languageservice
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -516,3 +516,3 @@ /*--------------------------------------------------------------------------------------------- | ||
} | ||
var value = defaultValue === 'doublequotes' ? '""' : '\'\''; | ||
var value = defaultValue === 'doublequotes' ? '"$1"' : '\'$1\''; | ||
var node = htmlDocument.findNodeBefore(offset); | ||
@@ -519,0 +519,0 @@ if (node && node.attributes && node.start < offset && (!node.endTagStart || node.endTagStart > offset)) { |
@@ -528,3 +528,3 @@ /*--------------------------------------------------------------------------------------------- | ||
} | ||
var value = defaultValue === 'doublequotes' ? '""' : '\'\''; | ||
var value = defaultValue === 'doublequotes' ? '"$1"' : '\'$1\''; | ||
var node = htmlDocument.findNodeBefore(offset); | ||
@@ -531,0 +531,0 @@ if (node && node.attributes && node.start < offset && (!node.endTagStart || node.endTagStart > offset)) { |
{ | ||
"name": "vscode-html-languageservice", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Language service for HTML", | ||
@@ -5,0 +5,0 @@ "main": "./lib/umd/htmlLanguageService.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
1565196