Commit Graph

489 Commits

Author SHA1 Message Date
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
Ladislau Szomoru
06730e3e29 Azure DevOps pipeline - generate unique test result names (#105148)
* Set suite name based on environment variable
2020-08-21 15:05:15 +02:00
Ladislau Szomoru
b2efcbf687 Add process.arch into the test results file name (#104946) 2020-08-19 07:48:37 +02:00
Martin Aeschlimann
6f5ebbaafb use vscode-emmet-helper isnetad of vscode-emmet-helper2 2020-08-14 13:56:34 +02:00
Aman Gupta
d9b4226acc empty-line-wrap-fix 2020-07-31 11:53:44 +05:30
Alex Dima
91cdca1bdb Do not ship unnecessary files with extensions 2020-07-24 13:57:51 +02:00
dependabot[bot]
bff6a419a6 Bump lodash from 4.17.10 to 4.17.19 in /extensions/emmet
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17 11:10:57 +00:00
Martin Aeschlimann
9b1773e013 emmet serverless 2020-07-09 17:23:16 +02:00
Aditya Thakral
3431da2b80 Support additionalProperties 2020-06-10 10:56:09 -04:00
Aditya Thakral
ca0450b6a4 Add pattern properties to emmet.includeLanguages 2020-06-08 18:56:04 -04:00
Benjamin Pasero
6a8b201c8a smoke - restore skip-release-notes CLI arg (#96459) 2020-04-29 12:40:04 +02:00
Pine Wu
2362584a62 Revert "Fix #73803"
This reverts commit 67e6aef0c8.
2020-03-06 00:30:14 -08:00
Pine Wu
4857a9a746 Revert "Fix integration test"
This reverts commit 5a0ab960f0.
2020-03-06 00:29:57 -08:00
Pine Wu
5a0ab960f0 Fix integration test 2020-03-05 12:41:06 -08:00
Pine Wu
ea2f6c6391 Fix #87493 2020-03-05 11:59:02 -08:00
Pine Wu
67e6aef0c8 Fix #73803 2020-03-05 11:34:58 -08:00
Benjamin Pasero
c2444b42af tests - proper text fixtures dir 2020-02-10 15:33:04 +01:00
Maira Wenzel
71ed221b0e fix typo 2020-01-15 16:35:58 -08:00
Pine Wu
6e17ea9494 Update emmet helper 2020-01-09 10:40:50 +01:00
Johannes Rieken
84013e2ef0 fix double quote issues 2020-01-02 20:31:00 +01:00
Johannes Rieken
856d085279 run "eslint --fix" to get some changes for free 2020-01-02 20:14:09 +01:00
Rob Lourens
6edd69eaf5 Fix #87343 2019-12-30 11:13:04 -08:00
Jonathan Carter
780d875d6f Remove scheme restriction for Markdown/Emmet language features (#87541)
* Remove scheme restriction for Markdown/Emmet

* Explicitly marking scheme support
2019-12-29 17:11:38 -07:00
Pine Wu
23d234d919 Fix #86941 2019-12-13 15:00:38 -08:00