Commit Graph

83066 Commits

Author SHA1 Message Date
Jackson Kearl
ab1c920200 Try setting gettingStarted as default editor (#125321)
* Try setting gettingStarted as default editor

* Try fix getting started webview crashing in colorizer tests

* Dont focus overeagarly
2021-06-02 17:43:34 -07:00
rebornix
ebde979a48 fix cell top/bottom border always active. 2021-06-02 17:38:15 -07:00
rebornix
7dacb10b59 fix #125339. 2021-06-02 17:38:15 -07:00
Rob Lourens
e6aaf49398 Move notebook getting started walkthrough to its own section 2021-06-02 17:33:40 -07:00
SteVen Batten
f473e3dc9f fixes #125047 2021-06-02 17:29:13 -07:00
rebornix
6cc80fea81 fix #125338. 2021-06-02 17:16:36 -07:00
rebornix
66917f4179 fix #125334. 2021-06-02 17:02:38 -07:00
rebornix
2356d7c5b7 fix init layout interrupted by editor group resize. 2021-06-02 16:59:18 -07:00
Rob Lourens
a2a6112766 Hide execute actions from markdown toolbar
Fix #125336
2021-06-02 16:44:08 -07:00
SteVen Batten
272208523b register the extension request handler once workspace is resolved
fixes #125342
2021-06-02 16:41:02 -07:00
rebornix
4c57cf4031 fix #125175. 2021-06-02 16:36:54 -07:00
rebornix
bbc4995eca fix #125176. 2021-06-02 16:31:34 -07:00
SteVen Batten
195477a0e9 remove unused import 2021-06-02 16:20:19 -07:00
rebornix
68e862e1d6 skip flaky window test. 2021-06-02 16:18:52 -07:00
rebornix
9bd7cbd140 notebook.insertToolbarLocation 2021-06-02 16:11:43 -07:00
Eric Amodio
769e7080f4 Fixes #125350: disallow in untrusted ws 2021-06-02 19:10:51 -04:00
Miguel Solorio
ae2f0b39e6 Fix #122741 2021-06-02 15:51:40 -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