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
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
YFdyh000
8fc488e097
Fixes some extensions strings missing for i18n
2017-07-22 21:07:27 +08: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