Commit Graph

57277 Commits

Author SHA1 Message Date
Alex Ross
655df8fe0d Make sure tha allViews are ready in remote explorer
Part of https://github.com/microsoft/vscode-remote-release/issues/1847
2019-11-15 10:05:47 +01:00
Benjamin Pasero
ee3a3406c6 lcd - put tabs on their own layer to enable proper rendering 2019-11-15 09:38:48 +01:00
Johannes Rieken
e97c0c2070 fix #84787 2019-11-15 09:20:33 +01:00
Johannes Rieken
03ef538d3d code lens must not be empty... #84726 2019-11-15 09:09:21 +01:00
Johannes Rieken
bfe5a68423 use shared CSS-style element instead of repeated inline styles, only access dom when having contents, #84726 2019-11-15 08:39:01 +01:00
Matt Bierner
bf7d03bf88 Fix one reference to new PanelDescriptor that should have been converted to create 2019-11-14 17:52:02 -08:00
Matt Bierner
87387677d3 Fix strict function types for registerEditorInputFactory
#81574
2019-11-14 17:37:24 -08:00
Matt Bierner
d420e20fcd Fix implicit casts in tests
For #81574
2019-11-14 17:35:14 -08:00
Matt Bierner
23947ea1ff Add strict function type task
For #81574

Replaces the strict property task since this is no longer needed
2019-11-14 17:27:18 -08:00
Matt Bierner
5370653cf8 Use create functions for more descriptors
For #81574

This applies the fix from #84878 to a number of other descriptor classes in our codebase
2019-11-14 17:10:53 -08:00
Peng Lyu
bf93700404 do not allow touch to scroll on body. 2019-11-14 16:52:54 -08:00
Peng Lyu
a7d86df09f window.PointerEvent 2019-11-14 16:51:38 -08:00
Peng Lyu
dfda354bb8 Safari on macOS has PointerEvents as well ... 2019-11-14 16:50:31 -08:00
Matt Bierner
36a8322ae8 Convert SyncActionDescriptor to use a create function (#84878)
For #81574

See #84669 for details of the problem around strict function types. This change converts `SyncActionDescriptor` to use a static `create` function. This allows us to make the `create` function generic so that it can take the correct types for strictFunctionTypes
2019-11-14 16:49:25 -08:00
Peng Lyu
01a1603d51 Global mouse move handler should understand pointer move. 2019-11-14 16:30:56 -08:00
Matt Bierner
40b8c9d073 Allow _ in markdown word definitions 2019-11-14 15:35:46 -08:00
Matt Bierner
738d85a51e Don't return js/ts fix all for empty edits 2019-11-14 15:35:46 -08:00
SteVen Batten
230baa7372 Fix/84231 (#84872)
* account for padding on macOS
fixes #84231

* move to native context menu service
and account for zoom
2019-11-14 14:59:31 -08:00
Connor Peet
524441ffc2 debug: add pwa prefix as an extension host debugger 2019-11-14 12:58:23 -08:00
SteVen Batten
402acff09f fixes #84859 2019-11-14 12:44:16 -08:00
SteVen Batten
90aec68c50 fixes #84806 2019-11-14 11:59:56 -08:00
Matt Bierner
88c2100793 Make sure we always reset bufferSyncSupport when the TS server is started
Splits `reset` from `reinitialize` and makes sure we always `resset` buffer sync support when the service starts
2019-11-14 11:30:41 -08:00
Pine Wu
537fcc46d7 Update css LS 2019-11-14 10:51:52 -08:00
Peng Lyu
38d848caad remove unsed issafari 2019-11-14 10:49:09 -08:00
Peng Lyu
8400359843 Do not hide context menu when relayout happens on iPadOS.
Co-authored-by: penlv@microsoft.com
Co-authored-by: sbatten@microsoft.com
2019-11-14 10:48:31 -08:00
Peng Lyu
3180eafa4e Fix #83719. Trigger Context Menu in Editor with touch. 2019-11-14 10:48:31 -08:00
Peng Lyu
be772cc38f Fix #83719. PointerEvent handler for iOS. 2019-11-14 10:48:31 -08:00
Peng Lyu
50767577ed Fix #83721. Handle pointer events in Color Picker. 2019-11-14 10:48:31 -08:00
Peng Lyu
8a22996a43 Fix #83715. Handle touch to scroll in interactive playground. 2019-11-14 10:48:31 -08:00
Jackson Kearl
e5e3589293 Remove double search on glob enter 2019-11-14 10:32:43 -08:00
Jackson Kearl
74e3cf2377 Flip triggeredOnType logic 2019-11-14 10:28:23 -08:00
isidor
0616326888 fixes #83736 2019-11-14 18:36:41 +01:00
isidor
d5bc3ab7ee Remove gray attributes in launch.json since they are confusing
fixes #80026
2019-11-14 18:19:56 +01:00
Johannes Rieken
485fdf8bea 💄 when disposing all lenses, #84726 2019-11-14 17:56:46 +01:00
Johannes Rieken
9c9b8a9043 drop all view zones via setModel(null) to make closing peek fast, workaround for #84726 2019-11-14 17:56:46 +01:00
Benjamin Pasero
042c660f7c 🆙 sudo-prompt@9.1.1 2019-11-14 17:42:55 +01:00
Benjamin Pasero
71107e37e8 title - seems to be broken when put on separate layer 2019-11-14 17:25:45 +01:00
Johannes Rieken
baea605e2d peek - fix rendering glitches with meta title 2019-11-14 17:25:27 +01:00
Benjamin Pasero
a95ec81401 lcd rendering - also promote sidebar to own layer 2019-11-14 17:03:15 +01:00
Martin Aeschlimann
c1997dcd4b add type bindings to minimist (for #83421) 2019-11-14 16:41:12 +01:00
Sandeep Somavarapu
6d66ce848e Fix #83336 2019-11-14 15:50:41 +01:00
Sandeep Somavarapu
5dc8915042 Merge pull request #84814 from microsoft/sandy081/enableCustomButtonsInMultiSelect
enable custom button in multiselect
2019-11-14 15:50:31 +01:00
Sandeep Somavarapu
d83d2ab99b Merge branch 'master' into sandy081/enableCustomButtonsInMultiSelect 2019-11-14 15:50:00 +01:00
Andre Weinand
c861fe99c1 tweak proposed debug uri API 2019-11-14 15:15:01 +01:00
Benjamin Pasero
9e128e4322 lcd rendering for title (fix #84806) 2019-11-14 14:58:42 +01:00
Benjamin Pasero
dccaf037f3 lcd rendering - put parts on their own GPU layer 2019-11-14 14:31:09 +01:00
Christof Marti
46a5e62853 Adapt height (fixes #84734) 2019-11-14 14:29:46 +01:00
Johannes Rieken
687e276dc2 update references viewlet 2019-11-14 14:07:18 +01:00
Sandeep Somavarapu
c8377edb83 enable custom button in multiselect 2019-11-14 12:44:01 +01:00
Sandeep Somavarapu
0fd9727b12 Configure sync options while turning on 2019-11-14 12:43:11 +01:00