Matt Bierner
9460a51958
Fix compile error
...
Our incremental build missed these
2019-06-06 14:36:27 -07:00
Matt Bierner
f8d038515d
Use DiposableStore in ZoneWidget
...
Changes the `ZoneWidget` base class to use a readonly Disposable store instead of an array of disposables. Also fix two potential bugs in `_initSash`:
- `Sash` is disposable but was not registered as one
- Calling `_initSash` multile times would leak the old sash.
2019-06-06 14:27:04 -07:00
Miguel Solorio
3959ab1fec
Fix #74981 , align debug breakpoint icons
2019-06-06 14:18:25 -07:00
SteVen Batten
1319a70380
Merge pull request #74240 from sbatten/73781
...
fixes #73781
2019-06-06 14:01:20 -07:00
Miguel Solorio
b4e083d100
Fix #74988 , update diff icons in no tabs view
2019-06-06 13:38:22 -07:00
Daniel Imms
58378ac4d0
Fix terminal link tests
2019-06-06 12:23:59 -07:00
Daniel Imms
f96b38d5d5
Dynamically import SearchAddon
2019-06-06 12:18:45 -07:00
Daniel Imms
2997821694
Dynamically import WebLinksAddon
2019-06-06 12:18:45 -07:00
Benjamin Pasero
3740c2b482
status - wording
2019-06-06 21:16:23 +02:00
Benjamin Pasero
0c2dffdd49
status - fix right entries sorting
2019-06-06 21:13:39 +02:00
SteVen Batten
7af87abd6f
fixes #74949
2019-06-06 11:33:51 -07:00
Miguel Solorio
2ce8c8f121
Fix #74989 , update problems view icons
2019-06-06 11:33:20 -07:00
Miguel Solorio
65cc10ed3a
Fix #74969 , reduce badge size
2019-06-06 11:15:45 -07:00
Miguel Solorio
1e75a73129
Merge branch 'master' of github.com:Microsoft/vscode
2019-06-06 11:04:11 -07:00
Miguel Solorio
a8158e7b42
Fix #74968 , make refresh smaller
2019-06-06 11:04:04 -07:00
Martin Aeschlimann
a07cd83e46
update distro
2019-06-06 19:34:41 +02:00
Benjamin Pasero
eddc3f4a23
status - fix empty extension
2019-06-06 18:38:42 +02:00
Benjamin Pasero
21b55c6e86
status - 💄
2019-06-06 18:24:13 +02:00
Benjamin Pasero
a30ebb7117
status - fix issue with padding for first/last item
2019-06-06 18:21:34 +02:00
Sandeep Somavarapu
9cc5310811
add links to git ignore
2019-06-06 17:33:59 +02:00
Benjamin Pasero
a9d477728a
status - cleanup rendering
2019-06-06 17:19:40 +02:00
Martin Aeschlimann
13c2fc3f73
install-server: fetch distro
2019-06-06 17:15:12 +02:00
Martin Aeschlimann
e0ecc737a5
Merge branch 'aeschli/server-bits'
2019-06-06 17:11:25 +02:00
Martin Aeschlimann
0c2c2a1712
remove code-web.js
2019-06-06 17:09:23 +02:00
Martin Aeschlimann
92f52852ef
update web script
2019-06-06 16:40:15 +02:00
Martin Aeschlimann
7caaf06bdf
add node remote task
2019-06-06 16:35:48 +02:00
Johannes Rieken
078da2bca6
This partially reverts "extends Disposable" changes
2019-06-06 16:01:15 +02:00
Alex Ross
a1041f77b8
Spelling errors in some tasks files
2019-06-06 15:57:53 +02:00
Martin Aeschlimann
96c26cf29c
add script
2019-06-06 15:47:10 +02:00
Johannes Rieken
6b4262d5e6
Revert "Extend disposable"
...
This reverts commit 79781e0fe2
.
2019-06-06 15:33:42 +02:00
Johannes Rieken
2cd36100c4
Revert "Update more places where we are using an IDispoable[]"
...
This reverts commit 869e5921d8
.
2019-06-06 15:31:23 +02:00
Benjamin Pasero
37bc56de53
debt - remove not working code
2019-06-06 15:30:36 +02:00
Benjamin Pasero
ff2d8e50ce
status: "debug configurations" => "debug"
2019-06-06 15:27:36 +02:00
Benjamin Pasero
13602bc7aa
Initial work on status bar management ( #74971 )
...
* paper cut - offer a menu to control visibility of status bar entries
* status - change to id/name instead of category
* status - make id/name a static thing that cannot change
* status - adopt visibility for send feedback entry
2019-06-06 15:23:45 +02:00
Alex Ross
a6c444af72
Synchronization issue in tasks problem collection
...
Fixes #74975
2019-06-06 15:21:36 +02:00
Joao Moreno
6dbe048a38
fixes #74116
2019-06-06 14:27:25 +02:00
Johannes Rieken
dc8abec980
adopt new loader, add cached data stats to perf editor, #62643
2019-06-06 12:23:58 +02:00
Martin Aeschlimann
ba0a03fe07
fix git ignore
2019-06-06 12:03:19 +02:00
Martin Aeschlimann
e83ba59d1d
update distro
2019-06-06 12:00:56 +02:00
Martin Aeschlimann
064063f81a
ignore server bits
2019-06-06 12:00:29 +02:00
Aurélien Pupier
7a5bca9faf
Add License field to package.jsons #68423 ( #68771 )
...
it should avoid to have "warning XXX: No license field" during yarn
build
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2019-06-06 11:44:50 +02:00
isidor
df9ad66def
loaded scripts view: add type to not be an array of any
2019-06-06 11:25:13 +02:00
isidor
31221e6299
debug: map polish
...
#74948
2019-06-06 11:21:24 +02:00
isidor
683d774ed0
loaded scripts: use Map
...
#74948
2019-06-06 11:21:06 +02:00
isidor
54ad623f8b
compositePart use Map
...
#74948
2019-06-06 10:55:25 +02:00
Sandeep Somavarapu
20ea43cad3
#74920 Use panel service to hide
2019-06-06 10:52:41 +02:00
Benjamin Pasero
883eafa6d5
status - adopt visibility for send feedback entry
2019-06-06 10:46:42 +02:00
isidor
4f3fccf0ea
explorer: do not reveal file on refresh when autoReveal = false
...
fixes #74851
2019-06-06 10:37:27 +02:00
Matt Bierner
b86bdf8a0b
Fix TS order of initilization issue around dispose and _register
...
By overriding _register in this case, we could end up invoking this function on a subclass that had not actually been inited yet (when `_toDispose` has not been set). I believe the overriding was an accident, so the fix is to remove it
2019-06-06 01:31:31 -07:00
Benjamin Pasero
12fb60ec2e
status - make id/name a static thing that cannot change
2019-06-06 10:27:07 +02:00