Commit graph

632 commits

Author SHA1 Message Date
Johannes Rieken edb91ace89
Merge branch 'main' into joh/vscode-dts 2021-11-11 09:30:36 +01:00
Matt Bierner b911788593
Mark a few more arrays in vscode.d.ts readonly
This makes it clear that you can't modify these arrays to add items, such as calling `breakpoints.push(...)` to add a breakpoint
2021-11-10 17:53:27 -08:00
Johannes Rieken 68e819043c
use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
Johannes Rieken 9254a8cd27
move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165 2021-11-09 15:00:03 +01:00
Alex Dima a704a69394
Enforce that source code uses a small subset of Unicode 2021-11-03 23:34:41 +01:00
Alex Dima 3247c31f6a
Replace Right Single Quotation Mark with Single Quote 2021-11-03 23:34:40 +01:00
Raymond Zhao fc504f3af3
Fix when clauses for Emmet commands 2021-10-20 09:02:28 -07:00
Raymond Zhao 7f8d465069
Fixes #134149
- Add more Emmet onCommand activation points
- Only let Emmet commands show up in files
2021-10-19 16:07:27 -07:00
Raymond Zhao 5e2605f0e3
Bump emmet-helper 2021-10-15 10:41:13 -07:00
Raymond Zhao 68013971ff
Add language mapping as param to getEmmetMode
Fixes #127996
2021-10-11 15:38:12 -07:00
Raymond Zhao 8919d390eb
Fix #130868 2021-10-08 14:14:14 -07:00
Raymond Zhao 1fff41e37c
Use actual value
Fixes #128110
2021-10-08 09:02:18 -07:00
Raymond Zhao f542a0e83a
Update emmet-helper dependency
Fixes #117519
Fixes #131966
2021-10-07 16:30:17 -07:00
Raymond Zhao c359130500
Change emmet.extensionsPath to machine-overridable
Affects #117519
2021-10-07 16:30:15 -07:00
Raymond Zhao f25fd50e22
Add > to Emmet expand suggestions
Fixes #120566
2021-10-07 08:34:51 -07:00
Matt Bierner 91132cab87
Use | undefined instead of ? for some readonly properties on objects that we control
For #124362

This includes:

