meganrogge
fa8a7a84a1
Merge branch 'main' into merogge/onExit
2021-06-02 15:03:58 -07:00
meganrogge
895dbf4dfd
fix #125069
2021-06-02 14:59:41 -07:00
rebornix
60dd761211
update the layout based on treatment.
2021-06-02 14:56:35 -07:00
rebornix
26cd18321b
remove backwards compatible tests.
2021-06-02 14:12:21 -07:00
Matt Bierner
d215fc7238
Fallback to active editor if no webview is focused
...
Fixes #65310
On windows or linux while using our custom title bar, triggering context menus causes the webview element to no longer be focused. This causes the `copy` and `paste` commands to stop working
The fix is to also check the `activeEditor` when dispatching copy/paste
2021-06-02 14:03:18 -07:00
SteVen Batten
c5a4158a65
fixes #125247
2021-06-02 13:54:55 -07:00
meganrogge
3d0d203bb0
fix #124849
2021-06-02 13:50:08 -07:00
rebornix
509906cd91
Merge branch 'notebook/dev' into main
2021-06-02 13:45:54 -07:00
SteVen Batten
4d4f0b528a
fixes #125319
2021-06-02 13:44:22 -07:00
meganrogge
093b03bb39
fix #124854
...
Co-Authored-By: Daniel Imms <daimms@microsoft.com
2021-06-02 12:45:06 -07:00
Daniel Imms
c4da8f4ab1
Improve terminal drag feedback
...
Fixes #125046
2021-06-02 12:43:09 -07:00
meganrogge
55f01b11fa
fix #125067
...
fix #125039
Co-authored-by: Daniel Imms <daimms@microsoft.com >
2021-06-02 12:19:16 -07:00
Jackson Kearl
941a603ccd
Revert "Try fix getting started as default crashing integration tests"
...
This reverts commit 0206b2ee43 .
2021-06-02 12:13:39 -07:00
Jackson Kearl
0206b2ee43
Try fix getting started as default crashing integration tests
2021-06-02 12:13:02 -07:00
Jackson Kearl
d0ba023c71
Fix #122680
2021-06-02 11:50:07 -07:00
Jackson Kearl
48fcde4048
Fix #123476
2021-06-02 11:45:01 -07:00
Henning Dieterichs
0543065c41
Don't commit inline completions on tab when "tabMovesFocus" is active.
2021-06-02 20:42:49 +02:00
Henning Dieterichs
e2ad6d2c9a
Merge pull request #125126 from microsoft/hediet/make-hover-unselectable
...
Sets user-select: none to the hover actions so they cannot be selected anymore.
2021-06-02 20:27:39 +02:00
Logan Ramos
b49731160d
Add henning to my-endgame notebook
2021-06-02 14:02:05 -04:00
Rob Lourens
1fee13180b
Vertically center notebook profile list
2021-06-02 10:56:45 -07:00
Henning Dieterichs
09a3fa687a
Resets context keys properly when editor is disposed.
2021-06-02 19:54:02 +02:00
Tyler Leonhardt
c324c61ad5
add closing tags
2021-06-02 09:25:46 -07:00
Henning Dieterichs
e92e3d1a9e
Reset context keys when Ghost Text Controller is disposed.
2021-06-02 18:18:39 +02:00
Henning Dieterichs
ec5bf6733c
Fixes "Ctrl+Z doesn't retrigger inline suggestions"
2021-06-02 18:12:07 +02:00
Isidor Nikolic
26ff863e3d
Merge pull request #125221 from jeanp413/fix-125035
...
Preserve repl filter value through reloads
2021-06-02 17:56:16 +02:00
Martin Aeschlimann
ce8d2e8602
make IHoverDelegate.placement optional
2021-06-02 17:33:15 +02:00
Henning Dieterichs
32e6054985
Adds more documentation to the proposed inline completion API. Fixes #125267 .
2021-06-02 17:16:13 +02:00
Martin Aeschlimann
20be2c8eaa
icon label hover: allow element placement. Fixes #125090
2021-06-02 17:05:06 +02:00
Martin Aeschlimann
232412ff87
adopt terminalTabList
2021-06-02 17:00:39 +02:00
Daniel Imms
60a3621981
Revert "icon label hover: allow element placement. FIxes #125090 "
...
This reverts commit 1d471214fb .
This broke the build, hover delegate is used implicitly elsewhere
2021-06-02 07:59:19 -07:00
Daniel Imms
4aa9f8271b
Merge pull request #125292 from microsoft/tyriar/themeicon
...
Convert vscode ThemeIcon to internal type
2021-06-02 07:57:27 -07:00
Logan Ramos
8223d3d5c7
Fix #125156
2021-06-02 10:53:23 -04:00
jeanp413
0a32357e6d
Fix filter.filterQuery initialization
2021-06-02 09:52:05 -05:00
João Moreno
3099c6f1c1
ios: trigger list/tree/table context menus
...
related to #120956
2021-06-02 16:51:30 +02:00
Martin Aeschlimann
3a388466b8
tree viewer hover delegate: command handing now comes from hover service
2021-06-02 16:47:16 +02:00
Martin Aeschlimann
1d471214fb
icon label hover: allow element placement. FIxes #125090
2021-06-02 16:47:16 +02:00
Daniel Imms
0ee6895a6b
Convert vscode ThemeIcon to internal type
...
Fixes #125137
Co-Authored-By: Megan Rogge <megan.rogge@microsoft.com >
2021-06-02 07:42:31 -07:00
Ladislau Szomoru
e040c0881f
Workspace trust - calculate trust before extension host starts ( #125283 )
2021-06-02 16:41:21 +02:00
João Moreno
ea339694fc
fixes #125272
2021-06-02 16:35:21 +02:00
Johannes Rieken
727caa7f23
Merge branch 'main' into notebook/dev
2021-06-02 16:20:54 +02:00
Johannes Rieken
e0131062c8
bail on standard start when workspace isn't trusted
2021-06-02 16:17:17 +02:00
João Moreno
0bf73ff15a
make sash work better on ios
...
fixes #125285
fixes #125105
fixes #120937
2021-06-02 16:10:36 +02:00
João Moreno
9764a02c5d
sash: use DomEmitter
2021-06-02 16:10:36 +02:00
Alex Ross
df709ddd3d
Fix otherPortsAttributes protocol not updating correctly
...
Fixes #125079
2021-06-02 15:57:57 +02:00
Johannes Rieken
ef0fb8afb8
Revert "use associatedResource instead of untitledResource, https://github.com/microsoft/vscode/issues/125028 "
...
This reverts commit 17da5e3721 .
2021-06-02 15:55:56 +02:00
Johannes Rieken
073c4ffd7d
remove deprecated notebook-namespace, notebooks is the future
2021-06-02 15:54:31 +02:00
Henning Dieterichs
a24c149520
Merge pull request #125281 from microsoft/hediet/allow-inline-completion-array
...
Allows to directly return an array of inline completions instead of an InlineCompletionList
2021-06-02 15:43:34 +02:00
Martin Aeschlimann
2e53913b63
Separator in remote indicator can appear/disappear. Fixes #122309
2021-06-02 15:27:11 +02:00
Alex Ross
d71e5718c9
Fix ctrl+click to open link in ports view
...
Fixes #125076
2021-06-02 15:25:55 +02:00
Henning Dieterichs
f32b38aa21
Allows to directly return an array of inline completions instead of an InlineCompletionList.
2021-06-02 15:13:55 +02:00