Alex Dima
34e7a220c8
Avoid shipping unnecessary files
2018-09-19 19:53:46 +02:00
Johannes Rieken
1da08a83c8
update vsce ignore file #57680
2018-09-19 10:55:17 +02:00
Ramya Achutha Rao
f5670e2764
Emmet helper to fix #56082
2018-09-14 14:04:33 -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
c0973b5fa1
Wrap with abbreviation should work in non html files Fixes #57754
2018-09-12 14:20:31 -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
Johannes Rieken
ccec2c9543
use vsce packagedDependencies
2018-09-04 12:29:23 +02:00
Johannes Rieken
ffe5da332d
bundle node_modules and (shallow) exclude them from the extension #56081
2018-08-22 11:35:41 +02:00
Johannes Rieken
a9e3a3d69e
webpack - check js files, declare params, #56081
2018-08-21 16:40:02 +02:00
Johannes Rieken
01365dbe26
webpack - more defaults for extensions
2018-08-20 15:23:56 +02:00
Johannes Rieken
1115196349
add a shared webpack conifg
2018-08-17 15:56:57 +02:00
Johannes Rieken
ae6ac66cb5
use ts-loader compilerOptions
2018-08-16 11:49:05 +02:00
Johannes Rieken
a7b66b9252
keep node_modules in extension bundle
2018-08-16 10:56:29 +02:00
Johannes Rieken
d62f5b3da9
use ts loader, exclude node_module for now
2018-08-16 10:52:08 +02:00
Johannes Rieken
7f2ca9a8b0
Revert "try different source map config"
...
This reverts commit 4c094254ac .
2018-08-13 17:00:00 +02:00
Johannes Rieken
4c094254ac
try different source map config
2018-08-13 16:42:05 +02:00
Johannes Rieken
74de533cac
enable source map generation
2018-08-09 18:29:05 +02:00
Johannes Rieken
776e491ba4
bundle into dist folder, copy ask-pass shell scripts into dist, some 💄
2018-08-09 15:31:31 +02:00
Johannes Rieken
4bdf15ba9e
pack emmet
2018-08-09 12:07:01 +02:00
Rob Lourens
a0764210a8
#55478 - switch all builtin settings to 'markdownDescription' instead of 'description' where needed
2018-08-08 17:01:37 -07:00
Ramya Achutha Rao
a8f286bac0
Removed unused dependencies
2018-08-08 09:03:11 -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
Ramya Achutha Rao
4afd9f5343
Latest emmet helper to fix #52366
2018-07-30 15:34:16 -07:00
Matt Bierner
f9eeb0759f
Cleaning up emmet setting descriptions
2018-07-23 15:27:55 -07:00
Greg Van Liew
c150d0d42d
Edit pass on new built-in extension comments ( #54277 )
2018-07-13 15:28:27 -07:00
Ramya Achutha Rao
a32654c5f1
Link to docs in the website from builtin extension readme #54098
2018-07-12 18:16:01 -07:00
Ramya Achutha Rao
0d7ee9e076
Link to CONTRIBUTING.md for built-in extensions #54098
2018-07-12 18:09:35 -07:00
Ramya Achutha Rao
75cda752a5
Move how to contribute to a separate file for built in extensions #54098
2018-07-12 18:06:16 -07:00
Ramya Achutha Rao
f89c16c04c
Standardize readme across built-in extensions #54098
2018-07-11 16:38:32 -07:00
Dirk Baeumer
21991b4912
Move to latest vscode-nls for corrupted cache support
2018-07-03 16:12:52 +02: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
James
b7e6e04666
fix #51768 ( #51849 )
2018-06-21 17:36:25 -07:00
Joao Moreno
8a3ffed0ab
vsts: report smoketest results
2018-06-12 17:37:53 +02:00
Joao Moreno
4dc738593b
complete integration test results
2018-06-12 17:24:23 +02:00
Jackson Kearl
0e97f85c39
Make Emmet: "update image size" consistant with "follow link" ( #51630 )
2018-06-11 11:46:06 -07:00
Ramya Achutha Rao
a715378168
Fixes #50983
2018-06-08 15:38:47 -07:00
Jackson Kearl
21c02bad2e
Enable emmet to function inside script templates. #51180 ( #51256 )
2018-06-06 14:14:24 -07:00
Jackson Kearl
cc84951f1e
Allow Emmet "Go to matching pair" to work inside script tags ( #51173 )
...
* Allow Emmet "Go to matching pair" to work inside script tags
* Refactor template script detection and node extraction.
* Futher refactoring of Emmet template identification logic.
* Emmet: select entire script tag when unable to idnetify an inner element
* Remove redundant nullity check
2018-06-05 17:00:39 -07:00
Rob Lourens
047b88c39c
Fix deps for building with node 10 - see #48699 and anodynos/upath#20
2018-06-04 14:28:51 -07:00
Ramya Achutha Rao
90581c7f94
Dont trigger emmet for # in selectors Fixes #49269
2018-05-30 17:04:28 -07:00
Heldenkrieger01
30bcdffcb3
Fix #49777 - Emmet balance In after balance out should go back to initial selection and not first child ( #49996 )
...
* Update Emmet - balance.ts
* Cover all cases
2018-05-29 17:29:30 -07:00
Jean Pierre
7f274127ff
Fix for #49138 ( #49501 )
...
* Fixes #49138
* Updated comment
* Renaming variables for readability
2018-05-13 20:31:50 -07:00
Ramya Achutha Rao
aaf7b29625
Dont treat => as possible tag Fixes #48887
2018-05-11 14:44:20 -07:00
Ramya Achutha Rao
060ec85fbb
Text ending with : are noisy abbreviations Fixes #49376
2018-05-11 14:24:12 -07:00
Ramya Achutha Rao
979efb6b76
Allow ! as css abbreviation in property value Fixes #49214
2018-05-11 14:24:12 -07:00
Ramya Achutha Rao
1c53b7a0a2
Fix for #49647
2018-05-11 11:27:29 -07:00
Ramya Achutha Rao
57d9f26123
Disable live preview of wrap feature when multiple selections in same line #49138
2018-05-06 16:54:41 -07:00
Ramya Achutha Rao
0b634c4a87
Use specific document filters for file and untitled
2018-04-26 11:29:43 -07:00