Commit graph

113561 commits

Author SHA1 Message Date
Megan Rogge 7151639826
Merge pull request #192918 from microsoft/merogge/terminal-folder-open
await task reconnection before tasks run on folder open
2023-09-12 15:12:34 -05:00
meganrogge c49ecf7d5c
fix #187876 2023-09-12 14:38:36 -05:00
Megan Rogge 4c02760af1
Merge pull request #192912 from microsoft/merogge/terminal-active-reconnect
when processing lines for reconnected task terminals, fire task active event so statuses are updated
2023-09-12 14:17:34 -05:00
Aaron Munger 3aea4d643c
Merge pull request #192606 from microsoft/aamunger/NotebookErrorLinks
prioritize html links since they can wrap other link types
2023-09-12 12:00:44 -07:00
Megan Rogge 0f129dad4c
Update src/vs/workbench/contrib/tasks/browser/taskTerminalStatus.ts 2023-09-12 13:53:41 -05:00
meganrogge c059e4163f
fix #190987 2023-09-12 13:49:50 -05:00
Martin Aeschlimann 21276bad51 fix npm view exploits 2023-09-12 20:11:45 +02:00
Peng Lyu 8f12a39b62
Merge pull request #192839 from microsoft/rebornix/successful-xerinae
Enable editor hint for notebook cell editor.
2023-09-12 11:10:49 -07:00
Aaron Munger ab09263c52 linkify tests 2023-09-12 10:41:50 -07:00
rebornix 52b5f9eae1
Fix leaks of editor contribs objects in tests. 2023-09-12 10:29:36 -07:00
Benjamin Pasero f766dc2c35
debt - allow to track disposables in running app (#192871)
* debt - allow to track disposables in running app

* add snapshot support

* add precondition

* update

* input
2023-09-12 09:49:06 -07:00
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
Peng Lyu 82b1307d79
Merge branch 'main' into rebornix/successful-xerinae 2023-09-12 09:27:28 -07: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
rebornix ca0e4c251b
Enable editor hint for notebook cell editor. 2023-09-11 21:47:13 -07: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
Aaron Munger fb8e51346f test for link rendering 2023-09-11 15:12:56 -07: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