-
Notifications
You must be signed in to change notification settings - Fork 30k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for Emmet's wrap with abbreviation inserting extra spaces (#43345)
* Fixing trailing spaces in expansion * Emmet - Fixing extra spaces when wrapping with abbreviation * Avoid fetching tag if there's no need to ezpand again * Replacing several 'indexof's with regexp * Making regexp for tagname stricter. Removing unnecessary check. * Removing extra call to expand. * tiny changes * tinitiny changes
- Loading branch information
1 parent
875706b
commit 7420a04
Showing
4 changed files
with
60 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2052,18 +2052,22 @@ vinyl@~2.0.1: | |
remove-trailing-separator "^1.0.1" | ||
replace-ext "^1.0.0" | ||
|
||
vscode-emmet-helper@^1.1.32: | ||
version "1.1.32" | ||
resolved "https://registry.yarnpkg.com/vscode-emmet-helper/-/vscode-emmet-helper-1.1.32.tgz#5a67c6aa34255129d8b6564f5182f016a2b5b0da" | ||
vscode-emmet-helper@^1.1.36: | ||
version "1.1.36" | ||
resolved "https://registry.yarnpkg.com/vscode-emmet-helper/-/vscode-emmet-helper-1.1.36.tgz#537cbf91041a3d426f6f24dd9834550a26e61685" | ||
dependencies: | ||
"@emmetio/extract-abbreviation" "^0.1.4" | ||
jsonc-parser "^1.0.0" | ||
vscode-languageserver-types "^3.5.0" | ||
vscode-languageserver-types "^3.6.0-next.1" | ||
|
||
vscode-languageserver-types@^3.5.0: | ||
version "3.5.0" | ||
resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.5.0.tgz#e48d79962f0b8e02de955e3f524908e2b19c0374" | ||
|
||
vscode-languageserver-types@^3.6.0-next.1: | ||
version "3.6.0-next.1" | ||
resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.6.0-next.1.tgz#98e488d3f87b666b4ee1a3d89f0023e246d358f3" | ||
|
||
[email protected]: | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-3.2.1.tgz#b1f3e04e8a94a715d5a7bcbc8339c51e6d74ca51" | ||
|