Commit graph

19679 commits

Author SHA1 Message Date
isidor b97d6d3bf3 debug: fix debug console string counter
fixes #27856
2017-06-06 14:55:59 +02:00
isidor 60bbed82be disable minimap in output
fixes #27979
2017-06-06 14:26:35 +02:00
Martin Aeschlimann a76e066881 Merge pull request #28028 from jens1o/jens1o-html
Add `.rhtml` to html extension
2017-06-06 14:18:10 +02:00
Alex Dima f68e7383e2 Do not use object.deepClone on the incoming editor options (#28093) 2017-06-06 14:13:26 +02:00
isidor 38743ee0fb debug: respect that '[2J' is the ansi escape sequence for clearing the display
fixes #27389
2017-06-06 14:03:16 +02:00
campersau 772aa2c10f cleanup duplicate semicolons in minimapCharRenderer
itroduced in 8f9dc8e220 (diff-0e25f213bdb14a7f0c59d148e40f02f5R256) and 8faa03f885 (diff-0e25f213bdb14a7f0c59d148e40f02f5R256)
2017-06-06 13:32:10 +02:00
Johannes Rieken b13f7c7aaa fix #27902 2017-06-06 13:06:50 +02:00
Johannes Rieken 2497dfe8a9 debt - remove last bit of old snippet syntax 2017-06-06 12:59:52 +02:00
Johannes Rieken d03b5e9541 eng - print test failure to renderer console for easy reveal in dev tools 2017-06-06 12:59:52 +02:00
Alex Dima e4d76e67e1 Fixes #28093: deep clone editor creation options 2017-06-06 12:40:27 +02:00
Benjamin Pasero 0ee66e5d33 debt - clean up view state for resources/untitled when input gets disposed 2017-06-06 12:38:46 +02:00
jens1o b0e7f06a76 fix some typos 2017-06-06 12:23:10 +02:00
Alexandru Dima 961c14aee7 Merge pull request #28087 from jens1o/patch-1
fix casing
2017-06-06 12:23:06 +02:00
Alexandru Dima ff471edcd9 Merge pull request #27778 from microsoftsam/master
Turn autocomplete off on Mobile device keyboards
2017-06-06 12:22:26 +02:00
Alexandru Dima e92fb859f8 Merge pull request #27123 from WaiSiuKei/master
Add entry file of oniguruma when packing
2017-06-06 12:21:54 +02:00
Benjamin Pasero 35d1212bff debt - less dependencies to untitlededitorinput 2017-06-06 12:19:31 +02:00
Anton Vildyaev 23e0a8a656 Next group action should not create new group (#27967)
* Next group action should not create new group

* Remove unused references
2017-06-06 12:07:09 +02:00
isidor d221a330e9 debug: fix callstack focus/selection weirdness
fixes #28098
2017-06-06 12:06:17 +02:00
Anton Vildyaev 0b6b5857fc Fix funny dot bug (#27966)
* Fix funny dot bug

* fix comment
2017-06-06 12:06:12 +02:00
Benjamin Pasero 90b78697ad 💄 2017-06-06 12:00:42 +02:00
Benjamin Pasero 7df06724b8 use tildify in more places 2017-06-06 11:58:49 +02:00
Benjamin Pasero 0c125f9b61 tweak path labels with environment 2017-06-06 11:58:18 +02:00
Benjamin Pasero a8c7eaf7d1 align command alias with labels 2017-06-06 11:57:30 +02:00
Alex Dima 552c80be2d Fixes #28064: Use editor's configured line height for textarea's line height 2017-06-06 11:55:05 +02:00
Benjamin Pasero 70deb179d4 inputs: open context menu where mouse is 2017-06-06 11:51:06 +02:00
Benjamin Pasero 14adf4bb46 always have a representedFilename 2017-06-06 11:44:38 +02:00
Benjamin Pasero a7dee48b14 tweak menu (for #25145) 2017-06-06 11:32:40 +02:00
Sandeep Somavarapu 85257c4de6 Fix #27955 2017-06-06 11:29:20 +02:00
Benjamin Pasero 56cf3122be improve window picker (for #25145) 2017-06-06 11:15:42 +02:00
Johannes Rieken 22e947a33d Merge branch 'joh/next' 2017-06-06 10:33:15 +02:00
Jens Hausdorf dd361faca8 fix casing 2017-06-06 08:25:35 +02:00
Matt Bierner 42ede266aa Extracting callbackmap to own class 2017-06-05 16:32:16 -07:00
Matt Bierner 70e52f1860 Extract basic request queue to class 2017-06-05 16:14:25 -07:00
Matt Bierner f5b5966c94 Mark a few more fields as readonly 2017-06-05 16:14:25 -07:00
Matt Bierner 51b55e8021 Stringify Telemetry Fields in the TSExtension
Fixes #28065
2017-06-05 15:04:38 -07:00
Ramya Achutha Rao 794b435b27 Include border when setting details height to remove the workaround of setting calc width that caused #28058 2017-06-05 14:32:53 -07:00
Benjamin Pasero 13112461e0 Layer-breaker in telemetryUtils (fixes #27141) 2017-06-05 12:53:54 -07:00
Matt Bierner 706d52c1aa Fix svg links in webview. Fixes #28035 2017-06-05 10:36:56 -07:00
Matt Bierner ab1e78ef1f Update js/ts grammar (#27957) 2017-06-05 10:05:50 -07:00
Andre Weinand 651409ec3c node-debug@1.13.10 (translations) 2017-06-05 18:20:37 +02:00
Rob Lourens e8f7f408db Update node-debug2 for #28020 2017-06-05 08:58:07 -07:00
Jens Hausdorf fc229891ce Add .rhtml to html extension 2017-06-05 10:44:16 +02:00
Ramya Achutha Rao 85e31cfacb Set maxheight on docs dynamically #27954 2017-06-02 17:39:35 -07:00
Ramya Achutha Rao 0d01d06096 Fixes #27956 2017-06-02 15:32:24 -07:00
Matt Bierner c353e6e9b0 Fix configure ts/jsconfig.json inserting duplicate snippet for unsaved file. Fixes #27793 2017-06-02 14:53:10 -07:00
Matt Bierner 6e8b0229b8 Enforce a minimum for markdown.preview.fontSize
Fixes #27797
2017-06-02 14:45:04 -07:00
Daniel Imms fcd65cc862 Ensure terminal pty is ready before sendText is called
Fixes #27939
2017-06-02 14:33:28 -07:00
Matt Bierner 6a01ff4870 Remove old tscheck migration logic 2017-06-02 14:30:54 -07:00
Christof Marti a88d97d63e Title case (#27569) 2017-06-02 14:23:48 -07:00
Matt Bierner fdbdf32717 Extract typescript service configuration to a class 2017-06-02 14:04:34 -07:00