Commit Graph

364 Commits

Author SHA1 Message Date
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
Martin Aeschlimann
252b393776 [json] update service (for #23424) 2017-03-30 09:31:22 +02:00
Martin Aeschlimann
7d63b291cf [json] color decorators 2017-03-27 14:27:10 +02:00
Martin Aeschlimann
dc31a48002 [json] enable quick suggestions in strings 2017-03-21 22:48:36 +01:00
Martin Aeschlimann
b6b35ea42d [json] support patternErrorMessage for #21384 2017-02-27 10:46:37 +01:00
Martin Aeschlimann
0a246ab31c [json] update service (fixes #21222) 2017-02-23 13:50:36 +01:00
Martin Aeschlimann
3bf7441509 [json] update service (for #21070) 2017-02-22 16:43:25 +01:00
Martin Aeschlimann
c504b1d69a [json] update service 2017-02-21 23:23:09 +01:00
kieferrm
3f26922adb upgrade telemetry used by json ext 2017-02-20 20:16:47 -08:00
Martin Aeschlimann
36f2e59ecc [json] update server & client 2017-02-17 18:07:05 +01:00
Martin Aeschlimann
3a311829e4 [json] remove project.json support (for OmniSharp/omnisharp-vscode#1236) 2017-02-16 21:38:55 +01:00
Benjamin Pasero
4d9ee74935 move more into config-editing extension (for #20049) 2017-02-07 16:52:19 +01:00
Benjamin Pasero
bcff7c60e5 move window.title config helper out to extension (for #20049) 2017-02-07 12:24:03 +01:00
Benjamin Pasero
29c4e311cd window title: convert variable format from $() to ${} 2017-02-06 14:31:37 +01:00
Benjamin Pasero
693de57e87 Allow to configure title bar information (fixes #1723) (#19932) 2017-02-06 09:50:27 +01:00
Martin Aeschlimann
60bbe61489 [css] change grammar to atom/language-css 2017-01-31 17:10:28 +01:00
Martin Aeschlimann
bb18628a66 [json] dynamically enable & disable formatter 2017-01-30 16:32:31 +01:00
Martin Aeschlimann
56d2e439e6 Update jsonc-parser 2017-01-26 11:31:23 +01:00