Commit graph

55221 commits

Author SHA1 Message Date
Benjamin Pasero
00fa26ef00 💄 2019-09-27 11:45:51 +02:00
Alex Ross
b0bfcce0e8 Wire up configuration of user and workspace tasks 2019-09-27 11:24:12 +02:00
Sandeep Somavarapu
f733d1c3c1 add logs 2019-09-27 11:14:52 +02:00
Benjamin Pasero
3f7bd94525 debt - lift a few service implementations from platform to workbench 2019-09-27 11:06:53 +02:00
Benjamin Pasero
f39e5c3c13 fix build 2019-09-27 10:48:18 +02:00
Benjamin Pasero
a2352c83b1 debt - adopt ipc proxy for launch service 2019-09-27 10:38:46 +02:00
Benjamin Pasero
0f6305f4b2 debt - adopt channel proxy for localizations 2019-09-27 10:16:02 +02:00
Benjamin Pasero
ad1a0e6d9f debt - move ipcChannelCreator into ipc.ts 2019-09-27 10:05:04 +02:00
Benjamin Pasero
f132464a79 debt - adopt proxy channel for URL channel 2019-09-27 09:58:18 +02:00
Christof Marti
d7ed9381ac
Update commands.yml 2019-09-27 09:51:14 +02:00
Benjamin Pasero
95af84339d 🆙 distro 2019-09-27 09:50:01 +02:00
Christof Marti
268aadc7dd
Update commands.yml 2019-09-27 09:49:29 +02:00
Benjamin Pasero
6ee1da3dc5 debt - shuffle things around 2019-09-27 09:44:35 +02:00
Benjamin Pasero
4e4cb81c57 debt - merge workspaces and history into one 2019-09-27 09:33:43 +02:00
Benjamin Pasero
fc7f5753ad ipc - add tests for channel proxy 2019-09-27 08:52:38 +02:00
Benjamin Pasero
fa9c39ae35 Web: update PWA theme_color dynamically based on theme 2019-09-27 07:43:17 +02:00
Matt Bierner
e0762af258 Move webview content state into webviewPanel instead of webviewEditor
Split out from #77131

The current webview editor api is very procedural. This model has some problems when it comes to supporting editing resources, but actually does make a lot of sense for webviews that aren't backed by real file system resources. For example, if you have a webview that edits some document in the cloud, you should not be required to implement a custom file system provider just to enable basic saving.

This change moves the `onWillSave` and `webviewEditorState` properties back onto `WebviewPanel` instead of keeping them specific to `WebviewEditor`. The save implementation does not fully work yet, as the will require #81521
2019-09-26 18:05:37 -07:00
Matt Bierner
e5efdb4b4b Expand documentation for typescript.tsdk
Fixes #42243
2019-09-26 17:29:13 -07:00
Matt Bierner
9b1bc4f06a Remove unused properties 2019-09-26 16:37:28 -07:00
Matt Bierner
1ef51e2c0e Add explicit types 2019-09-26 16:34:48 -07:00
Matt Bierner
c9ee5111a2 Marking events readonly 2019-09-26 16:10:48 -07:00
Matt Bierner
06dedcd016 Prefer using isEqual over string compare of uris 2019-09-26 16:10:48 -07:00
Matt Bierner
d9950173c1 Draw image border for custom image editor 2019-09-26 16:10:48 -07:00
Matt Bierner
1077b27ce7 Extract method 2019-09-26 16:10:48 -07:00
Matt Bierner
0fb42f7ab2 Draw shadow for diff view with custom editors 2019-09-26 16:10:48 -07:00
Matt Bierner
71f4f39092 Mark event fields as readonly 2019-09-26 16:10:48 -07:00
Matt Bierner
3974fee167 Bail early in mime check 2019-09-26 16:10:48 -07:00
Matt Bierner
d8748101e3 Use isEqual instead of string compare 2019-09-26 16:10:48 -07:00
Miguel Solorio
2c373c2aac Fix edit icon in keybindings 2019-09-26 14:26:21 -07:00
Miguel Solorio
ff63dd119b Fix #81491, rotate splut terminal icon when panel is on right 2019-09-26 14:13:34 -07:00
Sandeep Somavarapu
d34109e2ba #80862 Add an option is spdlogger for sync logging 2019-09-26 22:59:30 +02:00
SteVen Batten
bfcc5ad1cc no background change for compact menubar 2019-09-26 12:24:05 -07:00
Miguel Solorio
381603c76c
Merge pull request #81505 from microsoft/misolori/octicons
Update Octicons to use new style
2019-09-26 12:00:48 -07:00
Miguel Solorio
ff8614ec6c
Merge branch 'master' into misolori/octicons 2019-09-26 11:59:55 -07:00
Rob Lourens
af76be4405 Rename remoteAuthority to remoteName for views contribution point 2019-09-26 11:17:36 -07:00
Pine
effbd9b1a8
Merge pull request #81442 from davidreis97/78984
Add support for touch events on the suggest widget (Fixes #78984)
2019-09-26 11:15:59 -07:00
David Reis
2e88aaf19e Renamed onListMouseDown and onListTap functions to onListMouseDownOrTap in SuggestWidget 2019-09-26 18:25:11 +01:00
Pine Wu
5dc057df59 Upgrade emmet helper deps for #77776 2019-09-26 10:21:36 -07:00
Benjamin Pasero
e193a680e3 debt - reduce isWeb usages 2019-09-26 19:01:58 +02:00
Benjamin Pasero
136dbe9e20 debt - move native dialog options 2019-09-26 19:01:58 +02:00
Miguel Solorio
9178de5e30 Merge branch 'master' of github.com:Microsoft/vscode 2019-09-26 09:38:49 -07:00
Miguel Solorio
1e47bb781d Update loading spinner to animate on icon element 2019-09-26 09:38:35 -07:00
Benjamin Pasero
64eed745f5 💄 move a few services around 2019-09-26 18:37:58 +02:00
Miguel Solorio
199aa4f22a Inherit color for search viewlet icons 2019-09-26 09:37:24 -07:00
Benjamin Pasero
a3801764e3 💄 move things around 2019-09-26 18:16:29 +02:00
Miguel Solorio
ba3613e903 Update Octicons to new style 2019-09-26 09:15:15 -07:00
Miguel Solorio
632115a4d6
Merge pull request #81446 from microsoft/misolori/icon-font-tree
Adopt icon font in tree widgets and panels
2019-09-26 08:41:09 -07:00
Miguel Solorio
f74b414527
Merge branch 'master' into misolori/icon-font-tree 2019-09-26 08:40:45 -07:00
kieferrm
b3175f5159 update distro commit 2019-09-26 15:31:52 +00:00
Daniel Imms
9ff086de4f
Merge pull request #81451 from microsoft/tyriar/xterm_update
xterm@4.1.0-beta8
2019-09-26 08:23:38 -07:00