Commit Graph

113546 Commits

Author SHA1 Message Date
Martin Aeschlimann 206341dd9e npm extension: update dependencies (#192870) 2023-09-12 09:48:14 -07:00
Alexandru Dima a17dab9466 Merge pull request #192894 from microsoft/alexd/yummy-bug
Adopting of `ensureNoDisposablesAreLeakedInTestSuite`
2023-09-12 18:47:51 +02:00
Alex Dima cd1c80ccb5 More adopting of ensureNoDisposablesAreLeakedInTestSuite (#190503) 2023-09-12 18:29:36 +02:00
Benjamin Pasero 1a323a474d debt - fix a leak in DiskFileSystemProviderClient.readFileStream (#192893) 2023-09-12 18:21:59 +02:00
Logan Ramos 6bb64ab400 Fix indentation (#191918) 2023-09-12 09:16:11 -07:00
Tyler James Leonhardt 379d31d162 Invoke session change emitter when session is created in getSession (#192828)
fixes https://github.com/microsoft/vscode/issues/192806
2023-09-12 09:13:33 -07:00
dependabot[bot] 01f471f25c Bump actions/checkout from 3 to 4 (#192764)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 09:04:53 -07:00
Daniel Imms 7ea497931b Merge pull request #192886 from microsoft/tyriar/160694
Finalize env.onDidChangeShell
2023-09-12 09:00:10 -07:00
Benjamin Pasero c065c66844 UI Overlap With window.nativeTabs: false, window.commandCenter: true, and Tab per Project (fix #192801) (#192889) 2023-09-12 17:41:53 +02:00
Benjamin Pasero ab3fbd758c debt - properly await runWithFakedTimers (#192887)
* debt - properly await `runWithFakedTimers`

* UI Overlap With `window.nativeTabs: false`, `window.commandCenter: true`, and Tab per Project (fix #192801)

* Revert "UI Overlap With `window.nativeTabs: false`, `window.commandCenter: true`, and Tab per Project (fix #192801)"

This reverts commit 31a191b8f0.
2023-09-12 17:39:39 +02:00
Daniel Imms cf7daf08e3 Finalize env.onDidChangeShell
Fixes #160694
2023-09-12 08:03:59 -07:00
Alex Dima 3950f8aabb Merge remote-tracking branch 'origin/main' into alexd/yummy-bug 2023-09-12 16:31:25 +02:00
Alex Dima 70affead81 Adopt ensureNoDisposablesAreLeakedInTestSuite (#190503) 2023-09-12 16:31:13 +02:00
Alex Ross ed1a8da946 Rename Perl6 to Raku (#192882)
Fixes #168319
2023-09-12 16:20:16 +02:00
Johannes Rieken c410f0d932 Merge pull request #192879 from microsoft/joh/marine-walrus
don't show inline diff when nothing has changed
2023-09-12 16:01:00 +02:00
Henning Dieterichs 90046124d2 Fixes diff editor menu context key conditions 2023-09-12 15:46:05 +02:00
Johannes 92d806dd79 don't show inline diff when nothing has changed 2023-09-12 15:45:03 +02:00
Martin Aeschlimann 07fcfc80c3 update to latest jsonc-parser (#192872) 2023-09-12 14:58:01 +02:00
Johannes Rieken fb589e949a Merge pull request #192862 from microsoft/joh/clumsy-kangaroo
when disposing inline chat controller directly release session (don't wait for SM), enable leak checks in test
2023-09-12 14:14:05 +02:00
Alex Ross cc4775f55a Update themes to accommodate C# grammar change (#192854)
See https://github.com/dotnet/csharp-tmLanguage/issues/290
2023-09-12 12:37:49 +02:00
Johannes c1f8cefbd2 when disposing inline chat controller directly release session (don't wait for SM), enable leak checks in test
re https://github.com/microsoft/vscode/issues/192356#issuecomment-1715428064

re https://github.com/microsoft/vscode/issues/190503
2023-09-12 12:28:18 +02:00
Johannes Rieken 244e9c2da0 Merge pull request #192856 from microsoft/joh/private-hawk
add failing test for `computeHumanReadableDiff`
2023-09-12 12:14:36 +02:00
Sandeep Somavarapu f0c36fbbf6 fix #192333 (#192855) 2023-09-12 11:39:41 +02:00
Johannes 8cb4a0bfac add failing test for computeHumanReadableDiff 2023-09-12 11:22:49 +02:00
Benjamin Pasero 41c6343f84 debt - ensure to close state service (#192850) 2023-09-12 10:49:08 +02:00
Sandeep Somavarapu bbbd8da393 adopt ensureNoDisposablesAreLeakedInTestSuite (#192613)
* #190503 adopt ensureNoDisposablesAreLeakedInTestSuite

* handle disposing in async teardown

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-09-12 10:14:45 +02:00
Aiday Marlen Kyzy 77b4d4d780 Merge pull request #191471 from microsoft/aiday/hoverDelay
Hiding the content hover after 300 ms of being outside of the hover
2023-09-12 09:40:38 +02:00
Benjamin Pasero 1c6c16946e debt - address some todos (#192845) 2023-09-12 09:00:03 +02:00
Johannes Rieken 4cbf6398d2 Merge pull request #192781 from microsoft/joh/maximum-mite
chore - small cleanup of the inline chat API proposal
2023-09-12 08:18:44 +02:00
Connor Peet 35425d369a cli: propagate server closing (#192824)
Previously this was never needed since the connection was only used for
the ext host, which never closed.

Part 1 of fixing #192521
2023-09-12 00:45:39 +02:00
Connor Peet 17015750a3 cli: update openssl (#192825)
* cli: update openssl

* make multi-threaded

* use mt windows versions
2023-09-12 00:44:14 +02:00
Matt Bierner e4c97ea18e Pick up latest TS for building VS Code (#192819) 2023-09-11 23:07:07 +02:00
Megan Rogge 99b66bf283 Merge pull request #192817 from microsoft/merogget/tracker
fix accessible terminal view issue
2023-09-11 15:36:22 -05:00
meganrogge 9c160f9f96 add language 2023-09-11 15:20:02 -05:00
meganrogge 4bbd95ab64 fix #192812 2023-09-11 14:58:10 -05:00
Benjamin Pasero 6b9583d2dc fix (#192807)
* fix

* fix

* fix

* fix
2023-09-11 12:54:53 -07:00
Aaron Munger dbd06ea476 Merge pull request #192637 from microsoft/aamunger/IWFocusCommand
only show IW focus command if an interactive window is open
2023-09-11 12:17:08 -07:00
Andrea Mah 3a6e9c0e16 Quick Text Search: Duplicate results when file is open (#192797)
* Quick Text Search: Duplicate results when file is open
Fixes #191746

* use ResourceSet
2023-09-11 12:05:55 -07:00
João Moreno 39de20e8a3 ensureNoDisposablesAreLeakedInTestSuite: ipc (#192570)
* ensureNoDisposablesAreLeakedInTestSuite: ipc

related to #190503

* debt - proxy services need to ask for disposables

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-09-11 21:01:46 +02:00
Megan Rogge be6c6b7d3c Merge pull request #192803 from microsoft/merogge/update-xterm-vo
xterm@5.4.0-beta.17 - get VO to annouce terminal output and more
2023-09-11 13:59:42 -05:00
meganrogge c3548dac5f xterm@5.4.0-beta.17 2023-09-11 13:14:05 -05:00
Aaron Munger 205637ac2f more test fixes 2023-09-11 10:41:47 -07:00
Peng Lyu ba3978f865 Merge pull request #192796 from microsoft/rebornix/abstract-nightingale
💄 withTestNotebook tracks disposables internally.
2023-09-11 10:15:11 -07:00
Aaron Munger e1cce62383 use context key correctly 2023-09-11 10:06:49 -07:00
Aaron Munger 2b34189854 use object rather than string literal 2023-09-11 09:52:03 -07:00
rebornix 942088c329 Explicit use of DisposableStore. 2023-09-11 09:50:32 -07:00
rebornix d001df0df1 💄 withTestNotebook tracks disposables internally. 2023-09-11 09:41:05 -07:00
Aaron Munger bb91217a52 provide test stubs 2023-09-11 09:33:54 -07:00
Peng Lyu 7dc4dabebe Merge pull request #192788 from microsoft/rebornix/adorable-hummingbird
Re #190503. Fix rest of notebook leaks
2023-09-11 09:25:10 -07:00
João Moreno aed2114adb fix phrasing (#192793)
fixes #192479
2023-09-11 18:07:43 +02:00