Commit Graph

54638 Commits

Author SHA1 Message Date
isidor
a55b7ecf69 fixes #80921 2019-09-19 17:33:32 +02:00
Andre Weinand
1ad5b21b5a node-debug@1.38.8 2019-09-19 16:27:35 +02:00
Martin Aeschlimann
798e32cb83 code.sh: pipe error still printed. For https://github.com/microsoft/vscode-remote-release/issues/1420 2019-09-19 16:15:13 +02:00
isidor
a9c67d8b82 extHost startDebugging minor polish 2019-09-19 16:08:52 +02:00
Isidor Nikolic
c4a6fc1078 Merge pull request #80673 from dgozman/fix-62419
Allow debug session to share repl with its parent; fixes #62419
2019-09-19 16:05:08 +02:00
isidor
4f04524fd7 do not inline touchbar icons - does not work
fixes #81111
2019-09-19 16:03:04 +02:00
Andre Weinand
78f9269daf node-debug@1.38.7 2019-09-19 15:38:50 +02:00
Benjamin Pasero
8fb28a37e9 debt - picking and opening file/folder/workspace is an electron thing 2019-09-19 15:01:56 +02:00
Benjamin Pasero
f882a95952 debt - require electron and not Electron 2019-09-19 14:45:06 +02:00
Benjamin Pasero
af00f97482 debt - temporary allow IElectronService in file dialog service 2019-09-19 14:45:06 +02:00
Benjamin Pasero
d58aa5ebe0 debt - use electron dialogs through electron service 2019-09-19 14:45:06 +02:00
Alex Ross
ceb795a88f Fix commit 2019-09-19 12:57:04 +02:00
Alex Ross
a3d141c179 Improve custom tree view fileIcon event fix 2019-09-19 12:56:08 +02:00
Alex Ross
bd8f87e90f Custom views are doing work too early
because the fileIconThemeChange event is firing before we expect it
2019-09-19 12:53:40 +02:00
Benjamin Pasero
2c42211762 debt - handle devtools via electron service 2019-09-19 12:23:28 +02:00
Benjamin Pasero
5de60c1be4 web - fix broken static extensions 2019-09-19 11:53:30 +02:00
Alex Ross
6ba021ba32 Add more scopes to themes based on feedback for C++ and discussion
Part of #80783
2019-09-19 11:49:52 +02:00
Andre Weinand
69fa361afe use final 1.37 version of DAP modules 2019-09-19 11:46:54 +02:00
Andre Weinand
29d6e21a77 node-debug@1.38.6 2019-09-19 11:46:54 +02:00
isidor
9088dbe366 breakpoints: comments and a minor fix 2019-09-19 11:36:38 +02:00
Alex Ross
c1fdabc4f2 Update themes with c++ scopes based on discussion
Part of #80783
2019-09-19 11:22:47 +02:00
isidor
ba439b2406 breakpoint widget: focus input on change context to make it more user friendly 2019-09-19 11:21:04 +02:00
isidor
accd8597f0 debug: dispose context menu actions on hide. Also some breakpoint polish 2019-09-19 11:15:04 +02:00
Christof Marti
c2dcd0ba67 icon > codicon (fixes #81142) 2019-09-19 10:48:07 +02:00
Benjamin Pasero
8cd4c5a4f2 debt - windowsService => legacyWindowsMainService 2019-09-19 10:19:18 +02:00
Benjamin Pasero
e69400a2e2 debt - launchService => launchMainService 2019-09-19 10:09:08 +02:00
Benjamin Pasero
443ab8f33e debt - extract a openEmptyWindow method and support in web 2019-09-19 10:06:21 +02:00
Sandeep Somavarapu
6a81e81b03 initialize statu 2019-09-19 10:01:26 +02:00
Sandeep Somavarapu
c813ee9ca7 Start extensions sync 2019-09-19 09:45:20 +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
72177d7730 ipc - adopt simple proxy for menubar service 2019-09-19 08:23:38 +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
Miguel Solorio
8b6e0efc0a Update folding icon to use icon font 2019-09-18 19:38:50 -07: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
16577caa8c Mark immutable fields as readonly 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
chrisdias
1eb87b0e9c update distro 2019-09-18 16:33:51 -07:00
Pine Wu
75e94ddcff Fix #81126 2019-09-18 15:59:56 -07:00