Commit graph

84228 commits

Author SHA1 Message Date
Daniel Imms a3c6632d79 Update xterm@4.13.0
Diff: 873dd76...094bcbd

Fixes #125142
2021-06-24 06:21:12 -07:00
isidor 2ce8c97bc2
fixes #126339
third time's the charm
2021-06-24 15:04:21 +02:00
isidor 8bdf5f4740
fixes #126339 2021-06-24 14:47:46 +02:00
Daniel Imms 91cd3237f4
Merge pull request #127076 from microsoft/tyriar/editor_input_classes__term
Add terminal editor icon and color support
2021-06-24 05:45:51 -07:00
Daniel Imms 344c11408b
Merge pull request #127030 from microsoft/tyriar/editor_input_classes
Add extraClasses to editor input
2021-06-24 05:45:26 -07:00
isidor 2262f1af99
fixes #126339 2021-06-24 14:31:59 +02:00
Ladislau Szomoru f74710525b
Fix #127067 2021-06-24 14:19:36 +02:00
Daniel Imms 4e17e20f87 Add missing instance change event, reduce bad events
Fixes #127000
2021-06-24 05:09:33 -07:00
Daniel Imms 1fb4a63c30 Move style to head element 2021-06-24 04:59:24 -07:00
Daniel Imms 73f7d4d965 Move editor tab styles into terminal service 2021-06-24 04:57:11 -07:00
Daniel Imms 24a6722f22 Add terminal editor icon support
Fixes #126689
2021-06-24 04:47:44 -07:00
Daniel Imms 96f528f5c3
Fix bubble badge spacing
Fixes #127074
2021-06-24 04:46:27 -07:00
Daniel Imms 87a72966ea Remove unused import 2021-06-24 04:36:00 -07:00
Daniel Imms 4cda9c51cf Support label extra classes in anything quick access 2021-06-24 04:30:49 -07:00
Daniel Imms 03cceaece9 Add extra classes to editorQuickAccess, remove undefined return 2021-06-24 04:28:09 -07:00
Daniel Imms 0a7dbd3cf0 Use IEditorInput.getLabelExtraClasses in no tabs title and opened editors 2021-06-24 04:23:57 -07:00
Alex Ross e06e06bdf7
Improve port restore so it happens less often 2021-06-24 09:51:33 +02:00
Martin Aeschlimann 4894393b1a
bump distro 2021-06-24 09:39:43 +02:00
Isidor Nikolic baa2303836
Merge pull request #127044 from microsoft/misolori/debug-icons
Update debug theme styles
2021-06-24 09:37:05 +02:00
Benjamin Pasero 8362724471
editors - add a isEditorInput to reduce type casting
//cc @lramos15
2021-06-24 09:07:01 +02:00
Benjamin Pasero 1625f435b8
backup restorer - make sure to disable overrides (#125211) 2021-06-24 08:37:23 +02:00
Benjamin Pasero 7f855143f9
history - populate editor history from opened editors 2021-06-24 08:18:11 +02:00
deepak1556 3caebff71e chore: bump electron@12.0.12
* Revert "macOS - workaround fullscreen window regression (#125122)"
* Fixes https://github.com/microsoft/vscode/issues/125122
* Fixes https://github.com/microsoft/vscode/issues/126016
* Fixes https://github.com/microsoft/vscode/issues/126013
* Fixes https://github.com/microsoft/vscode/issues/122352
* Fixes https://github.com/microsoft/vscode/issues/126321
2021-06-24 12:25:04 +09:00
Miguel Solorio e9e7245908 Update debug theme styles 2021-06-23 20:15:46 -07:00
Jackson Kearl a3fc50b500
Remove "New Window..." contribution point 2021-06-23 15:49:23 -07:00
Daniel Imms 2714a0e961 Add extraClasses to editor input
This enables consumers to style the tab without misappropriating the
file icon system

Part of #126689
2021-06-23 15:35:33 -07:00
rebornix 1bbd8db46f skip tests checking active element 2021-06-23 14:56:51 -07:00
rebornix 3ff9d40542 disable dnd if the document is readonly 2021-06-23 14:13:09 -07:00
rebornix 0cdbc33aa6 Merge branch 'notebook/dev' into main 2021-06-23 14:08:12 -07:00
rebornix 1237f486bf lookup kb label for execute. 2021-06-23 13:54:32 -07:00
rebornix 26b0bd5a9a allow open existing iw. 2021-06-23 13:46:43 -07:00
Miguel Solorio 6fee73f67e Make checkboxes visible (Refs #126514) 2021-06-23 13:24:28 -07:00
Logan Ramos 400a80796d
isActive tests #126887 2021-06-23 16:00:28 -04:00
Connor Peet dd771de867
testing: update extHostTypeConverters 2021-06-23 12:53:08 -07:00
Connor Peet df5cd47784
testing: update test item async resolving
See https://github.com/microsoft/vscode/issues/126987#issuecomment-867031454
This commit makes the following changes:

- Keep the `resolveChildrenHandler`, and remove the CancellationToken parameter
- Remove `TestITem.status` and instead have `TestItem.canResolveChildren?: boolean`
- Add `TestItem.busy?: boolean`. Note that the UI would implicitly show
  the item as busy while `resolve` is being called. (This is a new feature)

Upgrading to account for these changes should take around 10 to 20 minutes:

1. Where you previously set `item.status = vscode.TestItemStatus.Pending`,
   instead set `item.canResolveChildren = true`.
2. If you used the cancellation token in resolveChildrenHandler, you no
   longer need to do so. What you do here instead is up to you:

	 - If you set up global workspace watchers, add those to `context.subscriptions`
	 - You _probably_ don't need to set up watchers for "file" test items,
	   since you will receive updates via `vscode.workspace.onDidChangeTextDocument`
		 and/or any FileWatcher you have set up.

Example of an update: 7287c64bf7
2021-06-23 12:50:06 -07:00
Logan Ramos fb551dd655
More #126887 2021-06-23 15:23:06 -04:00
Jackson Kearl a24a10dbd2
Add back descrioptions 2021-06-23 11:58:36 -07:00
rebornix 9b50d332dc Merge remote-tracking branch 'origin/main' into notebook/dev 2021-06-23 11:54:25 -07:00
Rob Lourens 57d5d0ffd5 💄 2021-06-23 11:33:42 -07:00
rebornix 6afd4f4590 use offsetHeight other than clientHeight. 2021-06-23 11:33:32 -07:00
Rob Lourens 5c190f83b5 Remove cell breakpoints when deleting the cell 2021-06-23 11:32:14 -07:00
Jackson Kearl edbca6308e
Split out new item pick to new {file, window, folder} 2021-06-23 11:25:11 -07:00
Sandeep Somavarapu 70472fdb3d
install compatible extension 2021-06-23 19:45:27 +02:00
Sandeep Somavarapu ca4d5330cb
rename 2021-06-23 19:45:26 +02:00
Logan Ramos cdb74ef21c
Add untyped matches test #126887 2021-06-23 13:36:54 -04:00
rebornix ee03bb7367 backup always for notebook in iw. 2021-06-23 10:20:21 -07:00
João Moreno 7bd6470e00
docs 2021-06-23 18:09:11 +02:00
Sandeep Somavarapu e917e413f8
fix publisher while replacing in the template 2021-06-23 17:54:47 +02:00
Sandeep Somavarapu 630678d0cb
remove assumeGalleryExtensionsAreAddressable api 2021-06-23 17:42:31 +02:00
Sandeep Somavarapu 9bbef142bc
support installing all web extensions 2021-06-23 17:39:56 +02:00