Commit Graph
113127 Commits
Author SHA1 Message Date
meganrogge a18893966c use shift for linux 2023-09-05 15:26:18 -04:00
Tyler James LeonhardtandGitHub 2ab25fade7 Match on description as well (#192227)
Fixes https://github.com/microsoft/vscode/issues/192077
2023-09-05 21:00:53 +02:00
Matt BiernerandGitHub 37c4f18caf Pick up latest TS to build VS Code (#192219) 2023-09-05 20:34:58 +02:00
Matt BiernerandGitHub 9d0779ad5b Restore default paste fallback (#192218)
Fixes #192196
2023-09-05 20:22:22 +02:00
Daniel ImmsandGitHub fb2928d970 Merge pull request #192215 from microsoft/tyriar/xerothermic-gibbon
Add separator to test output
2023-09-05 10:54:23 -07:00
b29799c8cb List widget onInput cleanup (#191882)
* code cleanup

* cleanup part 2

* Apply suggestions from code review

---------

Co-authored-by: João Moreno <mail@joaomoreno.com>
2023-09-05 19:51:14 +02:00
Daniel ImmsandGitHub 7ef481c93f Merge pull request #192214 from microsoft/tyriar/disposable_leaks
Return an optional DisposableStore from leak fn
2023-09-05 10:45:45 -07:00
Daniel ImmsandGitHub bf605359b0 Add separator to test output
This fixes terminal link detection
2023-09-05 10:40:00 -07:00
Daniel Imms 3f791694da Return an optional DisposableStore from leak fn
Part of #190503
2023-09-05 10:28:45 -07:00
Rob LourensandGitHub 7ead2078eb Merge pull request #192117 from lukaszsamson/fix-event-name
Fix invalid match on `exited` DAP event
2023-09-05 10:20:57 -07:00
Matt BiernerandGitHub 43495ec026 Add unbalancedBracketScopes for markdown (#191844)
Fixes #191843
2023-09-05 10:08:30 -07:00
Connor PeetandGitHub 37aed2e103 eng: replace Event.chain with Event.chain2 (#192202)
Followup from #192026

Removes the original leak-prone implementation of Event.chain and
replaces it with `chain2` which only requires disposable of the
resulting listener.
2023-09-05 17:19:22 +02:00
Johannes RiekenandGitHub 28b5195242 Merge pull request #192007 from microsoft/joh/wandering-jay
fix https://github.com/microsoft/vscode/issues/187779
2023-09-05 17:05:09 +02:00
Johannes RiekenandGitHub d697093f82 Merge pull request #192200 from microsoft/joh/wilful-cougar
chore - avoid duplicate imports
2023-09-05 17:04:48 +02:00
Johannes d52c8b0f33 chore - avoid duplicate imports 2023-09-05 16:46:40 +02:00
Connor PeetandGitHub a3d328a65c testing: fix most disposable leaks in testing, tree (#192026)
This fixes disposable leaks in the testing tests. These tests also
encompass tree views. One big source of leaks I found was `Event.chain`:
technically, every step in the chain is an IDisposable and needs to be
disposed. However, this is very noisy and unergonomic.

As an alternative, I introduce a very small `chain2` implementation
which only requires disposing the resulting event listener, like an
ordinary emitter. It doesn't support debouncing, though it could we if
want it to; there was only a single usable of the chained `debounce`
method in our codebase.

For #190503
2023-09-05 07:19:43 -07:00
Johannes RiekenandGitHub d187d50a48 Merge pull request #192155 from microsoft/joh/corporate-canid
Update playwright
2023-09-05 15:50:32 +02:00
Alexandru DimaandGitHub 01d832c077 Merge pull request #192187 from microsoft/alexd/innovative-unicorn
Only recreate decorations for changed markers
2023-09-05 13:58:29 +02:00
Johannes RiekenandGitHub 137b724984 Merge branch 'main' into joh/corporate-canid 2023-09-05 13:50:57 +02:00
Alex Dima 9c04ba42a8 Fixes #159555: Only recreate decorations for changed markers 2023-09-05 11:58:10 +02:00
Johannes ba3bc87570 unskip test 2023-09-05 11:53:37 +02:00
Johannes 8f4d4d4bad workaround browser bug, fix browser test debugging 2023-09-05 11:47:13 +02:00
Alex Dima 5463b416d2 Move marker creation to MarkerDecorations 2023-09-05 11:13:44 +02:00
Sandeep SomavarapuandGitHub c49fb0039b Merge pull request #192150 from microsoft/sandy081/quick-barnacle
skip tests
2023-09-05 09:57:53 +02:00
Henning DieterichsandHenning Dieterichs ae33b4889e Polishs arraysFind 2023-09-04 22:45:52 +02:00
Henning DieterichsandGitHub e0e970f76b Removes legacy diff editor. (#191989)
* Removes legacy diff editor.

* Fixes CI

* Fixes CI
2023-09-04 22:45:27 +02:00
Ladislau SzomoruandGitHub b9e4141833 Revert "Remove superfluous arg in git smoke.test.ts (#173194)" (#192161)
This reverts commit 9dd556a9e0.
2023-09-04 20:43:33 +02:00
Johannes a10be9fb4c skip smart diff consistency because it fails on webkit and causes other tests to fail... 2023-09-04 18:26:57 +02:00
Johannes 3159fa2493 update playwright 2023-09-04 18:26:25 +02:00
Henning DieterichsandHenning Dieterichs 65e921c5b8 Removes support to pass in diff algorithm via option in favor of a service.
Fixes https://github.com/microsoft/monaco-editor/issues/3558
2023-09-04 17:52:54 +02:00
Sandeep SomavarapuandGitHub 83c8a64a9f fix #180695 (#192141) 2023-09-04 17:39:14 +02:00
Sandeep Somavarapu eafe1c398d #191860 skip until insiders is released 2023-09-04 17:29:31 +02:00
Martin AeschlimannandGitHub 9392904ae4 support diff with reading from stdin (#192149)
support diff with reading from stdin. https://github.com/microsoft/vscode-remote-release/issues/8876
2023-09-04 17:12:32 +02:00
Johannes RiekenandGitHub 328723a6c4 Merge pull request #163541 from qingpeng9802/improve-es5ClassCompat-robustness
improve `es5ClassCompat` robustness
2023-09-04 17:09:10 +02:00
Johannes RiekenandGitHub bdc1210f16 Merge pull request #192148 from microsoft/joh/secondary-beaver
no import-require please
2023-09-04 16:58:03 +02:00
Johannes 014d29b8db no import-require please 2023-09-04 16:43:26 +02:00
Johannes RiekenandGitHub 56e5b04235 joh/marine pinniped (#192145)
* merge adjacent edits when making more minimal edits

* before making them more minimal, group bulk texts into buckets of simple and not so simple edits
2023-09-04 16:39:16 +02:00
wicklesandGitHub 5e0bc193c8 Detect more scoop git bash paths (#192085)
Fixes #192084
2023-09-04 16:20:39 +02:00
Sandeep SomavarapuandGitHub e01815dd61 fix #188929 (#192140) 2023-09-04 16:07:57 +02:00
Ladislau SzomoruandGitHub 4a3ed95527 Git - clarify git extension API usage (#192139)
* Git - clarify git extension API usage

* Fixed white space
2023-09-04 15:40:56 +02:00
Henning DieterichsandHenning Dieterichs 0f816a3513 Diff Algorithm refactoring 2023-09-04 15:28:48 +02:00
Henning DieterichsandHenning Dieterichs d5b7644d9b Splits up keepAlive into keepObserved and recomputeInitiallyAndOnChange 2023-09-04 15:18:18 +02:00
Sandeep SomavarapuandGitHub 976b2d6532 fix #192115 (#192134) 2023-09-04 14:57:47 +02:00
Henning DieterichsandHenning Dieterichs b481d52f17 Introduces ownership model to observable for better debug messages. 2023-09-04 14:51:15 +02:00
justanotheranonymoususerandGitHub 9dd556a9e0 Remove superfluous arg in git smoke.test.ts (#173194) 2023-09-04 14:44:03 +02:00
Alex RossandGitHub 1ac6f50f44 Enable the .. argument for git log (#188500)
* Enable the `..` argument for git log
This will return the commits that the `toRef` has but the `fromRef` does not.

* Use range instead
2023-09-04 14:36:16 +02:00
Johannes RiekenandGitHub 5f935919c6 Merge pull request #192128 from microsoft/joh/courageous-termite
chore - some errors cleanup
2023-09-04 13:58:59 +02:00
Johannes f44e4ed8d4 chore - some errors cleanup 2023-09-04 13:44:39 +02:00
Sandeep SomavarapuandGitHub 63d4fe776b fix #191860 (#192121) 2023-09-04 13:30:46 +02:00
Johannes RiekenandGitHub af0f039869 Merge pull request #181761 from antonioprudenzano/window-focus-fix
added focus_in and focus_out events only on HTMLElement elements
2023-09-04 13:30:08 +02:00