Commit Graph
124157 Commits
Author SHA1 Message Date
Benjamin PaseroandGitHub f369b51a5e debt - more disposable leak detection in tests (#192962) 2023-09-13 08:46:09 +02:00
Johannes e556633899 make sure to update/show toolbar when restoring a session 2023-09-13 08:45:19 +02:00
Hamir MahalandGitHub 799ab0c712 Merge branch 'main' into feat/copy-command-and-output-in-integrated-terminal 2023-09-12 23:08:04 -07:00
Alex RossandGitHub f36df69328 Add a setting to collapse comments on resolve (#192864)
Fixes https://github.com/microsoft/vscode-pull-request-github/issues/5031
2023-09-13 06:36:16 +02:00
Rob LourensandGitHub 9003ac66f6 Fix debug stop button not working after restarting session (#192951)
Fix #192950
This puts back the leak from before #191913.  I think it's too risky to do a scoped fix when the DebugSession lifecycle is still not really right, I will fix it all with #191904
2023-09-13 12:30:03 +09:00
Rob LourensandGitHub 2b4dc4a757 Fix debug console after restarting debug session (#192949)
* Don't add global DebugSession listeners to rawListeners, which are disposed when a DebugSession is restarted
Fix #192653

* Fix failing unit test
Now we don't dispose some listeners in DebugSession, this is by design

* Fix failing unit tests
2023-09-13 12:28:33 +09:00
Peng LyuandGitHub 7154dc3bca Simplfy notebook diff tests disposable tracking (#192909) 2023-09-12 17:06:35 -07:00
Alexandru DimaandGitHub 87f66b34bd More adoption of ensureNoDisposablesAreLeakedInTestSuite (#192936)
More adoption of `ensureNoDisposablesAreLeakedInTestSuite` (#190503)
2023-09-13 01:11:33 +02:00
Alexandru DimaandGitHub f01155caf2 Try to find out why the test resolver extension would not be present in CI (#192938)
Try to find out why the test resolver extension would not be present in CI (#192584)
2023-09-13 01:10:25 +02:00
Daniel ImmsandGitHub 15c968607e Merge pull request #192935 from microsoft/tyriar/xterm_230912
xterm@5.4.0-beta.19
2023-09-12 14:47:25 -07:00
Megan RoggeandGitHub a75f1b98aa Merge pull request #192925 from microsoft/merogge/building
fire active, inactive before, after lines are processed for reconnected task terminals
2023-09-12 16:46:52 -05:00
Sandeep SomavarapuandGitHub f98f494dc7 Merge pull request #192932 from microsoft/sandy081/literary-wren
fix #192930
2023-09-12 23:34:50 +02:00
8f1417d573 Update terminalTaskSystem.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-09-12 16:32:21 -05:00
Alexandru DimaandGitHub ac12366826 Fix OverviewRulerDecorationsGroup equality check (#192929)
Fixes #192410: Fix OverviewRulerDecorationsGroup equality check
2023-09-12 14:28:09 -07:00
Daniel Imms 6712e0d6e1 xterm@5.4.0-beta.19
Fixes #192630
2023-09-12 14:23:01 -07:00
Sandeep Somavarapu a16a8974ac fix #192930 2023-09-12 23:11:31 +02:00
Alexandru DimaandGitHub a0bb33c949 Dispose cancellation token listener (#192924)
Fixes #192892: Dispose cancellation token listener
2023-09-12 23:04:36 +02:00
Megan RoggeandGitHub e5a5b2a062 Merge pull request #192920 from microsoft/merogge/panel-task
await terminal service `whenConnected` so panel opens and tasks can be reconnected
2023-09-12 16:03:07 -05:00
meganrogge 6a1155fe06 fix opposite case 2023-09-12 15:59:16 -05:00
Aaron MungerandGitHub 3a30b1b561 Merge branch 'main' into aamunger/notebookSymbols 2023-09-12 13:58:50 -07:00
meganrogge f9f79275ba fix #192921 2023-09-12 15:49:51 -05:00
meganrogge f9988f7011 fix #192398 2023-09-12 15:25:48 -05:00
Megan RoggeandGitHub 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
aamunger 3231f23ac6 setting constant 2023-09-12 12:56:49 -07:00
aamunger ebfb087e98 💄 2023-09-12 12:44:14 -07:00
meganrogge c49ecf7d5c fix #187876 2023-09-12 14:38:36 -05:00
Megan RoggeandGitHub 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 MungerandGitHub 6deb2eb28c Merge branch 'main' into aamunger/notebookSymbols 2023-09-12 12:08:40 -07:00
Aaron MungerandGitHub 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 RoggeandGitHub 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 AeschlimannandChristof Marti 21276bad51 fix npm view exploits 2023-09-12 20:11:45 +02:00
Peng LyuandGitHub 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 PaseroandGitHub 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 AeschlimannandGitHub 206341dd9e npm extension: update dependencies (#192870) 2023-09-12 09:48:14 -07:00
Alexandru DimaandGitHub 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 LyuandGitHub 82b1307d79 Merge branch 'main' into rebornix/successful-xerinae 2023-09-12 09:27:28 -07:00
Benjamin PaseroandGitHub 1a323a474d debt - fix a leak in DiskFileSystemProviderClient.readFileStream (#192893) 2023-09-12 18:21:59 +02:00
Logan RamosandGitHub 6bb64ab400 Fix indentation (#191918) 2023-09-12 09:16:11 -07:00
Tyler James LeonhardtandGitHub 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]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 ImmsandGitHub 7ea497931b Merge pull request #192886 from microsoft/tyriar/160694
Finalize env.onDidChangeShell
2023-09-12 09:00:10 -07:00
Benjamin PaseroandGitHub 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 PaseroandGitHub 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