Commit graph

56266 commits

Author SHA1 Message Date
Miguel Solorio
dbc6266ba0 Rename 'continue' to 'debug-continue' 2019-10-24 13:25:41 -07:00
Alex Dima
52d00162c4
Fixes #45742: Always reveal large boxes at the top 2019-10-24 21:05:57 +02:00
Jackson Kearl
69fd68da9f Preserve comment thread collapse state across extension host update messages, fixes https://github.com/microsoft/vscode-pull-request-github/issues/1400 2019-10-24 12:00:53 -07:00
Jackson Kearl
0441b18597 Use arrow keys to change focused comment in CommentThread overlay, fixes microsoft/vscode-pull-request-github#123 2019-10-24 11:35:17 -07:00
Johannes Rieken
15bcf1a8c5 call hierarchy shows root node, also update API proposal for this, #81753 2019-10-24 20:20:27 +02:00
Benjamin Pasero
7eb3212159 web - unblock loading in safari 2019-10-24 19:48:22 +02:00
Eric Amodio
5367bf6d2b
Merge pull request #82189 from microsoft/bug/#48513
Fixes #48513 - buffers terminal onData events
2019-10-24 13:41:38 -04:00
Daniel Imms
fdec4a342c Update distro 2019-10-24 10:26:46 -07:00
Eric Amodio
34d02c22fa Works around WSL2(?) issue
Bash/wsl fails to return until stdin pipe is ended in recent Win vers
2019-10-24 13:24:26 -04:00
Daniel Imms
e599448b07 node-pty@0.10.0-beta2
Fixes #59291
2019-10-24 10:16:35 -07:00
Rob Lourens
1b5a3ac156 Delete module version check that is now redundant with similar check in hygiene 2019-10-24 09:23:53 -07:00
Alex Dima
a4138fe0ea
Fixes #47625: Render multiple line highlights when it is not rendered with a border 2019-10-24 17:39:02 +02:00
Andre Weinand
d8d22475a7 another fix for for #83145 2019-10-24 17:19:57 +02:00
Johannes Rieken
a8770233a9 word based completions use insert and replace ranges, #10266 2019-10-24 17:17:56 +02:00
Andre Weinand
cab4cb5d94 properly pass 'extensionTestsPath'; fixes #83145 2019-10-24 17:06:00 +02:00
Andre Weinand
02be96f5e0 remove unreachable code 2019-10-24 16:57:35 +02:00
Martin Aeschlimann
ad7b31d3e7 editor.tokenColorCustomizations comments does not modify comment punctuation. Fixes #81925 2019-10-24 16:41:19 +02:00
isidor
4dd10043de explorer: drop should open the editor 2019-10-24 16:35:46 +02:00
Martin Aeschlimann
05f1f27851 adopt editorWidgetForeground 2019-10-24 16:21:27 +02:00
Martin Aeschlimann
59ffb0702f support editorHoverWidget.foreground. Fixes #65170 2019-10-24 16:21:26 +02:00
Christof Marti
fc6ae20dd7 Polish description 2019-10-24 16:10:45 +02:00
isidor
07644c948b web: upload
fixes #83036
2019-10-24 16:09:54 +02:00
Joao Moreno
61bd34d11d fix some CSS for firefox 2019-10-24 15:46:27 +02:00
Joao Moreno
e14e435756 Merge remote-tracking branch 'origin/master' 2019-10-24 15:31:13 +02:00
Joao Moreno
f402575486 cleanup git delete tag command 2019-10-24 15:27:57 +02:00
isidor
eab09bf542 remove unused import 2019-10-24 15:25:48 +02:00
isidor
f04f6cdae6 tweak download context keys 2019-10-24 15:17:15 +02:00
Joao Moreno
23a4df3672 Merge commit 'refs/pull/74345/head' of github.com:microsoft/vscode into pr/74345 2019-10-24 15:13:29 +02:00
Alex Ross
36bd747e79 Allow empty array for shell args in tasks
Fixes #53306
2019-10-24 15:13:15 +02:00
Johannes Rieken
2c063fa854 ops... 2019-10-24 14:40:57 +02:00
Benjamin Pasero
d0509cbc84
Web: allow to download from the explorer (#83220)
* wip

* finish
2019-10-24 14:40:27 +02:00
Johannes Rieken
fcb807c75f move insert/replace range API to proposed 2019-10-24 14:39:47 +02:00
João Moreno
ec6d344197
Merge pull request #83218 from frobinsonj/fix-78330
Filter out Media keys in tree keyboard navigation
2019-10-24 14:22:43 +02:00
Johannes Rieken
eea50bf56b
Merge pull request #83075 from microsoft/joh/completionOverwrite
API for completion item replace and insert ranges
2019-10-24 13:51:42 +02:00
Christof Marti
6ee4811eed Update to latest from upstream with additional error checks (#82499) 2019-10-24 12:55:19 +02:00
Johannes Rieken
0bfdfa69bc
Merge branch 'master' into joh/completionOverwrite 2019-10-24 12:34:52 +02:00
Johannes Rieken
30886e2f67
Merge pull request #83060 from microsoft/joh/uri-parse
Rework Uri.parse and Uri.toString
2019-10-24 12:22:18 +02:00
Freddy Robinson
e2f87d18e6
Filter out Media keys in tree keyboard navigation 2019-10-24 11:12:25 +01:00
Johannes Rieken
10fe086550 fix test failure after more strict parse in markdown convert 2019-10-24 11:53:48 +02:00
Alex Ross
525f1e4754 Fix where user tasks show in the tasks quick pick 2019-10-24 11:52:38 +02:00
Johannes Rieken
92292f4fe4 remove encodeURI(uri.toString(true)) workarounds 2019-10-24 11:51:56 +02:00
Johannes Rieken
175ab4aa51 don't warn when fixing missing scheme, just do it... bring back strict mode for parse 2019-10-24 11:48:17 +02:00
Johannes Rieken
666ad41b9c add tests from old bugs that have been resolved "as designed" 2019-10-24 11:39:26 +02:00
Joao Moreno
a143fc36f8 fixes #83205 2019-10-24 11:25:31 +02:00
Alex Ross
81cf72357b Skip the task quick pick when only one task + setting
Related to https://github.com/microsoft/vscode/pull/47853
2019-10-24 11:19:57 +02:00
Benjamin Pasero
ccbb0da040 env - move up logExtensionHostCommunication 2019-10-24 11:18:44 +02:00
Martin Aeschlimann
033b452dc8
Merge pull request #71448 from Kencho/perl5-pod-folding
Perl5 support to fold POD blocks
2019-10-24 11:15:28 +02:00
Martin Aeschlimann
22bf38cade
Merge branch 'master' into perl5-pod-folding 2019-10-24 11:15:03 +02:00
Johannes Rieken
e0617e5853 some more test utils 2019-10-24 11:12:28 +02:00
Alexandru Dima
820b2f6ec5
#70254 - Set astrisk as a delimiter for URIs (#82816)
#70254 - Set astrisk as a delimiter for URIs
2019-10-24 11:11:00 +02:00