Commit Graph

67247 Commits

Author SHA1 Message Date
Alex Ross
388da4e6f6 Make task execution event tests more specific 2020-06-16 16:36:10 +02:00
isidor
97a8ded3ba repl: just one more separator in context menu 2020-06-16 16:26:52 +02:00
Isidor Nikolic
58e91ce044 Merge pull request #100288 from daniel-j-davis/feature/paste-in-debug-window
Allow pasting in debug window #100235
2020-06-16 16:25:40 +02:00
isidor
45af152280 call stack view: use comppresed tree
#99736
2020-06-16 16:19:43 +02:00
Daniel Davis
d867dc4e6f Changing pasted to paste 2020-06-16 15:01:04 +01:00
Daniel Davis
d2e1c1112a Changing order of actions, string wrapper and promise resolving 2020-06-16 15:00:25 +01:00
João Moreno
86e6f8121f fixes #100207 2020-06-16 15:55:07 +02:00
Daniel Imms
f4e27033d7 Merge pull request #100285 from microsoft/tyriar/hover_service
Implement workbench hover service
2020-06-16 06:46:23 -07:00
Daniel Imms
393d77cfbe Respect anchor position 2020-06-16 06:45:14 -07:00
Sandeep Somavarapu
b648d17cfc Fix #100289 2020-06-16 15:37:19 +02:00
Daniel Imms
6d157e3068 Allow focusing the hover 2020-06-16 06:33:00 -07:00
Daniel Imms
5d60f564c8 Use options object in HoverWidget 2020-06-16 06:29:57 -07:00
Daniel Imms
65546b33e6 More doc, move xterm-hover into terminal 2020-06-16 06:27:59 -07:00
Daniel Imms
ae0398e400 Add example usage 2020-06-16 06:08:03 -07:00
Daniel Imms
bbcd5175c0 Doc API, make linkHandler optional 2020-06-16 06:01:50 -07:00
Daniel Davis
53c2b24182 Allow pasting in debug window #100235 2020-06-16 13:55:27 +01:00
Daniel Imms
aea5cdce7d Remove test calls 2020-06-16 05:46:02 -07:00
Daniel Imms
7961880011 Hide hover on action 2020-06-16 05:44:28 -07:00
Daniel Imms
5941f84bf3 Prevent hover from re-displaying if it's currently showing the same one 2020-06-16 05:38:44 -07:00
Martin Aeschlimann
1136e2282c marketplace extensions need browser and uiKind 2020-06-16 14:15:15 +02:00
Daniel Imms
cfdea057f4 Allow a element for the target 2020-06-16 04:50:13 -07:00
Daniel Imms
44983e1780 Partially working hover service
Part of #97496
2020-06-16 04:43:03 -07:00
Christof Marti
85bedc7963 Add aria-label (#76972) 2020-06-16 13:16:22 +02:00
Alex Ross
01de8b974e Fix screen reader naration for custom tree items
Fixes #99563
2020-06-16 13:12:19 +02:00
Benjamin Pasero
f1c7a1a85a VSCode opens twice when starting Workspace (fix #100276) 2020-06-16 13:03:40 +02:00
Benjamin Pasero
cf7c0cf3bc files - make sure to dispose model ref when editor input disposed before model is resolved 2020-06-16 12:50:31 +02:00
Sandeep Somavarapu
1eb2a0a93e Fix 100278 2020-06-16 12:48:27 +02:00
Andre Weinand
d4dbf77308 don't "delete" mandatory property; fixes #99479 2020-06-16 12:41:29 +02:00
Sandeep Somavarapu
09f3600f09 refactor - generate preview for replace 2020-06-16 11:48:50 +02:00
Sandeep Somavarapu
5cfe140496 cleanup 2020-06-16 11:29:05 +02:00
Sandeep Somavarapu
39f0db032f move pull and push to abstract synchronizer 2020-06-16 11:29:05 +02:00
Benjamin Pasero
fd476760a8 editor - document dispose better 2020-06-16 11:21:59 +02:00
Benjamin Pasero
12791da108 editor - rename move() to rename() to avoid misunderstanding
This method is not about moving an editor to another group.
2020-06-16 11:01:11 +02:00
isidor
1fad9a4d94 debug: do not store configurations in storage
#100265
2020-06-16 11:00:47 +02:00
Benjamin Pasero
89ef869da3 editors - dispose editors on close unless the same instance is opened in another group 2020-06-16 10:55:37 +02:00
Sandeep Somavarapu
8a17a70dff Fix #100220 2020-06-16 10:18:40 +02:00
Martin Aeschlimann
6d5bed6ac9 update distro 2020-06-16 09:17:15 +02:00
João Moreno
6e84041606 attempt to fix CI 2020-06-16 08:34:27 +02:00
Benjamin Pasero
b71ef95ad1 settings - implement dispose() for keybindings and settings editor
@sandy081 @roblourens fyi
2020-06-16 08:28:12 +02:00
Benjamin Pasero
dcd3480cde web - allow to override product config as API 2020-06-16 07:48:50 +02:00
Benjamin Pasero
aab2c890fd web - version is 1.47 2020-06-16 07:41:15 +02:00
Benjamin Pasero
835ecf5ddf menus - proper types for #99998 2020-06-16 07:32:24 +02:00
Benjamin Pasero
32ec7d4bf5 Some editor override cleanup (#100173)
* editor override - remove id property and rely on options.override instead

* custom editors - code cleanup

* :lipsick:
2020-06-16 07:24:51 +02:00
SteVen Batten
9dde49dc78 fixes #99898 2020-06-15 17:09:54 -07:00
Matt Bierner
d2ae606098 Move webview protocol back to using main process
Fixes #89038
For #95955

This moves the webview local resource protocol back to the main process. It should now also handle remote cases by sending the remote data back to the main process
2020-06-15 16:51:27 -07:00
Rob Lourens
0ed1be8ed7 Ensure double click on markdown cell sets focus into cell editor 2020-06-15 17:45:16 -05:00
Martin Aeschlimann
420c8bb5ad update distro 2020-06-16 00:14:58 +02:00
Martin Aeschlimann
5a571dd2e9 marketplace web extensions build 2020-06-16 00:05:44 +02:00
Rob Lourens
1a8331fade Fix some notebook cell focus/tabbing issues
- Get rid of output focus sink when cell has no output, to avoid a dead spot when tabbing through cell
- Fix the toolbar losing focus shortly after tabbing onto it, by avoid context key churn
- Fix domFocus when focus is in a different element from the one that is selected (depends on an earlier PR in listCommands.ts)
Fix #99782
2020-06-15 16:50:04 -05:00
Andre Weinand
f9c6fa3161 properly resolve ${file} variable; fixes #95423 2020-06-15 22:44:51 +02:00