Commit Graph

45 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
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
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
Johannes Rieken
65a2d30efe color - jsdoc and tiny tweaks for color provider api 2017-10-16 12:43:21 +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
rebornix
d069e922ef Re #34366. Extensions define color formats. 2017-09-19 00:03:58 -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
Martin Aeschlimann
4e463469b8 HTML Auto Close doesn't work with Multi Cursor. Fixes #33429 2017-08-30 11:35:56 +02:00
Martin Aeschlimann
2059716397 [html] rename setting to 'html.autoClosingTags' 2017-08-29 08:09:02 +02:00
Martin Aeschlimann
07e2faac5e [html] adopt languageserver colorProvider.proposed protocol. Fixes #32611. 2017-08-28 19:15:36 +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
a3607bc2d2 [html] add multiroot support. Fixes #32489 2017-08-18 18:21:06 +02:00
rebornix
19ae0932c4 AutoIndent: Enrich TypeScript and HTML rules. 2017-06-16 12:58:42 -07:00
Martin Aeschlimann
3c0ac99311 stale color box when switching languages. Fixes #21108 2017-02-22 22:37:55 +01:00
Martin Aeschlimann
f1a1fd24c1 [css] Setting to hide CSS Color preview boxes. Fixes #10943 2017-02-22 00:51:27 +01:00
kieferrm
ccefc7747a upgrade telemetry used by html ext 2017-02-20 20:17:07 -08:00
Martin Aeschlimann
740799fb53 Opening from command-line in empty folder creates debug.log file. Fixes #20325 2017-02-16 16:15:35 +01:00
Martin Aeschlimann
762a189993 [html] disable formatter for cshtml. Fixes #19206 2017-01-30 16:32:30 +01:00
Martin Aeschlimann
3358b26968 [html] improve color decorator updating 2017-01-19 16:41:54 +01:00
Martin Aeschlimann
410cae8fb5 [html] update client dependencies + migrate 2017-01-17 23:09:11 +01:00
Martin Aeschlimann
5df445b978 Cannot read property 'length' of undefined. Fixes #18293 2017-01-09 22:47:43 -04:00
Martin Aeschlimann
a29692641d [html] telemetry for completion in embedded content 2016-12-01 17:14:20 +01:00
Martin Aeschlimann
a603e8a765 [html] wait for onReady before using client 2016-11-28 10:57:21 +01:00
Martin Aeschlimann
f37a51537b [html] adopt SnippetString (#15573) and update to TS 2.0 2016-11-24 18:42:39 +01:00
Martin Aeschlimann
03813455b7 [html] add embedded JavaScript support 2016-11-16 10:58:52 +01:00
Martin Aeschlimann
8a85fc0399 [html] add css support to html extension as library 2016-11-14 11:34:54 +01:00
Martin Aeschlimann
3d6c220d24 CSS autocomplete in html files not working on Windows.Fixes #14467 2016-10-26 12:33:29 +02:00
Martin Aeschlimann
2df11a3136 [html][css] diagnistics for embedded content 2016-10-24 15:26:48 +02:00
Martin Aeschlimann
e7a9f820ad [html] only enable embedded content support on demand 2016-10-21 22:33:54 +02:00
Martin Aeschlimann
1b2478dd2b [html] add hover for tags and embedded css 2016-10-21 22:02:43 +02:00
Martin Aeschlimann
893ced4314 [html] embedded content documents updating, refactoring 2016-10-21 22:02:42 +02:00
Martin Aeschlimann
f3f5435195 [html] completion proposals for embedded CSS (for #8928) 2016-10-20 10:58:29 +02:00
Johannes Rieken
2d9d187f5b html.format.enable 2016-10-17 15:30:11 +02:00
Martin Aeschlimann
d34c873db7 HTML word definition changed. Fixes #13675 2016-10-13 16:53:28 +02:00
Johannes Rieken
48ac631f65 tsfmt - extensions/html/client 2016-10-08 09:28:09 +02:00
Erich Gamma
cc3e8bb029 Fix for #12977 2016-09-29 21:21:05 +02:00
Martin Aeschlimann
2a4e5b023d [html] add razor 2016-09-14 16:39:14 +02:00
Martin Aeschlimann
b66b9871a0 [html] enable handlebars 2016-09-14 11:11:45 +02:00
Martin Aeschlimann
daad014a6f [html] add handlebars 2016-09-14 09:49:40 +02:00
Martin Aeschlimann
cb5a6e77db Move html extension: setup & scanner 2016-08-17 11:37:22 +02:00