Matt Bierner
1ef28f78ea
Use ReadonlyArray for IContextMenuDelegate
and IActionProvider
and DropdownMenu
...
These classes do not (and should not) modify the input actions array. Use `ReadonlyArray` to enforce this
2019-06-06 22:26:37 -07:00
Matt Bierner
06dedefc47
Removing stricter type for index accessor
...
Needs to be revisited
2019-06-06 22:25:12 -07:00
Matt Bierner
b4a00ca33f
Replacing heapservice with lifecycle for code actions
...
Part of #74846
Code Actions can use commands internally, which must be disposed of. We were previously using the heap service for this but this will not work for the web. Add a custom lifecycle instead
2019-06-06 22:12:56 -07:00
Matt Bierner
0aaf00bb6a
Fix a few more implicit index accessor errors
2019-06-06 22:12:36 -07:00
Daniel Imms
c089daa858
node-pty@0.9.0-beta17
...
- Updated @types/node
- Fix compilation under Electron 6
2019-06-06 20:52:24 -07:00
jeanp413
7e5eb633e2
Always focus explorer viewlet while creating new file/folder. Fixes #75038
2019-06-06 21:52:32 -05:00
Miguel Solorio
e0893d7828
Update trim whitespace icon
2019-06-06 16:18:16 -07:00
Miguel Solorio
7652857986
Fix #74973 , update Debug console icon
2019-06-06 16:18:02 -07:00
Daniel Imms
d44e0c2235
Update xterm typings
2019-06-06 15:29:04 -07:00
Matt Bierner
c92c5206a5
Use map for memento statics
2019-06-06 15:28:23 -07:00
Daniel Imms
0a4979360e
xterm@3.15.0-beta23
...
Includes:
- Fix to soft reset
- getCell typings fix
- Parser optimizations
Fixes #75021
2019-06-06 15:21:39 -07:00
SteVen Batten
28a9e1fcec
update distro
2019-06-06 22:03:35 +00:00
Miguel Solorio
d72847cf4f
Merge branch 'master' of github.com:Microsoft/vscode
2019-06-06 14:37:21 -07:00
Miguel Solorio
0f976fca39
Fix debug toolbar icons in docked mode
2019-06-06 14:37:00 -07:00
Matt Bierner
9460a51958
Fix compile error
...
Our incremental build missed these
2019-06-06 14:36:27 -07:00
Miguel Solorio
90c7bfe0c1
Fix breakpoint hint icon
2019-06-06 14:31:20 -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