Commit Graph
124157 Commits
Author SHA1 Message Date
c3e18bf73f Update src/vs/workbench/contrib/terminalContrib/accessibility/browser/terminal.accessibility.contribution.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-09-08 05:53:31 -04:00
51e65d55c2 Update src/vs/workbench/contrib/accessibility/browser/accessibleView.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-09-08 05:53:20 -04:00
43d3cad23e Update src/vs/workbench/contrib/accessibility/browser/accessibleView.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-09-08 05:52:54 -04:00
ec1d9e50f6 Update src/vs/workbench/contrib/accessibility/browser/accessibleView.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-09-08 05:50:39 -04:00
Aiday Marlen Kyzy 42f29fa3db remove padding because now inline block 2023-09-08 11:50:35 +02:00
Aiday Marlen Kyzy c35f9bc921 setting display of inner line number to inline-block 2023-09-08 11:33:19 +02:00
Aiday Marlen Kyzy c3dc2d5761 continuing instead of early returning 2023-09-08 11:05:50 +02:00
Aiday Marlen Kyzy a41404676c Merge branch 'main' into aiday/notRebuildingFullStickyScroll 2023-09-08 11:03:10 +02:00
Sandeep SomavarapuandGitHub 734f92af9e #190503 adopt to ensureNoDisposablesAreLeakedInTestSuite (#192542) 2023-09-08 11:01:38 +02:00
Aiday Marlen Kyzy 3e3c21a757 Merge branch 'main' into aiday/notRebuildingFullStickyScroll 2023-09-08 10:59:37 +02:00
Sandeep SomavarapuandGitHub a4f08120ca remove timeout (#192541) 2023-09-08 10:56:13 +02:00
João MorenoandGitHub 2fdfa4627e ensureNoDisposablesAreLeakedInTestSuite: lists and trees (#192536)
related to #190503
2023-09-08 10:44:04 +02:00
Johannes ca6c87ff5c Revert "Revert "Improves leak detection reporting.""
This reverts commit e541752986.
2023-09-08 10:42:19 +02:00
Christof Marti e073d674f3 Revert "feat: quick fix for redundant activation events (#192495)"
This reverts commit 0b4fd719e3.
2023-09-08 10:31:35 +02:00
Benjamin PaseroandGitHub 6777698a46 Unit test warnings: Throttler is disposed (fix #192425) (#192530) 2023-09-08 10:27:14 +02:00
Johannes aa24f9bf8c some more ensureNoDisposablesAreLeakedInTestSuite adoptions 2023-09-08 09:58:49 +02:00
Johannes e541752986 Revert "Improves leak detection reporting."
This reverts commit 1ad9d25cd5.
2023-09-08 09:43:50 +02:00
Johannes RiekenandGitHub 207caf648e Merge pull request #192524 from microsoft/joh/frantic-chipmunk
fix some error logs for inline chat test
2023-09-08 09:41:39 +02:00
Johannes 9f8b0442d5 fix some error logs for inline chat test
https://github.com/microsoft/vscode/issues/192446
2023-09-08 09:23:48 +02:00
Sandeep SomavarapuandGitHub c63939af5b adopt to ensureNoDisposablesAreLeakedInTestSuite (#192522)
#190503 adopt to ensureNoDisposablesAreLeakedInTestSuite
2023-09-08 09:09:55 +02:00
Jean Pierre adc1f7d176 Fixes #192517 2023-09-08 01:06:49 -05:00
Benjamin PaseroandGitHub 2f1fcb0b18 debt - enable skipped tests again (#192515) 2023-09-08 08:04:39 +02:00
Rob LourensandGitHub d3b4505ef8 Debug test cleanup (#192503)
* Fix #192430

* Fix Debug ANSI tests that don't pass when run on their own
2023-09-08 02:28:20 +02:00
Tyler James LeonhardtandGitHub 9fbd538cb3 Revert back to 2/3rds (#192502)
It was higher for debugging purposes.
2023-09-08 02:23:16 +02:00
Joyce ErandGitHub c9f35824b1 fix: don't show inline chat hint in output (#192500) 2023-09-08 01:36:17 +02:00
Connor PeetandGitHub b45dd06f62 Merge pull request #192499 from microsoft/connor4312/issue192409
testing: small fixes
2023-09-07 16:28:50 -07:00
Andrea MahandGitHub c410d555fb Cannot read properties of undefined (reading 'getSearchHistory') (#192489)
Fixes #189330
2023-09-07 16:13:41 -07:00
Connor Peet b622283962 testing: use standard formatting for meta-messages in terminal
Fixes #192441
2023-09-07 16:10:21 -07:00
Connor Peet 4bc69a022a testing: fix duplicate message for old results in terminal
Fixes #192436
2023-09-07 16:08:17 -07:00
Connor Peet 90654e8a06 testing: add separator between editor and list
Fixes #192409
2023-09-07 16:05:44 -07:00
Tyler James LeonhardtandGitHub d1594ed4e7 Use a logger (#192496)
Fixes https://github.com/microsoft/vscode/issues/192442
2023-09-08 00:30:15 +02:00
Peng LyuandGitHub 339062e599 Merge branch 'main' into rebornix/holy-canidae 2023-09-07 15:20:09 -07:00
Joyce ErandGitHub 0b4fd719e3 feat: quick fix for redundant activation events (#192495) 2023-09-07 15:12:23 -07:00
Tyler James LeonhardtandGitHub 53d03d0742 Implement a "pending store" and only actually store the last one (#192488)
ref https://github.com/microsoft/vscode/issues/186693
2023-09-07 14:32:15 -07:00
Connor PeetandGitHub 530f01336e debug: some disassembly improvements (#192483)
* debug: some disassembly improvements

Fixes #191925 -- this was the largest change. Things seem to work well
in mock debug.

Then fixing some low-hanging fruit while I'm in the area:

Fixes #185314
Fixes #142571 (if I understand correctly)
Fixes #129527
Fixes #140562
Fixes #131669
Fixes #129655

* rm log
2023-09-07 14:11:01 -07:00
João MorenoandGitHub 6de0c2326e ensureNoDisposablesAreLeakedInTestSuite in splitview, gridview and grid (#192473) 2023-09-07 14:08:18 -07:00
rebornix 5b5d8ca67b Fix sticky scroll test leaking 2023-09-07 13:57:36 -07:00
Aaron MungerandGitHub 7bc8e35b89 Merge pull request #192472 from microsoft/aamunger/scrollableOutput
page up/down should only scroll scrollable output when focused
2023-09-07 13:41:59 -07:00
rebornix e99555e326 Fix notebook diff test leaks. 2023-09-07 13:36:44 -07:00
João MorenoandGitHub b404fdc971 ensureNoDisposablesAreLeakedInTestSuite: zip (#192476)
related to #190503
2023-09-07 13:10:18 -07:00
rebornix 47111caea9 Re #190503. Dispose notebook land tests properly. 2023-09-07 12:59:17 -07:00
Aaron Munger 808dd6dded page up/down should only scroll scrollable output when focused 2023-09-07 11:57:02 -07:00
Daniel ImmsandGitHub b85c99c7b6 Merge pull request #192453 from microsoft/tyriar/192451
Remove overriding of dispose from terminal
2023-09-07 11:27:36 -07:00
Sandeep SomavarapuandGitHub 127eff7506 #190503 adopt to ensureNoDisposablesAreLeakedInTestSuite (#192465) 2023-09-07 11:25:27 -07:00
Daniel ImmsandGitHub c70814cb87 Merge pull request #192458 from microsoft/tyriar/xterm_230907
xterm@5.3.0-beta.73
2023-09-07 11:24:09 -07:00
Nathan Shively-Sanders 7906b2bb61 Merge branch 'main' into ai-codefixes 2023-09-07 10:46:52 -07:00
Daniel ImmsandGitHub c275a04d43 Merge pull request #192450 from microsoft/tyriar/throttler
Fix Throttler dispose warning in unit tests
2023-09-07 10:33:35 -07:00
Tyler James LeonhardtandGitHub 7303649696 Show theme id if it differs from label (#192459)
The idea here is that when the label is localized, it will be different than the id... so the id will be displayed next to the label.

This is similar to Configure Display Language... and also somewhat similar to the Command Palette showing the English label under the localized label.

Fixes https://github.com/microsoft/vscode/issues/192223
2023-09-07 19:23:47 +02:00
Aaron MungerandGitHub 7fbb3154e7 Merge branch 'main' into aamunger/notebookSymbols 2023-09-07 10:17:40 -07:00
Nathan Shively-Sanders 9c5b16a444 Switch entirely to inline+action-based expansion
Except for a couple that still rely only on navtree-based expansion.
Lots of cleanup and standardisation.
2023-09-07 10:13:01 -07:00