Commit graph

49999 commits

Author SHA1 Message Date
Miguel Solorio b8392d9c22 Fix icon issue in tree view with commands 2019-06-07 09:25:11 -07:00
Daniel Imms a902354090 Remove ctrl+\ to split terminal on win+linux
It prevents sending SIGQUIT

Fixes #75074
2019-06-07 09:18:07 -07:00
Johannes Rieken eef34231c1 rename - use DisposableStore over IDisposable[] 2019-06-07 17:42:31 +02:00
Johannes Rieken b0cf4b2497 referenceSearch - use DisposableStore over IDisposable[] 2019-06-07 17:39:13 +02:00
Johannes Rieken 29b13ead34 use DisposableStore over IDisposable[] 2019-06-07 17:33:37 +02:00
Johannes Rieken a3ff1a4e22 make Event<T> accept DisposableStore in addition to IDisposable[], #74250 2019-06-07 17:15:58 +02:00
Johannes Rieken 2024296afc first cut/experiment of icon/resouce loading, #75061 2019-06-07 17:04:53 +02:00
Sandeep Somavarapu d941578cd0 update distro 2019-06-07 16:46:46 +02:00
Sandeep Somavarapu 5c171295fc #75079 Use real configurataion service for web 2019-06-07 16:46:10 +02:00
Christof Marti 53852e0f85
Temporarily minimize API usage 2019-06-07 16:23:01 +02:00
Benjamin Pasero 9276768aec status - convert editor entries to individual status entries 2019-06-07 16:07:30 +02:00
Martin Aeschlimann ef70441e30 code.sh is broken in WSL after commit "run code wsl in dev ". Fixes #72263 2019-06-07 15:48:46 +02:00
isidor 12d72b42d0 debug: more maps, less objects
#74948
2019-06-07 14:49:56 +02:00
Martin Aeschlimann af4221b242 Git Diffs in Solarized Light have inappropriate colours. Fixes #75037 2019-06-07 14:39:53 +02:00
Martin Aeschlimann b994c2d38d test resolver polish 2019-06-07 13:08:25 +02:00
Benjamin Pasero c86be1a5a0 status - use flex over float: right ftw 2019-06-07 12:56:16 +02:00
Martin Aeschlimann 7af0fa1cf8 update test-resolver 2019-06-07 12:44:32 +02:00
Johannes Rieken 57a405fa50 dispo debt 2019-06-07 12:39:47 +02:00
Isidor Nikolic 9a4e70e081
Merge pull request #75040 from jeanp413/fix-75038
Always focus explorer viewlet while creating new file/folder
2019-06-07 12:10:23 +02:00
Johannes Rieken 5f91328fb1 fix layer breaker with credentials service, #74997 2019-06-07 12:02:42 +02:00
Benjamin Pasero 7b321a1cb3 web - auto save on by default 2019-06-07 11:59:30 +02:00
isidor 5ef80a9acd fixes #70772 2019-06-07 11:55:30 +02:00
Benjamin Pasero 2c14471b5d update distro 2019-06-07 11:45:49 +02:00
Martin Aeschlimann 39ec656916 minimize distro deltas 2019-06-07 11:30:24 +02:00
Martin Aeschlimann c20b7a9658 run remote integration tests if present 2019-06-07 11:18:43 +02:00
Benjamin Pasero bb714d5982 status - avoid duplicate entries in menu 2019-06-07 10:42:02 +02:00
Martin Aeschlimann 259be0a485 fix gitignore, avoid trailing slashes 2019-06-07 10:31:52 +02:00
Johannes Rieken 5fecf98c49 debt - use disposable store in code lens 2019-06-07 10:25:43 +02:00
Johannes Rieken 07228ca432 call it NullWebviewService 2019-06-07 10:25:43 +02:00
Sandeep Somavarapu ba118c0781 add ignore entries for links 2019-06-07 10:15:33 +02:00
Martin Aeschlimann 64d254c9bd adopt test resolver 2019-06-07 09:33:17 +02:00
Johannes Rieken 9227eb3fe3 web - add webview services (fake and real) to web companion 2019-06-07 09:24:55 +02:00
Martin Aeschlimann 0343212afd fix duplicate gitignore entries 2019-06-07 09:15:42 +02:00
Matt Bierner 3be3d1c138 Use explicit type instead of object for the momento object (#75029)
Using `object` causes errors if we disable `suppressImplicitAnyIndexErrors`
2019-06-07 07:51:30 +02:00
Joao Moreno c2e81451a5 related to #74116 2019-06-07 07:49:48 +02:00
Benjamin Pasero 4ca89463d4 use Map over object {} (#74948) 2019-06-07 07:49:26 +02:00
Joao Moreno 34cafdf547 update node-spdlog to 0.9.0 2019-06-07 07:45:06 +02:00
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