Commit graph

49389 commits

Author SHA1 Message Date
Benjamin Pasero 8369f6e7fe fix #74202 2019-05-25 18:04:57 +02:00
Benjamin Pasero 36065e6b95 fix #73121 2019-05-25 14:18:46 +02:00
Benjamin Pasero 0c53423cc4 fix #74269 2019-05-25 14:14:32 +02:00
Benjamin Pasero 41b0d32a9a fix #74295 2019-05-25 08:27:30 +02:00
Benjamin Pasero 4b3340352f debt - prefer our file service 2019-05-25 07:51:59 +02:00
Miguel Solorio 0ccac8cf7c
Update distro 2019-05-24 22:49:58 -07:00
Miguel Solorio 350708a11f Update Octicons (#74313)
* Update vscode-octicons-font

* Update Octicons and add icons for status bar

* Bump Octicons version
2019-05-25 07:43:46 +02:00
Daniel Imms 649d6befa1 Hook up bg terminal listeners before attach
Part of #74228
2019-05-24 17:32:52 -07:00
Rob Lourens 39cf5d9da5 Update distro 2019-05-24 17:03:39 -07:00
Peng Lyu 146115b78c
Merge pull request #74231 from microsoft/rebornix/bettermerge
Show context for diff view of merge conflict and introduce compareAll.
2019-05-24 16:55:04 -07:00
Matt Bierner 2197cd0931 Add clear method on DisposableStore
`clear` disposes of all tracked disposables but does not mark the store itself as disposed. If you need a mutatable list of disposables, this allows you to always use `readonly`/`const` disposable stores that can be registered on the base class.
2019-05-24 15:34:53 -07:00
Peng Lyu c3fe962b89 Open the diff view in current editor, to the side or below. 2019-05-24 15:26:50 -07:00
Peng Lyu 93944674c9 Open the new editor group below 2019-05-24 14:55:26 -07:00
Peng Lyu 9cd81dcb5b Always compare change with context. 2019-05-24 14:43:44 -07:00
Alex Dima a55cfe1e39 update distro 2019-05-24 23:42:59 +02:00
Alex Dima 39193a5fde Only wait for rich client to reconnect 2019-05-24 23:26:52 +02:00
Alex Dima 6e127c97a1 Implement a better simple configuration service 2019-05-24 23:26:52 +02:00
Matt Bierner 6b081a9f00 Update pug test fixtures 2019-05-24 14:09:55 -07:00
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