Commit graph

231 commits

Author SHA1 Message Date
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
5e42a4907a Multi root: json.schema setting relative url doesnt get resolved to folder. Fixes #33453 2017-08-30 15:11:16 +02:00
Martin Aeschlimann
c0f8d12673 IntelliSense not work in settings.json . Fixes #33069 2017-08-29 18:01:38 +02:00
Martin Aeschlimann
d0d00e8824 [json] match only schemas of current folder 2017-08-29 08:37:02 +02:00
Martin Aeschlimann
33b6008002 [json] update service (NPE in provideDocumentColors) 2017-08-28 20:52:13 +02:00
Martin Aeschlimann
c72c6cc31d [json] complete colorProvider adoption 2017-08-28 19:15:36 +02:00
Martin Aeschlimann
31fe7b0a9c [json] adopt colorProvider.proposed protocol 2017-08-28 17:19:55 +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
9937bcf6ec Color Decorator sits together with Color Picker. 2017-08-25 16:10:16 -07:00
rebornix
f4ccc31770 Use single quote in imports 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
b14c255400 [json] add multiroot support. Fixes #32487 2017-08-23 14:33:04 +02:00
Johannes Rieken
7128eb085c style - use single-quoted imports 2017-08-21 16:45:32 +02:00
Martin Aeschlimann
c185e7d44e [json] hover over color box doesn't show color picker. Fixes #32298 2017-08-12 16:40:09 +02:00
Martin Aeschlimann
5fce6df8a2 [json] Protect from incompete colors (for exception in #32298) 2017-08-12 16:20:38 +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
d558497c07 Colorizer tests: Accept tests when only scopes have changed 2017-08-10 10:24:46 +02:00
Martin Aeschlimann
164e6d4bbc [json] grammar update script for new repo 2017-08-08 16:45:48 +02:00
Martin Aeschlimann
06c1e0574e [json] Incorrect brace matching in JSON files. Fixes #26637. Fixes #31989 2017-08-08 16:45:48 +02:00
Ramya Achutha Rao
cbdb960d52 Update repo url for json tm 2017-08-03 16:20:53 -07:00
Christof Marti
f77b8801ee OSS tool update 2017-08-03 15:13:49 -07:00
Martin Aeschlimann
946bb89854 [json] enable color picker 2017-08-03 16:26:47 +02:00
Martin Aeschlimann
954954d566 [json] update service (fixes #29949) 2017-08-03 15:49:23 +02:00
Sandeep Somavarapu
7c7ae7a66f #30856: Register schema for workspace configuration file
- Both saved & unsaved
- which supports intellisense in the files
2017-07-17 18:23:10 +05:30
Benjamin Pasero
1501dbe633 associate JSON mode with code workspace files 2017-07-13 12:18:26 +02:00
kieferrm
3f8bd163f4 update dependency on vscode-extension-telemetry 2017-06-30 09:57:37 -07:00
Martin Aeschlimann
01cbc6dd50 [json] update service (for #29848) 2017-06-29 23:09:09 +08:00
Martin Aeschlimann
3585fa3943 [css] update service (for #27189) 2017-06-29 22:24:44 +08:00
rebornix
15ccb8d53a Fix #29664, Fix #29668. Add JSON indentation rules. 2017-06-28 15:43:18 -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
21a2765e44 [json] update service (for #28010) 2017-06-14 17:19:48 +02:00
Matt Bierner
84f154b794 Fix 27195
Make sure we handle the case of `/**/` properly in json files
2017-05-26 09:27:33 +02:00
Martin Aeschlimann
0287e46ab4 JSON schemas served with gzip fail to parse. Fixes #26672 2017-05-16 11:47:04 +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
717f328ab7 Snippets with tab (and other control sequences) insert [object Object]. Fixes #25938 2017-05-05 16:32:19 +02:00
Benjamin Pasero
52dd6053f4 remove console.log (fyi @aeschli) 2017-04-28 14:27:40 +02:00
Martin Aeschlimann
ffd0d963f2 [json] fix for color decorator regex 2017-04-27 22:41:22 +02:00
Martin Aeschlimann
053130ef2a Allow for short hand hex colors. Fixes #25396 2017-04-27 20:33:02 +02:00
Martin Aeschlimann
90a81236cd [json] update service 2017-04-25 23:40:28 +02:00
Ramya Achutha Rao
84af63a933 Increment version of vscode extension telemetry module 2017-04-18 14:46:35 -07:00
Alex Dima
aca01f2daa Fix build hygiene issues 2017-04-14 14:08:52 +03:00
Martin Aeschlimann
114160d225 Fix for completionProvider registration in html/json server 2017-04-10 15:14:43 +02:00
Martin Aeschlimann
4c56e61918 Attach languge server: set "protocol": "legacy", 2017-04-06 23:46:35 +02:00
Martin Aeschlimann
cfb74af74e launch.json shows stale warnings after deleting/closing. Fixes #23726 2017-04-04 11:34:37 +02:00
Martin Aeschlimann
18affc0b0b [json] update service (fixes NPE in color requestor) 2017-03-30 15:06:52 +02:00