Commit graph

76244 commits

Author SHA1 Message Date
Benjamin Pasero
e2f7159745 fs - remove custom rimraf solutions 2021-02-03 09:34:03 +01:00
Benjamin Pasero
944c4b4fce fs - drop our custom rimraf solution and use node.js 2021-02-03 09:17:12 +01:00
Benjamin Pasero
5b913c0cc2 Merge branch 'master' into ben/modernize-fs 2021-02-03 08:33:26 +01:00
Jackson Kearl
63ad2bafaf Fix #115321: Getting started Skip button does not use pointer cursor and has really wide click target 2021-02-02 18:55:50 -08:00
Jackson Kearl
b7e588f2c6 Fix #115322: Getting started "Next" button in step is not keyboard accessible 2021-02-02 18:40:09 -08:00
Jackson Kearl
4f8637eb54 Dont contract item on reload 2021-02-02 18:40:09 -08:00
Matt Bierner
bcf14260d2 Make sure contibuted openers are cleaned up if they are renamed for an extension that is not uninstalled 2021-02-02 18:19:30 -08:00
Matt Bierner
34e46f2e67
Support anyOf for rich settings editor (#115648)
This makes it so that object values can use drop downs in the rich settings editor
2021-02-02 18:05:33 -08:00
Jackson Kearl
51e6c241d1 Change click on selected item to deselect it. 2021-02-02 17:41:00 -08:00
Rob Lourens
a9e6b93132 Fix #115393 2021-02-02 17:30:18 -08:00
rebornix
5f3c37f918 fix #115099 2021-02-02 17:19:42 -08:00
Jackson Kearl
82812ed8c9 Treat clicks on the image the same as clicks on the button.
Fixes #115320
2021-02-02 16:55:00 -08:00
Matt Bierner
316a1d86e0
Enable rich settings object editor for schemas that use anyOf (#115642)
The workbench.externalUriOpeners settings uses anyOf in its schema to provide better intellisense. This prevented it from having a good editing experience in our UI settings editor
2021-02-02 16:28:39 -08:00
Matt Bierner
352d5df772
Mark functions abstract for settings tree (#115643)
This makes it so the compiler complains if you forget to implement these methods
2021-02-02 16:28:24 -08:00
Jackson Kearl
617095939f Fix #115323: Getting started pressing enter when when the step has focus does nothing 2021-02-02 15:46:47 -08:00
Harald Kirschner
dfe10d0baf
Get started color polish (#115331)
* Update colors and styles

* Focus on next item when clicking "next"

* Make expanded task icon color blue

* Revert "Focus on next item when clicking "next""

This reverts commit e163e9591f46516118ad7b426c83acc49a482358.

* Remove unneeded return type

Co-authored-by: Miguel Solorio <miguel.solorio@microsoft.com>
Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2021-02-02 15:12:38 -08:00
Sandeep Somavarapu
a105ccb436 #115289 fix show explorer command 2021-02-02 23:58:47 +01:00
Martin Aeschlimann
cba8232d77 update seti & add preview page 2021-02-02 23:53:44 +01:00
Sandeep Somavarapu
570f46ddf2 #115289
- register view open action
- use view open action id if view container open action is not registered
- do not register view container open action for panels and some viewlets
2021-02-02 23:40:31 +01:00
Jackson Kearl
ef64c83ef2 Fix #115429: Search keyword is cleared after window reload 2021-02-02 14:24:40 -08:00
Megan Rogge
01216213ef
improve terminal title sanitizing, fix #115291 (#115634) 2021-02-02 14:24:31 -08:00
Megan Rogge
a881dd44cc
support running active files with filenames containing parenthesis (#114946) 2021-02-02 13:24:05 -08:00
rebornix
66635b8bd6 remove unknown content change in nb text model. 2021-02-02 12:54:11 -08:00
Peng Lyu
acb300b004
Merge pull request #115630 from microsoft/rebornix/multi-selection
multi selection for notebook cells
2021-02-02 12:48:06 -08:00
Eric Amodio
5d84ee5c19 Ensures icons are contained 2021-02-02 15:40:44 -05:00
Matt Bierner
06fc252b9a Prioritize import quickfix over spelling
Fixes #115372

If both import and spelling fixes are returned, only the import will be marked as preferred
2021-02-02 12:32:36 -08:00
Jackson Kearl
501274f1d7 Fix #115633 2021-02-02 11:45:13 -08:00
rebornix
04abcc0338 yarn watchd does not detect interface change again. 2021-02-02 11:44:47 -08:00
rebornix
16d8419562 smoke test 2021-02-02 11:32:29 -08:00
rebornix
5ec17aba95 fix build in exthostnotebook 2021-02-02 11:21:54 -08:00
Logan Ramos
04e6c8638e
Prevent decoding URI the user is trying to open externally (#115615) 2021-02-02 14:17:48 -05:00
Miguel Solorio
3c79b84e34 Update Codicons: add type hierarchy, table, and variable-group icons
6e29ef1dae
39a2dd5bba
2021-02-02 11:10:50 -08:00
Jackson Kearl
57488b5430 Fix #115595: Search editor: respect soft option in revert 2021-02-02 10:54:45 -08:00
Logan Ramos
4aa4d1f65f
Revert "Add a dialog box when opening unsaved files in a custom editor (#114947)" (#115627)
This reverts commit 33f49b2363.
2021-02-02 13:42:55 -05:00
Logan Ramos
33f49b2363
Add a dialog box when opening unsaved files in a custom editor (#114947) 2021-02-02 13:41:34 -05:00
rebornix
c3c0db94f3 Merge remote-tracking branch 'origin' into rebornix/multi-selection 2021-02-02 09:42:55 -08:00
rebornix
c4f273e3df fix tests. 2021-02-02 09:39:10 -08:00
Benjamin Pasero
9c4d248063 fs - avoid one exists() call 2021-02-02 17:47:07 +01:00
Benjamin Pasero
0677d5e6f6 fs - sort pfs and introduce SymlinkSupport namespace 2021-02-02 17:33:41 +01:00
Connor Peet
3088c27fbd
debug: mark terminal as free when the associated debug session ends (#115573) 2021-02-02 08:27:37 -08:00
Alexandru Dima
6662709200
Merge pull request #115578 from obsgolem/master
Added a new "blankLine" option for move units
2021-02-02 17:10:02 +01:00
Alexandru Dima
e6712df111
Simplify logic 2021-02-02 17:06:23 +01:00
Martin Aeschlimann
b60478452f [themes] fix dept in default theme files. Fixes #111877 2021-02-02 17:05:26 +01:00
Alexandru Dima
f345c732a3
Allow moving to blank lines also by model lines 2021-02-02 16:54:31 +01:00
Benjamin Pasero
7a6a45fb2c browser tests - fix regression from updating playwright 2021-02-02 16:53:30 +01:00
João Moreno
76e6174c90
validate yarn.lock changes in PRs 2021-02-02 16:50:58 +01:00
Alexandru Dima
3c6e1758ec
Convert to use PrevBlankLine / NextBlankLine in the "to" argument. 2021-02-02 16:42:13 +01:00
Alexandru Dima
2808625686
No need to create aliases 2021-02-02 16:42:01 +01:00
Benjamin Pasero
1a016a67b2 🆙 deps 2021-02-02 16:34:28 +01:00
Marco Zehe
d50306793f
Upgrade Playwright to v1.8.0. (#115241)
* Upgrade Playwright to v1.8.0. This fixes Upgrade Playwright to 1.8.0 to make VS Code build on ARM64 MacOS 11.2 and beyond #115223.

* Revert changes to yarn.lock
2021-02-02 16:31:27 +01:00