Sandeep Somavarapu
6a81e81b03
initialize statu
2019-09-19 10:01:26 +02:00
Christof Marti
83c0e378d0
Serialize-friendly interface
2019-09-19 09:42:17 +02:00
Christof Marti
715b6c5792
Add extension id that triggered the activation event
2019-09-19 09:42:17 +02:00
Benjamin Pasero
c8fa927f76
debt - have methods for restart, relaunch
2019-09-19 09:21:01 +02:00
Benjamin Pasero
e211ef116e
💄
2019-09-19 08:23:49 +02:00
Benjamin Pasero
f47e7345f1
web - disable DownloadURL for now (crashes PWA, produces empty files)
2019-09-19 08:05:53 +02:00
Benjamin Pasero
0d76b1f9ed
debt - remove old legacy layout (thanks for the time being)
2019-09-19 07:35:49 +02:00
Matt Bierner
6de911e329
Remove pre 1.37 webview state restore logic
...
VS Code in 1.37+ does not use wrapped state objects anymore. Remove the old transition logic
2019-09-18 18:59:02 -07:00
Matt Bierner
1fee5ab5b8
Webviews should prefer to keep their ids across serialize-deserialize
2019-09-18 18:56:46 -07:00
Matt Bierner
6a94ca4699
Delegate to embedder when resolving if one exists
2019-09-18 18:30:16 -07:00
Matt Bierner
27bac598cc
Basic implementation of resolveExternalUri
2019-09-18 18:20:26 -07:00
Matt Bierner
36b66c90e9
Add firstOrDefault helper
...
Array accesses are not strict null checked. Added a type checked helper for when you just want to get the first element of an array of fallback to a default if the array is empty
2019-09-18 18:20:26 -07:00
Matt Bierner
766352d992
Use disposableStore in a few more places
2019-09-18 18:20:26 -07:00
Matt Bierner
e9ac00c6ee
Remove unused disposable fields
2019-09-18 18:20:26 -07:00
Matt Bierner
50a4606318
Fix comment
2019-09-18 18:20:26 -07:00
Matt Bierner
44d0f1b6d9
Remove redundant property init
2019-09-18 18:20:26 -07:00
Matt Bierner
9d09c13a70
Prefer using Disposable.None vs custom noop disposable
2019-09-18 18:20:26 -07:00
Pine Wu
75e94ddcff
Fix #81126
2019-09-18 15:59:56 -07:00
Pine
ded2de95dc
Merge branch 'master' into font-family-jp
2019-09-18 14:29:14 -07:00
Martin Aeschlimann
b10bf696e4
VSCode Insiders breaks into Chrome developer tools with "TypeError: Cannot read property 'layout' of undefined". Fixes #81063
2019-09-18 23:03:10 +02:00
Miguel Solorio
003a1acd23
Increase Extension Octicon size to be visible
2019-09-18 12:41:47 -07:00
Benjamin Pasero
bbb56dba81
web - preserve pathname in URL when opening windows or changing workspaces
2019-09-18 19:23:34 +02:00
Benjamin Pasero
cd0f833fe0
title - introduce remoteName as variable
2019-09-18 19:14:13 +02:00
Sandeep Somavarapu
95e877c12b
Merge branch 'master' into sandy081/httpEndPointSync
2019-09-18 19:03:24 +02:00
Benjamin Pasero
b5a0ab0c94
debt - introduce IHostService and distinguish between web and desktop
2019-09-18 19:02:05 +02:00
isidor
9c85ca3757
breakpoint inline candidate polish
2019-09-18 18:00:59 +02:00
isidor
bcaf812131
breakpoints: make the candidate breakpoints look more clickable
2019-09-18 16:27:01 +02:00
Benjamin Pasero
fb7991a3fd
debt - bring back macOS custom title menu
2019-09-18 15:03:24 +02:00
isidor
a0e65a532d
breakpoints: update decorations with a minor timeout to react once to multiple nearby events
2019-09-18 12:57:34 +02:00
Sandeep Somavarapu
1e10216856
trigger sync after closing the conflicts editor
2019-09-18 12:37:21 +02:00
isidor
7f182c40a9
debug brekpoints: polish inline breakpoint decorations
2019-09-18 12:34:26 +02:00
Sandeep Somavarapu
7ccfc2dcc5
remove user data api implementation
2019-09-18 12:21:34 +02:00
Benjamin Pasero
23d1760117
debt - first cut extract showIteminFolder
2019-09-18 11:32:09 +02:00
isidor
8940dc827d
fix file dialogs
2019-09-18 10:58:33 +02:00
Miguel Solorio
cc481ab31b
Remove unused icon references
2019-09-17 23:23:11 -07:00
Sandeep Somavarapu
76a09c0038
fix icon paths
2019-09-18 01:15:40 +02:00
Sandeep Somavarapu
c894376361
fix settings merging
2019-09-18 01:11:57 +02:00
Rob Lourens
88ff4a7bdd
Fix #80525
2019-09-17 15:35:45 -07:00
Matt Bierner
db358b5b02
Fixing a mismatch in default config for webviews
2019-09-17 15:31:59 -07:00
Matt Bierner
5fc4fe2266
Add resolveExternalUri embedder contribution point
2019-09-17 15:31:59 -07:00
Sandeep Somavarapu
f4766766b4
Auto sync in web
2019-09-18 00:26:48 +02:00
Sandeep Somavarapu
927f8d87a8
Move user data sync to shared process
2019-09-17 23:37:53 +02:00
Benjamin Pasero
a62c6ee148
debt - add openExtensionDevelopmentHostWindow into IExtensionHostDebugService
2019-09-17 18:34:57 +02:00
Benjamin Pasero
7ecb5821cd
debt - remove IWindowService#log in favor of a logger that can log to the main side
2019-09-17 17:47:08 +02:00
Sandeep Somavarapu
874d2fcd3e
sketch user data sync store service with log in
2019-09-17 17:34:23 +02:00
Miguel Solorio
339e226b76
Merge branch 'master' into misolori/icon-font
2019-09-17 08:33:29 -07:00
Alex Ross
6fe6269c41
Keep better track of custom executions for reruns and depends
...
Fixes #80964
2019-09-17 17:27:15 +02:00
Sandeep Somavarapu
c9258e86a6
move credentials service to platform
2019-09-17 17:27:10 +02:00
isidor
e83d9d3acf
breakpoints: render candidates as decorations
2019-09-17 17:16:57 +02:00
Miguel Solorio
64b9f9b00a
Revert notification icon change
2019-09-17 08:01:39 -07:00