Commit Graph

191 Commits

Author SHA1 Message Date
Martin Aeschlimann
4a601eec71 [css] adopt strict mode 2017-11-09 10:17:55 +01:00
Martin Aeschlimann
f5e43647fb Merge pull request #37743 from mjbvz/css-ext-strict
Move css extension to strict
2017-11-09 09:54:49 +01:00
Erich Gamma
a54c44cb0d Enabling the 'noUnusedLocals' compiler option for extensions 2017-11-08 10:23:49 +01:00
MXI
d8aa66d88d region folding for css 2017-11-08 01:43:09 +03:00
Matt Bierner
e6dab8cd55 Move css extension to strict
Updates the css extension to use strict mode TypeScript
2017-11-06 14:41:23 -08:00
Martin Aeschlimann
8326351ee0 [css] update server 2017-11-01 23:16:43 +01: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
Martin Aeschlimann
6f6a74fea3 [css] update grammar 2017-10-24 11:05:54 +02:00
Johannes Rieken
65a2d30efe color - jsdoc and tiny tweaks for color provider api 2017-10-16 12:43:21 +02:00
Martin Aeschlimann
08597e3aaf [css] update service & 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
88632ed632 [css] update grammar 2017-09-25 15:25:05 +02:00
Martin Aeschlimann
1cf7612e30 [css] move colorpresentations to language server 2017-09-21 12:03:16 +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
46c8ce6df5 configuration contribution point: support for array of settings sections, deprecate the 'allOf' trick used in CSS. 2017-09-13 12:38:28 +02:00
Martin Aeschlimann
3014483db0 [css] update service 2017-09-12 23:37:38 +02: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
b99929a655 [css] update grammar 2017-09-08 10:47:06 +02:00
Martin Aeschlimann
754e838104 CSS: bad documentation for css.trace.server. Fixes #33320 2017-08-29 18:04:01 +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
aae74ede39 [css] adopt languageserver colorProvider.proposed protocol 2017-08-28 19:15:36 +02:00
rebornix
c68ad405a7 CSS/JSON extensions are using spaces... 2017-08-25 16:10:16 -07:00
rebornix
879373d9e1 Remove onDidChagne events. Deprecate [lan].colorDecorators.enable and
use editor.colorDecorators for all.
2017-08-25 16:10:16 -07:00
rebornix
ef690ded3e Config migration 2017-08-25 16:10:16 -07:00
rebornix
9355b436d1 Move renderColorDecorator options to core settings. 2017-08-25 16:10:16 -07:00
rebornix
580eb6b4b2 Monaco API uses IColor 2017-08-25 16:10:16 -07:00
rebornix
9937bcf6ec Color Decorator sits together with Color Picker. 2017-08-25 16:10:16 -07:00
rebornix
f52299aee0 Add a new option to control whether to render inline color box or not. 2017-08-25 16:10:16 -07:00
Martin Aeschlimann
fc0fb67671 [css] update language server 2017-08-25 12:42:45 +02:00
Martin Aeschlimann
964028f97b [css] remove document settings on buffer close 2017-08-23 14:33:04 +02:00
Martin Aeschlimann
1ba52e2113 [css] update language server & client 2017-08-18 18:28:02 +02:00
Martin Aeschlimann
47ec343bfa [css] add multiroot support. Fixes #32486 2017-08-17 16:22:36 +02:00
Martin Aeschlimann
95a14bbc22 [css] update grammar 2017-08-15 15:29:56 +02:00
Joao Moreno
c87e0d7629 fix css color formats 2017-08-11 13:00:08 +02:00
Joao Moreno
7669ad147e luminance !== luminosity 2017-08-11 11:50:10 +02:00
Joao Moreno
13a6a7a9c3 color api: remove ColorRange.format 2017-08-11 11:50:10 +02:00
Joao Moreno
0f5272afe9 color api: docs 2017-08-11 11:50:10 +02:00
Christof Marti
f77b8801ee OSS tool update 2017-08-03 15:13:49 -07:00
Martin Aeschlimann
35df375c25 Update css language service: Fixes #27590 & 4/8 digit hex colors 2017-08-03 15:36:17 +02:00
Michel Kaporin
19f17905e7 Support LESS and SASS in color picker. Resolves #31753 2017-07-31 12:02:13 +02:00
Joao Moreno
95737688f5 IColorFormat -> ColorFormat 2017-07-27 17:25:28 +02:00
Joao Moreno
3e62cf16fa css color formats 2017-07-27 17:24:04 +02:00
Joao Moreno
3cda472710 add parse-color to css extension 2017-07-27 00:03:54 +02:00