Commit Graph

7352 Commits

Author SHA1 Message Date
Benjamin Pasero f5bb67e37a Unit tests cleanup (#115377)
* Tests: avoid creating real editors (fix #115230)

* tests - bring back file editor input factory test

* tests cleanup

* more cleanup
2021-02-01 08:45:42 +01:00
João Moreno 8aab6bc62d fixes #115219 2021-01-28 17:04:43 +01:00
Johannes Rieken 70de88696c d'oh, forgot to adjust anyScore to new data format of FuzzyScore, fixes https://github.com/microsoft/vscode/issues/115250 2021-01-28 09:13:39 +01:00
SteVen Batten 20f8e59d69 fixes #112347 2021-01-27 11:26:49 -08:00
Sandeep Somavarapu e06ef891b7 Fix #114379 2021-01-27 12:44:39 +01:00
João Moreno 93830fbe3d cleanup #113562 2021-01-27 09:37:13 +01:00
Benjamin Pasero f434f853aa pfs - workaround broken reparse points on windows (fix #115113) 2021-01-27 08:28:02 +01:00
rebornix 39d9b04f2c re #115018. 2021-01-26 16:47:26 -08:00
isidor 0a0537961c tree: do not break fully when you can not collapse an unexisting node
#113562
2021-01-26 18:22:58 +01:00
Johannes Rieken 960a93f0e2 add unit test for #114971 2021-01-26 10:38:02 +01:00
Mike Kwon a46fd0ee93 fix: update isUri() to compare fsPath as string 2021-01-25 19:50:06 -05:00
Martin Aeschlimann 89e152635a Limit spin to sync and loading (for #112298) 2021-01-25 21:44:55 +01:00
Jackson Kearl 07c3e907eb Improve glob module to support OS separator agnostic matching (#114810)
* Improve glob module to support OS separator agnotsic matching of full paths and **/paths.

* Fix tartet path
2021-01-25 10:46:09 -08:00
Benjamin Pasero bf93e45b9c files - document file modes we use 2021-01-25 17:16:32 +01:00
Johannes Rieken 604e231d37 fix strictEqual problem 2021-01-25 14:37:44 +01:00
Johannes Rieken 7a89df9592 some more strict asserting tests 2021-01-25 14:25:01 +01:00
Benjamin Pasero 830a7589e2 tests - enable symlink tests for windows again via 'junction' that do not require admin privilges 2021-01-25 11:52:10 +01:00
Benjamin Pasero e60e0eab35 Cleanup some file related unit tests (#114895)
* wip

* clean up

* more test cleanup

* cleanup more

* more cleanup
2021-01-25 11:40:37 +01:00
Johannes Rieken eb5f9becd9 make SubmenuEntryActionViewItem not eagerly fetch/create the actual actions 2021-01-25 09:27:33 +01:00
Benjamin Pasero da0a04fffb Copy function fails over dangling symbolic links (fix #111621) 2021-01-25 08:14:47 +01:00
Alex Dima ed72c64b87 Remove unused constant 2021-01-22 17:50:39 +01:00
Alex Dima de11a7dec6 Rename isEdge to isEdgeLegacy (see https://support.microsoft.com/en-us/help/4533505/what-is-microsoft-edge-legacy) 2021-01-22 17:49:49 +01:00
Benjamin Pasero bd929b33de logging - put storage tracing behind a flag to reduce spam 2021-01-22 17:32:39 +01:00
Benjamin Pasero b9c6730480 add some docs for workaround for #114227 2021-01-22 17:05:36 +01:00
Benjamin Pasero b57017797c debt - adopt some strictEqual in tests 2021-01-22 16:20:23 +01:00
Alexandru Dima 1e0f94f900 Fixes #114468 2021-01-22 15:07:58 +01:00
Alexandru Dima 6f9c818900 💄 2021-01-22 15:07:55 +01:00
Johannes Rieken 37a4b96ae1 simplify FuzzyScore structure, fix high, low match 2021-01-22 14:34:42 +01:00
Benjamin Pasero d7ddcd1e08 debt - cleanup WebFileSystemAccess#supported 2021-01-22 14:28:20 +01:00
Alexandru Dima 1848d3111f Add workaround for #114227 2021-01-22 13:55:42 +01:00
Johannes Rieken 67f1ada71a chore - a few more strict assertions in tests 2021-01-21 16:47:46 +01:00
João Moreno 3ad7af3ab6 💄 2021-01-21 15:17:12 +01:00
João Moreno 9b7323a7ef cleanup types 2021-01-21 15:16:02 +01:00
Benjamin Pasero 6755b6bb3e electron - need to check if window is destroyed before accessing webcontents 2021-01-21 13:37:54 +01:00
Isidor Nikolic 37ea1d8284 Merge pull request #114660 from microsoft/isidorn/async-tree-diffIdentity
asyncDataTree adopt diffIdentityProvider
2021-01-21 12:39:57 +01:00
isidor 19e390d5b5 polish 2021-01-21 12:36:37 +01:00
Alexandru Dima 04ca5c80d3 Merge pull request #114593 from jeanp413/fix-111572
Fixes hovers have horizontal scrollbar when not needed
2021-01-21 12:24:23 +01:00
isidor f5d760b48f Merge branch 'master' into isidorn/async-tree-diffIdentity 2021-01-21 11:09:24 +01:00
Connor Peet c2a2e9cabf testing: show test progress, implement result service 2021-01-20 16:30:21 -08:00
isidor aab5336e53 polish 2021-01-20 20:43:04 +01:00
isidor be4d10efa1 async tree pass on diffIdentityProvider to regular tree 2021-01-20 20:37:39 +01:00
Benjamin Pasero bab7a83909 shared process - check for destroyed webcontents before calling postMessage 2021-01-20 16:50:07 +01:00
Miguel Solorio 16ea22eea1 Update Codicons: Add 'combine' icon
https://github.com/microsoft/vscode-codicons/commit/8b84634c63b0465010b808aae9e75fd329989138
2021-01-19 14:45:20 -08:00
SteVen Batten a11dd7cd48 fixes #114199 2021-01-19 12:48:15 -08:00
jeanp413 3ed456050c Fixes #111572 2021-01-19 15:30:03 -05:00
Connor Peet eba7c23da0 trees: rename option to diffDepth 2021-01-19 10:20:05 -08:00
Connor Peet b32d137681 Merge branch 'test-tree-testing' 2021-01-19 10:01:34 -08:00
Connor Peet 81ec098e60 Merge remote-tracking branch 'origin/master' into smarter-indexed-setchildren 2021-01-19 09:26:09 -08:00
Connor Peet 8883534440 trees: don't use diff identity provider for resort 2021-01-19 09:25:54 -08:00
Benjamin Pasero 4ff784e1fb promise 💄 2021-01-19 15:46:47 +01:00