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
Joao Moreno
7efa9545b6
Merge branch 'master' into colorpicker
2017-07-26 21:54:00 +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
Martin Aeschlimann
7790c4a753
update grammars
2017-07-18 10:09:48 +08:00
Martin Aeschlimann
733e64b59c
[css] update service (for #27189 )
2017-06-30 15:50:54 +08:00
rebornix
9fa2a2538c
Fix #29725 . Add indentation rules for CSS.
2017-06-28 15:57:40 -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
Martin Aeschlimann
3214dd6024
[css] update services
2017-05-29 17:05:23 +02:00
Martin Aeschlimann
f9084bb244
Add information_for_contributors to grammars
2017-05-26 09:27:51 +02:00
Martin Aeschlimann
3785324cc1
[css] update grammar
2017-05-26 09:27:50 +02:00
Martin Aeschlimann
ae333a8b41
test fixes for #17178
2017-05-18 10:50:30 +02:00
Martin Aeschlimann
beee645a29
[css] update grammar
2017-05-18 10:06:02 +02: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
b941c0336a
WorkspaceEdit type mismatch in css server (for #25623 )
2017-04-28 17:59:20 +02:00
Martin Aeschlimann
bf8f73262e
Error running rename in CSS. Fixes #25623
2017-04-28 16:03:40 +02:00
Martin Aeschlimann
d02567a2e4
[css] update service
2017-04-21 20:17:40 +02:00
Martin Aeschlimann
c974993981
[css] update service. Fixes #22735
2017-04-18 09:54:21 +02:00
Martin Aeschlimann
4c56e61918
Attach languge server: set "protocol": "legacy",
2017-04-06 23:46:35 +02: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
cc69bea6df
[css] update server & client. Fixes #19840 : Intellisense freezes at random instances.
2017-02-17 18:02:42 +01:00
Martin Aeschlimann
60bbe61489
[css] change grammar to atom/language-css
2017-01-31 17:10:28 +01:00
Martin Aeschlimann
ada375bf2d
[css] update languageservice (for #19173 )
2017-01-26 11:40:23 +01:00
Martin Aeschlimann
fc44b4f083
SCSS differences in coloring. Fixes #19289
2017-01-25 17:21:33 +01:00
Martin Aeschlimann
95368092a9
[css] update service
2017-01-24 00:49:16 +01:00
Martin Aeschlimann
c0b1937b47
lamguage servers: Require snippetSupport for completionProvider capability
2017-01-19 20:43:50 +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
Alex Dima
90d74c59aa
Use hex colors in themes integration tests
2017-01-05 09:47:08 +01:00
Alex Dima
10f68352a0
Themes integration tests
2017-01-04 22:44:08 +01:00
Martin Aeschlimann
514e282809
[css] update launch.json to outFiles
2016-12-05 17:16:25 +01:00
Martin Aeschlimann
8cb6e75ada
[css] add server trace option
2016-12-05 17:14:04 +01:00
Martin Aeschlimann
8bb90a3066
[css] Update language service
2016-12-04 22:07:59 +01:00
Matt Bierner
a27eec8d88
Extract settings strings in css extension ( #16184 )
...
Closes #16179
2016-11-29 09:50:36 -08:00
Dirk Baeumer
32192ccfde
Fixing alpha versions
2016-11-29 15:31:56 +01:00
Martin Aeschlimann
4839f9424c
[css] adopt snippettext API and update to TS2.0
2016-11-24 15:29:52 +01:00
Martin Aeschlimann
177ae3f137
[css] update languageservice (for #14121 )
2016-11-23 19:53:31 +01:00