- Event objects
- Context objects passed to providers
- Managed objects such as `TextEditor`
2021-10-06 19:08:22 -07:00
Raymond Zhao 665e0adaec
Add update tag placeholder.
Fixes #128110
2021-10-06 16:41:17 -07:00
Raymond Zhao 59bcc6a556
Ignore Emmet test workspace
Fixes #134112
2021-10-06 14:49:01 -07:00
Raymond Zhao 982e1af4ac
Change various Emmet settings to be resource scope
Affects #117519
2021-10-06 14:38:45 -07:00
Raymond Zhao 7ff3cc58d6
Add specific activation languages
Fixes #133194
2021-10-06 12:22:37 -07:00
Raymond Zhao 748a753aa0
Don't show completion on comment lines
Fixes #117888
2021-10-06 11:24:32 -07:00
Alex Dima 2fbaf20cca
Merge remote-tracking branch 'origin/main' into pr/ssigwart/128931 2021-08-17 14:57:37 +02:00
Raymond Zhao 686745c5d4
Help emmet settings show up in settings editor 2021-08-04 10:37:01 -07:00
Stephen Sigwart e2dbe9747f Update select to matching bracket direction 2021-07-17 23:56:38 -04:00
rebornix 473cfe28bf Revert "Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main""
This reverts commit 7c01395da1.
2021-05-25 17:49:34 -07:00
Harald Kirschner 7c01395da1 Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main"
This reverts commit 7a976501eb, reversing
changes made to 2257676834.
2021-05-25 17:19:40 -07:00
Raymond Zhao 3ccbe2a6b1
Fixes #124247 2021-05-25 12:19:51 -07:00
Raymond Zhao 9627b4ea63
Emmet identify CDATA for wrap, fixes #123136 2021-05-20 13:20:50 -07:00
Robo bce4d71f64
chore: bump node@14.x in devDependencies (#122905) 2021-05-04 10:04:13 +02:00
Raymond Zhao 29b9648b3e
Emmet fix #122231 2021-05-03 13:39:38 -07:00
Sandeep Somavarapu ac151b40a5
enable virtual workspace capability 2021-04-23 10:20:23 +02:00
Sandeep Somavarapu 70c5e1e00c
fix compilation 2021-04-22 15:50:01 +02:00
SteVen Batten f9fc28d47d update ext manifest schema validation and built-in exts 2021-04-21 11:54:42 -07:00
Benjamin Pasero 14981ce89d tests - enable colors for windows (CI supports it and the new Windows terminal too) 2021-04-19 09:29:20 +02:00
Matt Bierner 119581fc2a
Use more standard name for shared extension tsconfig
This enables Intellisense in the `tsconfig.base` file
2021-04-12 15:58:38 -07:00
Raymond Zhao f689971195
Mark Emmet trusted 2021-04-08 13:07:25 -07:00
Raymond Zhao bbcaac9693
Fix output.selfClosingStyle, fixes #120417 2021-04-06 14:37:43 -07:00
Raymond Zhao 551daf412e
Polish and fix #120245 2021-04-06 10:57:48 -07:00
Liao Jinyuan 80f11080c1
fix get embedded css util (#120480) 2021-04-05 09:11:31 -07:00
Raymond Zhao b88f1ede0e
Emmet polish and updateExtensionsPath changes
Fixes #117515, fixes #120435
2021-04-02 13:11:29 -07:00
Raymond Zhao 8fcdb2035a
Improve descriptions, fixes #117516, fixes #117518 2021-04-02 10:01:16 -07:00
Raymond Zhao f3f8d3d870
Fix tests for #120356 2021-04-01 17:11:53 +00:00
Raymond Zhao 083bf90204
JSX self-closing style should default to XHTML, fixes #120356 2021-04-01 16:20:24 +00:00
vinku a56afa9033
Emmet: Select next/previous item does not work with script tag. (#118842)
Co-authored-by: Vinay Kumar Sharma <vinakum@microsoft.com>
2021-04-01 08:12:12 -07:00
Sang 595a894b21
Add emmet self closing abbrev support (#120311) 2021-04-01 08:11:15 -07:00
Raymond Zhao c0ed513633
Add output.inlineBreak parameter, fixes #119088 2021-03-30 12:51:40 -07:00
Raymond Zhao 1f5ff0f17a
Bump dependencies, affects #119088 2021-03-30 12:51:39 -07:00
Raymond Zhao 6e07fb24ee
Remove unnecessary condition, fixes #119120 2021-03-30 11:45:06 -07:00
Raymond Zhao 9b091c7d22
💄 Emmet tests 2021-03-30 11:30:32 -07:00
Benjamin Pasero b19f50e016
debt - improve emmet integration tests
- properly close all editors
- disable minimap to prevent spammy output
2021-03-29 08:31:14 +02:00
gregvanl 975115a2cb Setting descriptions typos and formatting 2021-03-25 10:17:31 -07:00
Raymond Zhao 0089ba3ae1 Bump vscode-emmet-helper, fixes #112675 2021-03-22 19:01:11 +00:00
Jean Pierre c95389a7b2
Fix emmet completions in scss (#118666)
Part of #112675
2021-03-22 11:42:06 -07:00
Abhijeet Joshi b81cea2a35
Fix Emmet abbreviation for Handlebars style blocks (#118832)
Co-authored-by: Abhijeet Joshi <abhjos@microsoft.com>
2021-03-12 11:54:16 -08:00
Raymond Zhao bdbf585012
Bump vscode-emmet-helper, fixes #118363 2021-03-08 13:51:07 -08:00
Raymond Zhao abf99de040 💄 2021-03-03 23:18:17 +00:00
Raymond Zhao aaf70523a8 Bump vscode-emmet-helper, fixes #118008 2021-03-03 23:18:17 +00:00
Raymond Zhao 0a49559a44 Mitigates #118008, better fix TBD 2021-03-03 04:49:37 +00:00
Hsuan-An Weng Lin 975dfff6db
Emmet: Change the type of emmet extensions path (#117946)
* Emmet: change extensionsPath input type to string[]
* Emmet: add migration function for old config
2021-03-02 12:14:51 -08:00
Raymond Zhao b629d888ca Bump Emmet yarn, fixes #117154, fixes #97632 2021-03-02 19:36:38 +00:00
Raymond Zhao 8e37e4722e
Fixes #74505 (#117807) 2021-03-01 22:06:34 +00:00
ABHIJEET PANDEY 5aeafe2b20
Fix Emmet issue where incorrect abbreviation is displayed in an html document (#117759) 2021-03-01 13:26:13 -08:00
Hsuan-An Weng Lin c30e2d46b2 Fix emmet update extensions path issue (#117797)
* Emmet: fix unloaded emmetHelper

* Emmet: fix wrong type of error object
2021-03-01 17:52:15 +00:00
Benjamin Pasero e916637528 tests - enable color output for integration tests 2021-03-01 15:10:15 +01:00
Hsuan-An Weng Lin 5654c838e8
Emmet: add support of multiple extensions path (#117105) 2021-02-22 11:20:21 -08:00
Raymond Zhao 5bab307980 Bump vscode-emmet-helper 2021-02-22 19:15:42 +00:00
Jean Pierre 5d2c9bf299
Consolidate wrapWithAbbreviation and wrapIndividualLinesWithAbbreviation in one command (#116603)
fixes #109191, fixes #116738
2021-02-19 11:33:47 -08:00
Raymond Zhao d29d7e023b Add ! as stylesheet trigger character for Emmet, fixes #117020 2021-02-19 18:47:48 +00:00
Hsuan-An Weng Lin 2bb9fdfa8c
Emmet: add css.color.short setting (#116912)
Fixes #72594
2021-02-18 08:54:35 -08:00
Raymond Zhao 7effc11c79 Bump Emmet version 2021-02-18 08:52:08 -08:00
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