Commit graph

226 commits

Author SHA1 Message Date
Martin Aeschlimann a480155df2 [html] auto indentation is different if the closing tag is followed by any character or whitespace. Fixes Microsoft/vscode#37869 2017-11-09 12:11:21 +01:00
Martin Aeschlimann b0e058ea98 [html] more strict null preparations (but still disabled, due to dependencies) 2017-11-09 11:53:31 +01:00
Martin Aeschlimann c88c599134
Merge pull request #37744 from mjbvz/html-ext-strict-1
Start moving html ext to strict mode compile
2017-11-09 09:57:16 +01:00
Erich Gamma a54c44cb0d Enabling the 'noUnusedLocals' compiler option for extensions 2017-11-08 10:23:49 +01:00
Matt Bierner 69832fddf6 use import mocha instead of <reference> for some tests 2017-11-07 14:54:20 -08:00
Erich Gamma b94569fe0d tslint5 adoption - fix semicolon rule 2017-11-07 12:08:22 +01:00
Matt Bierner 62aa6cb900 Start moving html ext to strict mode compile
Moves the html extension's client code to strict mode and also updates some of the server code. The rest of this migration will requires changes to the *.d.ts files that the server consumes
2017-11-06 15:19:34 -08:00
Martin Aeschlimann 5ed577b00c [html] update server 2017-11-01 23:19:23 +01:00
Martin Aeschlimann 4e54be91dd Format: breaks rule on <wbr> (inner word break opportunity) tag. Fixes #37389 2017-11-01 17:52:53 +01:00
Matt Bierner 033e74d08b Fix compile error for ts 2.6 api change
Forgot to add this file when checking in
2017-10-31 13:14:50 -07:00
Martin Aeschlimann 8f02a9275f update css service (fixes #36883) 2017-10-30 21:15:42 +01:00
Martin Aeschlimann 4473006497 [css/html/json] use fixed version of language server/client 2017-10-27 13:11:52 +02:00
Johannes Rieken 65a2d30efe color - jsdoc and tiny tweaks for color provider api 2017-10-16 12:43:21 +02:00
Martin Aeschlimann c6b980c672 [html] update server 2017-10-11 16:01:47 +02:00
Martin Aeschlimann 12d4925c72 Use strict version-identifier for @types/xyz-modules . For #35561 2017-10-04 11:25:45 +02:00
Martin Aeschlimann 77e7b0a17e [css/html] update service 2017-09-28 10:54:04 +02:00
Martin Aeschlimann a2d1bbbe6f [css/thml] update language services (reduce footprint) 2017-09-26 12:29:09 +02:00
Martin Aeschlimann 9aa5965a3c [html] fix invalid characters in snippets 2017-09-25 23:11:46 +02:00
Martin Aeschlimann b6677bccae [html] update vscode-languageserver-types to 3.4.0 2017-09-22 09:40:08 +02:00
Martin Aeschlimann 38000de236 [html] fix build error (shrinkwrap not uptodate) 2017-09-22 09:37:46 +02:00
Martin Aeschlimann c6686be263 [html] provide colorpresentations in language server 2017-09-21 12:57:58 +02:00
rebornix 084849c2fa provideColorPresentations should have document in paramaters. 2017-09-20 13:44:57 -07:00
rebornix ce20acd130 color space 0...1 2017-09-20 12:59:02 -07:00
isidor efdc328058 ${workspaceRoot} -> ${workspaceFolder} 2017-09-19 11:21:49 +02:00
rebornix d069e922ef Re #34366. Extensions define color formats. 2017-09-19 00:03:58 -07:00
Martin Aeschlimann 0943cc3d5a [html] support script type=module. Fixes #34488 2017-09-18 15:43:13 +02:00
Martin Aeschlimann fb5cdf0948 [html] change default of html.format.unformatted to empty 2017-09-13 16:31:34 +02:00
Martin Aeschlimann 8351891a17 [html] remove console log 2017-09-13 16:00:45 +02:00
Martin Aeschlimann 5c12dc3e10 [html] update service 2017-09-12 23:38:13 +02:00
Matt Bierner 35c8bc4daa Further improve colorization of embeded expressions
- Add groovy embedded support
- Make high contrast colorization consistent
2017-09-12 11:04:02 -07:00
rebornix 3753e0e1d2 Align signatures with other providers. 2017-09-08 14:11:44 -07:00
rebornix 3479d81d77 Fix #32235. Functional style formatter. Color range is all float number and remove fromHex, fromHSL methods. 2017-09-08 11:36:39 -07:00
Matt Bierner 49db68d7ce Reset VS Dark + Light styling for meta embedded (#33866)
Fixes #33120

Adds rules to vs dark+light to reset style for meta embedded scopes. This is a proposed approach to support colorization of nested languages better
2017-09-06 11:18:53 -07:00
Martin Aeschlimann e369dd0789 "html.validate.scripts" not applied on folder. Fixes #33533 2017-08-31 10:34:50 +02:00
Martin Aeschlimann 4e463469b8 HTML Auto Close doesn't work with Multi Cursor. Fixes #33429 2017-08-30 11:35:56 +02:00
Martin Aeschlimann 0a5cc39147 Style tag doesn't auto close in HTML. Fixes #33428 2017-08-30 10:45:43 +02:00
Martin Aeschlimann 2059716397 [html] rename setting to 'html.autoClosingTags' 2017-08-29 08:09:02 +02:00
Martin Aeschlimann 256b02f921 Merge pull request #31253 from yfdyh000/i18n-fixes
Fixes some extensions strings missing for i18n
2017-08-28 22:04:39 +02:00
Martin Aeschlimann 07e2faac5e [html] adopt languageserver colorProvider.proposed protocol. Fixes #32611. 2017-08-28 19:15:36 +02:00
Martin Aeschlimann 36161ba789 [html] update langauge server 2017-08-25 12:19:12 +02:00
Martin Aeschlimann b08cde32fe [html] VSCode doesn't automatically close HTML tags Fixes #2246. 2017-08-25 12:08:15 +02:00
Martin Aeschlimann 00a44d37c5 [html] remove document settings on buffer close 2017-08-23 14:33:04 +02:00
Martin Aeschlimann a3607bc2d2 [html] add multiroot support. Fixes #32489 2017-08-18 18:21:06 +02:00
YFdyh000 8fc488e097 Fixes some extensions strings missing for i18n 2017-07-22 21:07:27 +08:00
Martin Aeschlimann 7790c4a753 update grammars 2017-07-18 10:09:48 +08:00
Benjamin Pasero f86eb5e9c9 HTML saving as RHTML (fixes #30444) 2017-07-12 08:58:51 +02:00
kieferrm 3f8bd163f4 update dependency on vscode-extension-telemetry 2017-06-30 09:57:37 -07:00
Joao Moreno 5667cc0e69 use vsce to determine what to package when bundling extensions
fixes #29054
2017-06-21 16:17:21 +02:00
rebornix 19ae0932c4 AutoIndent: Enrich TypeScript and HTML rules. 2017-06-16 12:58:42 -07:00
Jens Hausdorf 544d44350b remove double semicolons (#28110) 2017-06-06 13:51:23 -07:00