Commit graph

49430 commits

Author SHA1 Message Date
Alexandru Dima 16213d1d4f
Merge pull request #74302 from microsoft/alex/71580
Fixes #71580: Prevent focus leaving the editor when clicking the light bulb
2019-05-24 22:11:03 +02:00
Alexandru Dima 89d3e98ff1
Merge pull request #73420 from microsoft/alex/72683
Fixes #72683: Consider extra lines below the file when computing mini…
2019-05-24 22:07:31 +02:00
Alexandru Dima 6150396af4
Merge pull request #73042 from microsoft/alex/70832
Fixes #70832: Never guess tabSize when inserting tabs
2019-05-24 22:06:47 +02:00
Daniel Imms 61babb26e9 vscode-xterm@3.14.0-beta5
Fixes #74215
2019-05-24 12:21:02 -07:00
Matt Bierner d005580373 Fix webviews restoring
Fixes #74295

This is a partial revert of 4929acf926 . I'm having trouble indentifying which specific change caused this to break so I'm reverting both of these methods
2019-05-24 11:57:52 -07:00
Peng Lyu bbeeefd713 Merge branch 'master' into rebornix/bettermerge 2019-05-24 11:29:41 -07:00
Peng Lyu b917a0341d Support open diff in new editor group 2019-05-24 11:29:30 -07:00
SteVen Batten 290411abfb fixes #70745 2019-05-24 11:28:06 -07:00
Daniel Imms b915ad6bf6 node-pty@0.9.0-beta13
- Windows defer clean up/optimization
- Update winpty
2019-05-24 10:31:59 -07:00
Chris Dias c24694c892
clean up the readme (#74293)
* Tidy up the readme, update graphic
2019-05-24 10:04:01 -07:00
Daniel Imms 70637e3e29 Correctly check if the shell is git bash before wslpath
Fixes #72478
2019-05-24 09:38:15 -07:00
Alex Dima 0594640656 update distro 2019-05-24 18:37:30 +02:00
Alex Dima 022835ea42 Connect to the remote extension host 2019-05-24 18:33:29 +02:00
Alex Dima d5ceec3b09 Add WebSocketNodeSocket 2019-05-24 18:33:29 +02:00
Alex Dima f0ba210ef9 Add support for vscode-textmate in the browser 2019-05-24 18:33:28 +02:00
Benjamin Pasero 029d92b68d debt - search to use global progress for searching (#74290) 2019-05-24 18:28:33 +02:00
Daniel Imms 744cf52480 Reduce duplication in term link handler 2019-05-24 09:08:34 -07:00
Benjamin Pasero 4ea0603c7c update distro 2019-05-24 17:54:50 +02:00
Johannes Rieken 87c0f5a538 fix #72358 2019-05-24 17:28:40 +02:00
Miguel Solorio ffdde39b7f
Update distro 2019-05-24 08:27:26 -07:00
Daniel Imms 7c2da9e51c vscode-xterm@3.14.0-beta4
Fixes #74183
2019-05-24 08:12:35 -07:00
Sandeep Somavarapu ce57e452f8 Fix #72375 2019-05-24 17:11:48 +02:00
Andre Weinand 0ffcd1c6d2 format terminals.ts 2019-05-24 16:59:48 +02:00
Johannes Rieken 86d9b79a28 fix #43148 2019-05-24 16:52:12 +02:00
Andre Weinand 4185a7f010 address PowerShell quoting issue; fixes #73099 2019-05-24 16:48:30 +02:00
Daniel Imms ebde2dbd05 Be more defensive in sendLineData
The >= to > should fix the exception

Fixes #74273
2019-05-24 07:14:24 -07:00
Benjamin Pasero 374d81866d 💄 2019-05-24 16:10:40 +02:00
isidor db147f3676 explorer: new file / folder polish 2019-05-24 15:58:05 +02:00
Isidor Nikolic 89e5ea4a79
Merge pull request #72627 from jeanp413/fix-72626
Don't expand parent element if it's the root in single folder workspace when editing an element in explorer.
2019-05-24 15:54:55 +02:00
Daniel Imms 28d06f0288
Merge pull request #74228 from microsoft/tyriar/72518_runInBackground
Add runInBackground option to Terminal API
2019-05-24 06:46:37 -07:00
Benjamin Pasero 80cb501051 icon - restore code to refresh macOS product icon 2019-05-24 15:45:01 +02:00
isidor 8a6ddacc95 fixes #68793 2019-05-24 15:23:37 +02:00
Johannes Rieken 4976cffba7
Merge pull request #73890 from markspanbroek/master
Support negated .gitignore rules.
2019-05-24 15:18:05 +02:00
Daniel Imms 93f93d0961 Merge remote-tracking branch 'origin/master' into tyriar/72518_runInBackground 2019-05-24 06:16:37 -07:00
Johannes Rieken b8e68e1ade use enablement, make it a property of commands, not items, #21131 2019-05-24 15:12:30 +02:00
Benjamin Pasero b272d184d7 debt - make sure to still use scoped progress 2019-05-24 15:11:20 +02:00
Andre Weinand 84fd2c37c6 partial fix for #73099 2019-05-24 15:08:11 +02:00
Benjamin Pasero 1ce1371dc3 debt - distinguish progress services 2019-05-24 15:03:55 +02:00
Johannes Rieken ffed0d8cf2 shorten message to navigate in result sets 2019-05-24 14:57:04 +02:00
Sandeep Somavarapu 7b3d95e57e fix #73441 2019-05-24 13:05:48 +02:00
Alex Dima 9b666ce3b4 update distro 2019-05-24 12:53:00 +02:00
Alex Dima 85f789cd56 Reduce service usage in AbstractExtensionService 2019-05-24 12:46:50 +02:00
Alex Dima d8daf2aced Merge AbstractExtensionService into ExtensionService 2019-05-24 12:46:50 +02:00
Alex Dima 0a1d595ab6 Use CommonExtensionService for the web 2019-05-24 12:46:49 +02:00
Alex Dima c053e69818 Remove no longer existing case 2019-05-24 12:46:49 +02:00
Alex Dima 05f73ef311 Move _isEnabled to CommonExtensionService 2019-05-24 12:46:49 +02:00
Alex Dima 4e358b9983 Remove disabled extensions ASAP (fixes microsoft/vscode-remote-release#431) 2019-05-24 12:46:49 +02:00
Alex Dima a7fccbbdff Update proposed api as soon as extensions are scanned or fetched (fixes microsoft/vscode-remote-release#431) 2019-05-24 12:46:49 +02:00
Alex Dima a26ed2e157 Fix cyclic dependency 2019-05-24 12:46:49 +02:00
Alex Dima 61ebc05fa6 Extract CommonExtensionService 2019-05-24 12:46:49 +02:00