Commit graph

49960 commits

Author SHA1 Message Date
Benjamin Pasero
29dadcc476 debt - ensure to dispose action toolbar of editor group view 2019-06-11 18:41:33 +02:00
Benjamin Pasero
ce94c833bf workaround #74872 2019-06-11 18:27:27 +02:00
Matt Bierner
3e99f28ef9 Use clear instead of dispose when resetting disposables
Fixes #75283
2019-06-11 09:15:06 -07:00
Matt Bierner
74496c8a24 Fix monaco build error 2019-06-11 08:55:32 -07:00
Matt Bierner
e50e16c9ec Make sure we dispose of marker decorations properly 2019-06-11 08:48:17 -07:00
Matt Bierner
674bb6700b Extend disposable for MenuService 2019-06-11 08:48:17 -07:00
Matt Bierner
a662ad1e98 Use disposableStore 2019-06-11 08:48:17 -07:00
Matt Bierner
4a3ed6c71f Use disposableStore for some actions 2019-06-11 08:48:17 -07:00
Matt Bierner
2aa587600d Use disposableStore for activeEditorListeners 2019-06-11 08:48:17 -07:00
Benjamin Pasero
47ce882e77 web - add web-selfhost 2019-06-11 17:48:05 +02:00
Benjamin Pasero
8b1c28e8a9 fix compile 2019-06-11 17:22:16 +02:00
Christof Marti
18cc196461
Back on 2019-06-11 16:47:25 +02:00
Christof Marti
ff71251d21
Back on 2019-06-11 16:46:59 +02:00
Sandeep Somavarapu
a0184cc541 #75079 Use fileservice for listening to keybindings file changes 2019-06-11 16:34:11 +02:00
Benjamin Pasero
3c1b39ae6b web - add xterm to build dependencies 2019-06-11 16:01:27 +02:00
Benjamin Pasero
73a68c8414 ipc - add channel name to channel error 2019-06-11 16:01:26 +02:00
isidor
0ac3c44cfc explorer: enable dnd for more cases (remote) 2019-06-11 15:56:49 +02:00
Martin Aeschlimann
f1e01146be context key: remoteConnectionState 2019-06-11 15:50:17 +02:00
Sandeep Somavarapu
a15a126186 update distro 2019-06-11 15:33:14 +02:00
Sandeep Somavarapu
fa66271616 #75079 Use URI for machine settings 2019-06-11 15:32:22 +02:00
Benjamin Pasero
e983cdbc6f panel - make terminal the default panel 2019-06-11 15:26:13 +02:00
Sandeep Somavarapu
cf7b5675fa #75079 Use URI for keybindings path 2019-06-11 13:54:34 +02:00
Sandeep Somavarapu
d77341bf14 use URI for appSettingsHome 2019-06-11 13:50:24 +02:00
Isidor Nikolic
18f4630bc5
Merge pull request #75200 from microsoft/isidorn/signservice
Introduce ISignService
2019-06-11 12:57:12 +02:00
isidor
74d99f6b14 Cache the 'vsda' import, because when the same missing module is imported multiple times, The ones after the first will not throw an error. And this will break the contract of the sign method 2019-06-11 12:56:33 +02:00
Martin Aeschlimann
0d30623d10 Close Remote Connection. Fixes https://github.com/microsoft/vscode-remote-release/issues/501 2019-06-11 12:17:55 +02:00
Benjamin Pasero
b8c6fbe9d0 debt - lift feedback contrib to browser 2019-06-11 12:15:18 +02:00
Benjamin Pasero
ba3016188e web - set a panel as default that exists 2019-06-11 12:09:08 +02:00
Benjamin Pasero
9e2490593c web - cleanup main files 2019-06-11 12:03:08 +02:00
isidor
6f9e9dd077 merge master 2019-06-11 11:47:16 +02:00
Benjamin Pasero
f07aa50dc5 web - ensure window focus is true 2019-06-11 11:26:39 +02:00
Sandeep Somavarapu
7cfae38931 use local hash instead of browser hash 2019-06-11 11:21:47 +02:00
Sandeep Somavarapu
87e23c22b5 update distro 2019-06-11 11:11:44 +02:00
Andre Weinand
31c8ff43fb
Merge pull request #75162 from SamB/patch-1
Fix typo: timemout -> timeout
2019-06-11 11:10:40 +02:00
Isidor Nikolic
8a26027b11
Polish as suggested by Ben
Co-Authored-By: Benjamin Pasero <benjamin.pasero@gmail.com>
2019-06-11 10:03:34 +02:00
Benjamin Pasero
7bc29bf67c
debt - fix command alias (#75242) 2019-06-11 10:02:50 +02:00
Benjamin Pasero
0b3a2d9055 fix #75190 2019-06-11 10:01:49 +02:00
Benjamin Pasero
3ae69da3a5 status - incremental updates 2019-06-11 09:59:01 +02:00
Sandeep Somavarapu
0d0e4dfe40 Fix #75109 2019-06-11 09:55:20 +02:00
Benjamin Pasero
eabd2c51a4 fix #69334 2019-06-11 09:54:48 +02:00
Benjamin Pasero
85d0ec7171 update distro 2019-06-11 09:43:46 +02:00
SteVen Batten
ea2f8036d1
remove simple search service for complete remote implementation (#75224)
* code separation

* search working

* cleanup

* remove commented simple search
2019-06-10 23:44:06 -07:00
Daniel Imms
12a43eafbd Fix region comment 2019-06-10 18:45:02 -07:00
Matt Bierner
856086b818 Use disposableStore in a few test files 2019-06-10 16:25:41 -07:00
Matt Bierner
ecad75fdeb Use disposableStore in feedback 2019-06-10 16:20:27 -07:00
Matt Bierner
69f08cbf5c Use DisposableStore 2019-06-10 16:17:21 -07:00
Matt Bierner
d32ba26ae2 Use DisposableStore for htmlContentRenderer 2019-06-10 16:15:45 -07:00
Matt Bierner
1f4e2a21fc Add support for loading contributed TS version
Fixes https://github.com/microsoft/vscode/issues/75222
Fixes https://github.com/microsoft/TypeScript/issues/31623
2019-06-10 15:42:35 -07:00
Daniel Imms
18b659dd5e Fix xterm addons in browser services 2019-06-10 15:08:29 -07:00
Miguel Solorio
1b4eaa3a72 Add icon for Find All References 2019-06-10 15:03:54 -07:00