Commit graph

72 commits

Author SHA1 Message Date
Martin Aeschlimann e45d279b36 description & name for built-in languages (#43978) 2018-02-20 10:09:22 +01:00
Ramya Achutha Rao ad06c9c609 Update telemetry module 2018-02-17 17:27:09 -08:00
Ramya Achutha Rao 994bfe6903 Update telemetry module to fix issue of missing version in events 2018-02-13 17:07:30 -08:00
Martin Aeschlimann 72c76bfb09 [html] update client (for #43317) 2018-02-13 13:03:42 +01:00
Ramya Rao 00f2d8ed71
Get emmet completions from css extension (#41652)
* Get emmet completions from html,css extensions

* Resolve extensionsPath, use emmet results even if empty

* Support css abbr with :

* Refactoring

* Add some basic emmet tests

* Refactoring

* More tests
2018-02-12 21:40:10 -08:00
Martin Aeschlimann 3495363b2c make grammar file names consistent 2018-02-09 12:45:27 +01:00
Dirk Baeumer e91b851ca8 Upgrade to latest language pack format 2018-01-30 00:11:57 +01:00
Ramya Achutha Rao 71c3b15465 Update the telemetry module used by extensions 2018-01-29 14:53:24 -08:00
Dirk Baeumer 04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Martin Aeschlimann 4f9f4ebb9f [folding] regions for html. Fixes #39409 2017-12-01 10:54:09 +01:00
Joao Moreno 5d4d38543a use yarn in extension scripts 2017-11-16 10:46:51 +01:00
Joao Moreno 758c47ef87 npm > yarn 2017-11-15 15:14:00 +01:00
Martin Aeschlimann d133edf626 update language client to 3.5.0 2017-11-14 10:06:01 +01: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
Martin Aeschlimann 4473006497 [css/html/json] use fixed version of language server/client 2017-10-27 13:11:52 +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 c6686be263 [html] provide colorpresentations in language server 2017-09-21 12:57:58 +02:00
Martin Aeschlimann fb5cdf0948 [html] change default of html.format.unformatted to empty 2017-09-13 16:31:34 +02: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 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 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
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
Jens Hausdorf fc229891ce Add .rhtml to html extension 2017-06-05 10:44:16 +02:00
Ramya Achutha Rao 84af63a933 Increment version of vscode extension telemetry module 2017-04-18 14:46:35 -07:00
Martin Aeschlimann b266419e6e Automatically detect .ejs templates (and other common template extensions) as HTML file. Fixes #22333 2017-03-17 19:32:05 +01:00
kieferrm ccefc7747a upgrade telemetry used by html ext 2017-02-20 20:17:07 -08:00
Martin Aeschlimann 2fe6ff47e5 remove vue from html associations (recommend vetur) 2017-02-20 15:48:25 +01:00
Martin Aeschlimann 763eefdd37 [html] update servers & clients 2017-02-17 19:41:32 +01:00
Martin Aeschlimann d7382f0d55 html.format.wrapAttributes: value is "force-aligned", not "force-align". Fixes #19849 2017-02-03 16:06:33 +01:00
Martin Aeschlimann 410cae8fb5 [html] update client dependencies + migrate 2017-01-17 23:09:11 +01:00
Martin Aeschlimann c53041b780 [html] update jsbeautify (for #2204) 2017-01-07 23:44:02 -04:00
Martin Aeschlimann be716e241f [html] attribute on separate line formatting. Fixes #2204 2017-01-07 22:48:35 -04:00
Martin Aeschlimann 939f0876c9 [html] setting to disable script & style validation 2017-01-03 20:37:48 -04:00
Martin Aeschlimann e44f169c48 Associate .phtml with php again (revert of #17099) 2016-12-13 12:11:55 +01:00
Frank Yuan c05f4f466d Update package.json
add .vlot and .phtml extensions
2016-12-13 11:46:53 +08:00
Martin Aeschlimann 8eb0cce438 html.format.unformatted does not respect scripts. Fixes #16634 2016-12-07 19:32:12 +01:00
Martin Aeschlimann 30835e65a8 [html] add server trace option 2016-12-05 17:14:03 +01:00
Martin Aeschlimann a29692641d [html] telemetry for completion in embedded content 2016-12-01 17:14:20 +01:00
Matt Bierner 9012c8be31 Extract settings strings in html extension (#16183)
Closes #16178
2016-11-29 10:23:13 -08:00
Dirk Baeumer 32192ccfde Fixing alpha versions 2016-11-29 15:31:56 +01:00
Martin Aeschlimann f37a51537b [html] adopt SnippetString (#15573) and update to TS 2.0 2016-11-24 18:42:39 +01:00