Benjamin Pasero
914cef30d5
integration tests - disable minimap to reduce error output ( #115747 )
2021-02-04 13:33:54 +01:00
Raymond Zhao
a1d5ea876c
Polish, also fix #113930
2021-01-13 16:09:17 -08:00
Raymond Zhao
dc5a3da3ab
Upgrade to latest Emmet ( #113848 )
2021-01-05 15:14:33 -08:00
Raymond Zhao
15ba9aee0e
Emmet improve Expand Abbreviation perf ( #113558 )
2020-12-29 16:15: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
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
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
Raymond Zhao
a28b7022e0
Emmet fix edit point commands #112691
2020-12-16 23:27:07 +00:00
Raymond Zhao
c9bebe2cc9
Fix #98041
2020-11-10 00:09:42 +00:00
Raymond Zhao
0c50806e8c
Refactor Emmet abbrevationAction files
2020-10-19 11:27:16 -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
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
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
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
Pine Wu
23d234d919
Fix #86941
2019-12-13 15:00:38 -08:00
Alex Dima
c9a2de2d9c
Improve integration test output on Windows ( #84239 )
2019-11-08 17:21:35 +01:00
Pine Wu
8cafaf5900
Fix #79766
2019-08-28 12:58:08 -07:00
Pine Wu
99d5ff9c0f
Redo emmet change
2019-07-30 11:10:23 -07:00
Pine Wu
09bfb693f6
Revert "Fix #70731 "
...
This reverts commit c25e395ace .
2019-07-29 23:21:06 -07:00
Pine Wu
c25e395ace
Fix #70731
2019-07-29 15:56:53 -07:00
Matthew Kwiecien
6fb4ef694a
PR Review: moving expected output to relevant tests.
2019-02-12 18:39:17 -06:00
Matthew Kwiecien
45f686fadc
Refactoring the wrap with abbrev unit test class to be less repetitive.
2019-02-10 10:11:48 -06:00
Matthew Kwiecien
0b3c33b801
Adding unit tests to check for className when file is jsx.
2019-02-10 10:09:56 -06:00
vim88
510d90d11e
Fixes typo and occurrences of double words in comments.
2018-11-26 19:57:48 +02:00
Ramya Achutha Rao
6f139c79ad
Test for multiline selection for wrap
2018-11-05 17:45:40 -08:00
Matt Q
19ac31a246
Fixed #59395 - Emmet Syntax Profiles tag_nl produces no extra space ( #60108 )
...
* fix
* fixed typo
* Formatting
2018-10-22 19:39:49 -07:00
Ramya Achutha Rao
6ad61f018a
Getting closer to shared config #59803
2018-10-02 20:00:19 -07:00
Matt Bierner
dd3e2d94f8
Remove use strict directives in extension code
...
We compile with alwaysStrict so these directives are not needed
2018-10-02 16:02:44 -07:00
Matt Bierner
f1c7c19a36
Fixing some strict mode typing issues in emmet
2018-10-01 16:07:55 -07:00
Matt Bierner
02e4aada63
Remove unused
2018-10-01 15:59:20 -07:00
Matt Bierner
dece532913
Prefix unused with _
2018-10-01 15:57:07 -07:00
Matt Bierner
90041e8bc7
Use await for tests
...
Testing convert to async quick fix
2018-10-01 15:56:44 -07:00
Matt Bierner
e87867c917
Convert to async
2018-10-01 15:44:58 -07:00
Ramya Achutha Rao
067ed91b79
Allow emmet inside script tag with js mime if js is mapped to html Fixes #58562
2018-09-14 10:44:44 -07:00
Ramya Achutha Rao
31bf4ccab3
Balance inward should go to inner contents even when no selection Fixes #58173
2018-09-11 19:31:06 -07:00
Mathieu Déziel
f8420b48df
Fixed emmet validation when open angle bracket is followed by space ( #55762 )
...
* Fixed emmet validation when open angle bracket is followed by space
* Fixed space check to support every kind of whitespace
* Added test
2018-08-05 15:36:31 -07:00
Jackson Kearl
4f870afa58
Enforce node boundaries in places where it matters ( #53192 )
...
* Enfoce node boundries in places where it matters
* Flip defualt emmet includeBoundries to true
Explicitly set getNode's include boundries where needed
* Remove defualt papameter
* Add update image boundry tests
* Add tests for bondries on some of the tag actions
* Rest of tag tests
2018-06-29 13:40:38 -07:00
Ramya Achutha Rao
f200964ed5
Fix Select next/item bug when cursor is at tag boundary
2018-06-27 21:48:05 -07:00
Ramya Achutha Rao
c3ad978982
Escape $ when wrapping Fixes #52640
2018-06-22 14:57:03 -07:00
Joao Moreno
8a3ffed0ab
vsts: report smoketest results
2018-06-12 17:37:53 +02:00