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
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
aae74ede39
[css] adopt languageserver colorProvider.proposed protocol
2017-08-28 19:15:36 +02: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
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
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
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
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
Michel Kaporin
42bd26bb99
Reverted redundant changes
2017-07-26 18:28:39 +02:00
Joao Moreno
1830c12221
css: report colors through provider
2017-07-26 17:49:14 +02:00
Michel Kaporin
014992d597
Added proposed api to CSS
2017-07-26 17:35:19 +02:00
Michel Kaporin
5770dd4287
wip: Color provider implementation start for Joao
2017-07-26 16:25:58 +02:00
rebornix
9fa2a2538c
Fix #29725 . Add indentation rules for CSS.
2017-06-28 15:57:40 -07:00
Matt Bierner
7d2dea4e45
Add "Include" to extension TSConfig Files ( #25860 )
...
**Bug**
Most VSCode extensions currently specify `"exclude"` in their `tsconfig.json` but not `"include"`. This may result in extra files being included in each project
**Fix**
Add `"include": ["src/**/*"]` to all extension tsconfig files
2017-05-05 11:37:59 -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
Martin Aeschlimann
d2f8a45adc
[css] color decorator initially not shown in all editors
2017-01-19 16:41:52 +01:00
Martin Aeschlimann
fa8a9424aa
[css] update dependencies and 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
4839f9424c
[css] adopt snippettext API and update to TS2.0
2016-11-24 15:29: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
4bfb974814
[html/css] decorators for embedded css
2016-10-24 15:26:50 +02:00
Johannes Rieken
ee9ff34e72
tsfmt - extensions/css/client
2016-10-08 09:26:31 +02:00
Martin Aeschlimann
d8f6f74520
Add color decorator limit to 500 ( #11862 )
2016-09-13 12:24:58 +02:00
Dirk Baeumer
b7ab0e8c90
Fixes #11304 : Update node.d.ts for extension to 4.x version to be in line with normal extension development
2016-08-31 12:28:21 +02:00
Martin Aeschlimann
70a13f2d11
[css] update to latest languageserver
2016-08-12 18:34:35 +02:00
Martin Aeschlimann
edecd8bc74
Adopt css to language-configuration
2016-07-21 18:52:34 +02:00
Martin Aeschlimann
e5037a5eb1
[css/less/sass] improved word rules
2016-07-14 22:23:33 +02:00
Martin Aeschlimann
275ba111bd
[CSS] Current color indicator freezes on old color, fixes #9132
2016-07-14 17:03:59 +02:00
Johannes Rieken
7cb8e4514e
remove autoClosingPairs, surroundingPair in favour of deprecated api and language config file, fixes #8737
2016-07-06 15:42:53 +02:00
Martin Aeschlimann
daeb542b59
Rename in SCSS breaks syntax. Fixes #8331
2016-06-29 15:35:20 +02:00
Martin Aeschlimann
2b247ccbfd
[css] move to extension
2016-06-13 11:30:19 +02:00