Jean Pierre
1170b3158e
Emmet: add output.reverseAttributes option ( #116088 )
...
Fixes #110251
2021-02-12 20:54:57 +00:00
Raymond Zhao
7661c8e35c
Move emmet to emmetio/emmet npm dependency, fixes #110697
2021-02-12 20:13:54 +00:00
Raymond Zhao
6302319a4a
Fix Emmet yarn lock
2021-02-05 20:22:46 +00:00
Raymond Zhao
339d6ddf18
Fix #115854 , #115839
2021-02-05 19:07:57 +00:00
Benjamin Pasero
914cef30d5
integration tests - disable minimap to reduce error output ( #115747 )
2021-02-04 13:33:54 +01:00
deepak1556
ff85144fdd
chore: bump electron@11.2.2
2021-02-03 14:16:12 -08:00
Raymond Zhao
caca11f299
Bump Emmet to fix #115623
2021-02-03 17:56:20 +00:00
João Moreno
ec805db5ed
add repository field to extensions package.json
2021-01-29 15:30:45 +01:00
João Moreno
9a5d14e307
run prettier over extensions json files
2021-01-29 15:19:18 +01:00
Raymond Zhao
b2575665d8
Emmet wrap update, fixes #113930
2021-01-15 11:23:44 -08:00
Raymond Zhao
a1d5ea876c
Polish, also fix #113930
2021-01-13 16:09:17 -08:00
Raymond Zhao
d36b3616e7
Change Emmet to onStartupFinished #110031
2021-01-07 13:22:10 -08:00
Raymond Zhao
dc5a3da3ab
Upgrade to latest Emmet ( #113848 )
2021-01-05 15:14:33 -08:00
Raymond Zhao
56c808a66a
Emmet flatten DocumentStreamReader ( #113602 )
2020-12-30 11:00:21 -08:00
Raymond Zhao
b84858babe
Emmet remove dependency on vscode-html-languageservice ( #113599 )
2020-12-30 10:14:23 -08:00
Raymond Zhao
15561c4139
Emmet polish
2020-12-29 16:33:41 -08:00
Raymond Zhao
15ba9aee0e
Emmet improve Expand Abbreviation perf ( #113558 )
2020-12-29 16:15:55 -08:00
Raymond Zhao
b5cd082cd4
Emmet refactor toggle comment ( #113557 )
2020-12-29 15:02:55 -08:00
Raymond Zhao
433833fbe0
Emmet refactor reflect CSS and update image commands ( #113550 )
2020-12-29 12:44:12 -08:00
Raymond Zhao
c44b7d25d9
Refactor Emmet merge lines and select item commands ( #113516 )
2020-12-28 17:36:38 -08:00
Raymond Zhao
c7dbab59ff
Emmet create new html-matcher override instead of using LS ( #113508 )
2020-12-28 15:06:23 -08:00
Raymond Zhao
273a5cdf5a
Emmet comment spacing fixup, fixes #112835
2020-12-18 18:41:12 +00:00
Raymond Zhao
6ad2dccc78
Emmet Toggle Comment HTML 💄
2020-12-18 18:02:01 +00:00
Raymond Zhao
ea15eb4e5a
Strengthen sameNodes check 💪 fixes #112829
2020-12-18 17:48:50 +00:00
Alexandru Dima
f74ad9692f
Align @types/* dev dependencies ( #112718 )
2020-12-18 13:28:39 +01:00
Alexandru Dima
c927a8015b
Merge pull request #112771 from microsoft/alex/node-modules-vscode
...
Move away from deprecated 'vscode' node module
2020-12-17 23:09:46 +01:00
Raymond Zhao
25cb0d70d4
Update removeTag command
...
- Handles mixed spacing indents
- Affects #104173
2020-12-17 21:58:32 +00:00
Alexandru Dima
fee6dbf4e0
Merge remote-tracking branch 'origin/master' into alex/node-modules-vscode
2020-12-17 22:02:47 +01:00
Alexandru Dima
7ca71e763d
Move away from deprecated 'vscode' node module ( #112718 )
2020-12-17 21:40:14 +01:00
Raymond Zhao
dadb18c39e
Upgrade Emmet removetag perf + behaviour, fixes #104173
2020-12-17 11:56:53 -08:00
Alexandru Dima
ed19f6082f
Share mocha related node modules ( #112718 )
2020-12-17 11:03:49 +01:00
Raymond Zhao
a28b7022e0
Emmet fix edit point commands #112691
2020-12-16 23:27:07 +00:00
Raymond Zhao
483bd40550
Update several Emmet commands ( #112597 )
...
For match tag, update tag, and balance in/out, we now have the following:
- vscode-html-languageservice parse is being used to speed up file parse times
- Balance balance-in after balance-out behaviour is now more consistent
- These commands now work in markup files with unclosed tags
- Implemented a cache for these commands to prevent multiple document parses on the same version of the document
2020-12-16 10:20:57 -08:00
Raymond Zhao
4c55c7264f
Revert "Fix #58600 , Format Emmet package.json ( #110891 )"
...
This reverts commit ffacef4727 .
2020-11-23 09:20:27 -08:00
Raymond Zhao
ffacef4727
Fix #58600 , Format Emmet package.json ( #110891 )
2020-11-19 13:44:11 -08:00
Raymond Zhao
e7ce16ceb0
Preserve old showEmmetcommands ID #58600
2020-11-17 23:27:24 +00:00
Raymond Zhao
33e7e030d2
Move Show Emmet Commands command to extension #58600
2020-11-17 23:17:05 +00:00
Raymond Zhao
7065675056
Fix #109177
2020-11-10 17:10:46 +00:00
Raymond Zhao
c9bebe2cc9
Fix #98041
2020-11-10 00:09:42 +00:00
Raymond Zhao
b5f6a521e0
Fix vscode-emmet-helper issue #1
2020-11-09 20:03:38 +00:00
Raymond Zhao
e94a1bd7ef
Bump vscode-emmet-helper to 2.0.8
2020-10-28 17:14:33 +00:00
Martin Aeschlimann
2f22788b6c
pack emmet including the vscode-emmet-helper ( #109257 )
2020-10-26 10:37:18 -07:00
Raymond Zhao
d10e2fc0e6
Use new helper extractAbbreviation function
2020-10-19 11:27:17 -07:00
Raymond Zhao
0c50806e8c
Refactor Emmet abbrevationAction files
2020-10-19 11:27:16 -07:00
Raymond Zhao
fbc4c87523
Bump vscode emmet helper to 2.0.5
2020-10-16 10:42:36 -07:00
Raymond Zhao
f87d1f4609
Add force refresh case for #108670
2020-10-14 14:07:40 -07:00
Raymond Zhao
0fc17285e1
Update Emmet on save of snippets file #108670
2020-10-14 12:32:20 -07:00
Raymond Zhao
2dbd0ae6a4
Bump vscode-emmet-helper to 2.0.4
2020-10-13 15:10:55 -07:00
Raymond Zhao
197b9ffeb4
Update vscode-emmet-helper to fix #104962
2020-10-13 09:42:52 -07:00
ChaseKnowlden
e8760a5d6c
Fix capitalization of GitHub org
2020-09-17 11:43:03 +02:00