Commit graph

2522 commits

Author SHA1 Message Date
MaruyamaTomoki 3e65e255ab Markdown preview support the UNC path files. (#26710) 2017-05-22 15:29:25 -07:00
Jan Niklas Hasse 146c76df36 Use pre-#25570 fonts as a fallback for system-ui (#26912)
Workaround for:
https://bugs.chromium.org/p/chromium/issues/detail?id=724393
2017-05-22 11:57:54 +02:00
Martin Aeschlimann 764dab3629 Merge pull request #26992 from luxifer/php-language-tests
Add more tests to PHP grammar
2017-05-22 11:26:24 +02:00
isidor 16b3399e17 hc theme status bar: back to black like amy winehouse 2017-05-22 11:05:50 +02:00
Florent Viel 310bcbc400
fix tests 2017-05-20 13:19:25 +02:00
Florent Viel b090499274
update tes tests to show off function name with nbsp 2017-05-20 13:08:09 +02:00
Dirk Baeumer 87cfa19524 Fixes #25518: Cannot associate a problem matcher with an auto detected tasks 2017-05-19 17:38:57 +02:00
Benjamin Pasero 52212f2a2e 💄 2017-05-19 12:21:36 +02:00
Kaide Mu 09c97bca0f Markdown: Capture right parenthesis as part of url (#26449)
* Capture right parenthesis as part of url

* Update markdown link pattern

* Fix link highlighting when there is nested img and link href
2017-05-18 22:06:27 -07:00
Matt Bierner b73e961439 Split tracer out into own file 2017-05-18 22:04:33 -07:00
Matt Bierner cdaa5f28ef Record when tsserver exits with code or errors 2017-05-18 21:35:15 -07:00
Matt Bierner b8b81b73b4 add tsserver.debug option 2017-05-18 17:34:58 -07:00
Matt Bierner 6d8e64ee3f Add error handler for reader 2017-05-18 17:34:58 -07:00
Matt Bierner 288968f803 Fix duplicate code ids names being uploaded to ts 2017-05-18 17:34:58 -07:00
Matt Bierner 7c2d2c37eb Mark a few members readonly 2017-05-18 17:34:58 -07:00
Matt Bierner 7d2739bfe4 Remove some unused functions in reader 2017-05-18 17:34:58 -07:00
Matt Bierner 89f1f02286 Use correct reporter instance 2017-05-18 15:20:13 -07:00
Matt Bierner 8dd07034c0 Split reporter out into own file 2017-05-18 15:17:42 -07:00
Martin Aeschlimann 3d581324cb [xml] update grammar 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 767b146e26 [swift] update grammar 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 486d6e1f00 [shaderlab] update grammar 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 6b48d58387 [rust] update grammar 2017-05-18 15:41:33 +02:00
Martin Aeschlimann b2c10e50c8 [ruby] update grammar 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 5a700f5a84 [r] add update grammar script 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 72cb93c60e [html] update grammar 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 8ae8cd5b6f [groovy] add grammar update script 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 7728b701bd [go] update grammar 2017-05-18 15:41:32 +02:00
Martin Aeschlimann fb84773f76 [git] add grammar update script 2017-05-18 15:41:32 +02:00
Martin Aeschlimann f1abf5ad11 [f#] update grammar 2017-05-18 15:41:32 +02:00
Martin Aeschlimann 7efdde8060 [diff] update grammar 2017-05-18 15:41:32 +02:00
Martin Aeschlimann c33d2824cc [java] switch to atom/language-java grammar 2017-05-18 12:04:24 +02:00
Martin Aeschlimann 795edc34d2 [coffee] update grammar 2017-05-18 12:04:24 +02:00
isidor 7e03c9d106 hc theme - improve colors (inspired by high contrast ms word) 2017-05-18 11:16:44 +02:00
Martin Aeschlimann 57570d5cb7 [php] update grammar (fixes #26543) 2017-05-18 11:12:13 +02:00
Martin Aeschlimann ae333a8b41 test fixes for #17178 2017-05-18 10:50:30 +02:00
Martin Aeschlimann 8b77c7170f [less] update grammar 2017-05-18 10:35:53 +02:00
Martin Aeschlimann bd77d243b4 [scss] update grammar (fies #26837) 2017-05-18 10:35:53 +02:00
isidor 8a1fab94a2 hc black: use more token colors (same as dark+)
fixes #17178
2017-05-18 10:08:02 +02:00
Martin Aeschlimann beee645a29 [css] update grammar 2017-05-18 10:06:02 +02:00
Matt Bierner 799fa528db Load script async in markdown preview 2017-05-17 17:39:00 -07:00
Sandeep Somavarapu 394932d6d4 Merge pull request #26564 from thr0w/13456a
Intelli-sense in extensions file
2017-05-17 17:54:15 +02:00
Matt Bierner 4514ddd180 Add option to exclude unique names from suggestion lists in JS files
Fixes #26595

**Problem**
TS includes all unique names in a file in the completion list for JavaScript files. This is often desirable, but may result in unexpected completions

**Fix**
Add a new option `javascript.nameSuggestions` to filter these suggestions out.
2017-05-16 18:35:07 -07:00
Matt Bierner 17004573e3 Always Show File Names in Symbol Search Results (#26518)
* Fixes #26370

Updates the symbol search results to always display the filename. This feature was previously added to the TS extension specifically, so this change removes that work in favor of a change to the core symbol search experience

* Use dash with filename
2017-05-16 17:00:43 -07:00
Matt Bierner 405271c17d Move getting active line out of inner openTextDocument 2017-05-16 16:57:26 -07:00
Matt Bierner 087a2d2f24 Default to not updating scroll position if no valid editor is found. Part of #25910 2017-05-16 14:05:10 -07:00
Matt Bierner 604248eebd Remove unused Writer type 2017-05-16 13:54:01 -07:00
Matt Bierner 53b18c79e7 Mark some buffersync members readonly 2017-05-16 13:43:27 -07:00
Matt Bierner 8786a903f0 use Switch instead of map for looking up modes 2017-05-16 13:43:27 -07:00
Matt Bierner bb44d4386b Remove linkedmap 2017-05-16 13:43:27 -07:00
Fernando Tolentino ebb5c05734 using json-parser to get existing recommendations 2017-05-16 15:32:12 -03:00