@vscode/emmet-helper
Advanced tools
Comparing version 2.8.2 to 2.8.3
@@ -128,4 +128,4 @@ "use strict"; | ||
// https://github.com/microsoft/vscode/issues/117648 | ||
// testExpandWithCompletion('css', 'gtc', 'grid-template-columns: repeat();'); | ||
// testExpandWithCompletion('sass', 'gtc', 'grid-template-columns: repeat()'); | ||
testExpandWithCompletion('css', 'gtc', 'grid-template-columns: repeat(${0});'); | ||
testExpandWithCompletion('sass', 'gtc', 'grid-template-columns: repeat(${0})'); | ||
// https://github.com/microsoft/vscode/issues/118363 | ||
@@ -161,2 +161,4 @@ testCountCompletions('jsx', '{test}', 0); | ||
testExpandWithCompletion('html', '(span[onclick="hi;"]>span)*2', '<span onclick="hi;"><span>${1}</span></span><span onclick="hi;"><span>${0}</span></span>'); | ||
// https://github.com/microsoft/vscode/issues/137240 | ||
// testExpandWithCompletion('css', 'dn!important', 'display: none !important;'); | ||
// https://github.com/microsoft/vscode-emmet-helper/issues/37 | ||
@@ -163,0 +165,0 @@ testExpandWithCompletion('xsl', 'cp/', '<xsl:copy select="${0}"/>'); |
@@ -123,4 +123,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
// https://github.com/microsoft/vscode/issues/117648 | ||
// testExpandWithCompletion('css', 'gtc', 'grid-template-columns: repeat();'); | ||
// testExpandWithCompletion('sass', 'gtc', 'grid-template-columns: repeat()'); | ||
testExpandWithCompletion('css', 'gtc', 'grid-template-columns: repeat(${0});'); | ||
testExpandWithCompletion('sass', 'gtc', 'grid-template-columns: repeat(${0})'); | ||
// https://github.com/microsoft/vscode/issues/118363 | ||
@@ -156,2 +156,4 @@ testCountCompletions('jsx', '{test}', 0); | ||
testExpandWithCompletion('html', '(span[onclick="hi;"]>span)*2', '<span onclick="hi;"><span>${1}</span></span><span onclick="hi;"><span>${0}</span></span>'); | ||
// https://github.com/microsoft/vscode/issues/137240 | ||
// testExpandWithCompletion('css', 'dn!important', 'display: none !important;'); | ||
// https://github.com/microsoft/vscode-emmet-helper/issues/37 | ||
@@ -158,0 +160,0 @@ testExpandWithCompletion('xsl', 'cp/', '<xsl:copy select="${0}"/>'); |
{ | ||
"name": "@vscode/emmet-helper", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"description": "Helper to use emmet modules in Visual Studio Code", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cjs/emmetHelper.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
551778
5664