Commit graph

84210 commits

Author SHA1 Message Date
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
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
Rob Lourens ee82cd35f3
Merge pull request #126762 from rickpmartin/configure-max-search-results
Add search.maxResults setting
2021-06-23 08:27:19 -07:00
Benjamin Pasero eef4c4c071 async - remove allSettled types (#126992) 2021-06-23 16:55:05 +02:00
João Moreno 2c9c65f49d
gallery resourceUrlTemplate 2021-06-23 16:48:56 +02:00
Johannes Rieken 242d93851a
add es2020.promise to compile options, https://github.com/microsoft/vscode/issues/126992 2021-06-23 16:42:09 +02:00
Miguel Solorio 269be71912 Fix peek view codicons (Refs #126514) 2021-06-23 07:26:16 -07:00
Miguel Solorio f96515ad0c Fix settings dropdown label (Refs #126514) 2021-06-23 07:20:40 -07:00
Benjamin Pasero 63084a8eea
File > Revert File should be disabled for untitled schemes (fix #126999) 2021-06-23 16:09:00 +02:00
Benjamin Pasero b6e12e0785
some cleanup and polish in editors land
- add `editorId` support to `IResourceEditorInputIdentifier`
- cleanup `EditorInput.matches()`
2021-06-23 16:03:30 +02:00
Benjamin Pasero 27c543871c
editor service: isActive => isVisible 2021-06-23 15:03:25 +02:00
Benjamin Pasero b774d31b7d
Remove custom allSettled-utils (fix #126992) 2021-06-23 14:52:20 +02:00
Sandeep Somavarapu 995a9450f8
update web extension rules 2021-06-23 14:27:28 +02:00
Daniel Imms d2e8b2ffd7 Fix scm decoration spacing
Fixes #126965
2021-06-23 04:38:14 -07:00
Johannes Rieken 46ba6303d3
better re-entrant protection for https://github.com/microsoft/vscode/issues/125211 2021-06-23 13:08:16 +02:00
Johannes Rieken 9840d6f7f6
Revert "prevent reentrant resolving of editor inputs, https://github.com/microsoft/vscode/issues/125211"
This reverts commit 62db4e23d4.
2021-06-23 13:08:16 +02:00
Ladislau Szomoru c52e91be8e
Additional test coverage 2021-06-23 12:20:03 +02:00
Benjamin Pasero d3412c1d32
backups - only resolve editors that are not active (#125211) 2021-06-23 11:59:26 +02:00
Johannes Rieken 7a06a535ff
Merge pull request #126183 from qchateau/fix-duplicated-format
Fix duplicated code format
2021-06-23 11:15:19 +02:00
isidor 17f8ed52c6
Make sure process started via debugger is shutdown when quitting VSCode
fixes #126211
2021-06-23 10:39:39 +02:00