Commit Graph

124157 Commits

Author SHA1 Message Date
Daniel Imms ca72c0c057 Merge pull request #211572 from microsoft/tyriar/211569
Move more terminal contrib code into terminalContrib
2024-04-29 17:13:17 -07:00
Connor Peet f95b8475ab debug: gracefully shut down debug sessions during eh restart (#211677)
Fixes #210236
2024-04-30 01:23:44 +02:00
Connor Peet 1060a56223 views: fix view filter jumping on resize/view open (#211676)
Fixes #211180
2024-04-30 01:19:45 +02:00
Don Jayamanne 830b537658 Track markdown rendering delays in parameter hints (#211591)
* Track markdown rendering delays in parameter hints

* Address code review comments
2024-04-30 01:07:54 +02:00
Connor Peet 10bea6aa29 debug: fix ctrl+c overwriting prompt text in debug terminal (#211673)
Fixes #209341
2024-04-30 00:54:41 +02:00
Connor Peet 6dffc4040c fix: run tests in explorer context menu not working (#211670)
Fixes #211338
2024-04-30 00:34:12 +02:00
Rob Lourens c67ccc70ec Add sampleRequest to static participant registration (#211664)
* Add sampleRequest to static participant registration
Bringing microsoft/vscode-copilot-release#1165 to main

* Update src/vs/workbench/contrib/chat/browser/chatParticipantContributions.ts

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>

---------

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
2024-04-29 21:15:11 +02:00
Matt Bierner 4c32ab9d95 Show errors on paste/drop edit resolve/apply error (#211663)
Fixes #211137
2024-04-29 20:21:31 +02:00
Michael Lively dd1225cd0d Fix misplaced semicolons (#211661)
fix misplaced semicolons?
2024-04-29 20:05:40 +02:00
Michael Lively 7065120668 Don't show Run Section button in folded cell hint when no code cells present (#211658)
No folded run button when no code cells
2024-04-29 10:59:29 -07:00
Justin Chen bb6fe3b1eb issue reporter wording/ui fixes (#211654)
first pass at some debt and ui changes
2024-04-29 19:25:22 +02:00
Matt Bierner b45d1a1f16 Switch to standard .flat() (#211653) 2024-04-29 10:09:10 -07:00
Matt Bierner 4261ac866b Remove extra type assertions in main thread language features (#211651)
Using `<type>` can hide some common typing issues
2024-04-29 10:08:31 -07:00
Matt Bierner d91b7c62bf Remove some extra type assertions (#211650)
Removing these as they can hide typing errors
2024-04-29 18:35:47 +02:00
Matt Bierner c1cc1a902d Remove most <type> assertions in TS ext (#211648)
These can easily hide typing errors
2024-04-29 18:23:51 +02:00
Benjamin Christopher Simmonds ba7b9278de Merge pull request #211354 from microsoft/benibenj/sure-seahorse
Update shouldShowCustomTitleBar function to consider zenModeActive parameter
2024-04-29 18:21:02 +02:00
Benjamin Pasero 547b3f3df2 visibleTextEditorControls in the editor service doesn't return all visible text editor controls (fix #211357) (#211643) 2024-04-29 18:00:27 +02:00
Daniel Imms 0134c02972 Fix build 2024-04-29 07:36:53 -07:00
Alex Ross 1867e88862 Context menu grouping is broken (#211625) (#211634)
* Context menu grouping is broken
Fixes #211488

* Make grouping explicit
2024-04-29 15:15:12 +02:00
Benjamin Christopher Simmonds 65d749d038 Fix drag feedback in activity bar when contrastActiveBorder is set (#211628)
Activity Bar Contrast border fix #211626
2024-04-29 13:09:08 +02:00
Martin Aeschlimann 7698c6c266 Themes: default theme and default colors are no longer in sync (#211629) 2024-04-29 13:08:44 +02:00
Daniel Imms b79d90c847 Merge branch 'main' into tyriar/211569 2024-04-29 03:14:23 -07:00
Daniel Imms 83e83422c9 Move suggest config into terminalContrib 2024-04-29 03:13:51 -07:00
Daniel Imms 3ce352c9fa More more terminal suggest code into terminalContrib 2024-04-29 02:51:37 -07:00
Daniel Imms d90899f521 Merge remote-tracking branch 'origin/main' into tyriar/211569 2024-04-29 02:50:47 -07:00
Benjamin Pasero 6074d1811b sqlite - block flush when closed (fix #211270) (#211620) 2024-04-29 11:39:25 +02:00
Wenfang Du e1a8b9a1e3 Add 'git-rebase-todo' to COMMON_FILES_FILTER in WorkspacesHistoryMainService (#211614) 2024-04-29 09:35:02 +00:00
Daniel Imms 5fc62c39cd Merge pull request #211571 from microsoft/tyriar/pwsh_si__config__trigger
Allow configuring terminal quick suggestions and on trigger chars
2024-04-29 02:34:21 -07:00
Benjamin Pasero 889274b683 Activity bar does not support contrastActiveBorder (fix #167005) (#211624) 2024-04-29 02:33:29 -07:00
Benjamin Pasero 1d05283bca Pressing F6 on Windows doesn't navigate to the secondary side bar (fix #171229) (#211617) 2024-04-29 10:49:32 +02:00
Benjamin Pasero 2ad9cb5b88 Empty space behind activity bar (fix #209535) (#211608) 2024-04-29 10:40:04 +02:00
Benjamin Pasero 4e893b2096 window - always set button height to prevent flicker (#211607)
* window - always set button height to prevent flicker

* .
2024-04-29 10:37:53 +02:00
Benjamin Pasero 3df6447dee Recently opened: diff editors are not properly excluded when closed (fix #157395) (#211611) 2024-04-29 10:37:21 +02:00
Rob Lourens bce484e4e4 Fix some markdown fillInIncompleteTokens cases (#211593)
* Fix markdown patching for link target with incomplete argument

* Fix extra incomplete constructs inside link text

* Make link target patching more strict

* Patch up markdown inside lists
And fix links more
2024-04-29 07:31:52 +02:00
Daniel Imms 904f076dff Merge remote-tracking branch 'origin/main' into tyriar/pwsh_si__config__trigger 2024-04-28 14:07:22 -07:00
Daniel Imms f25e5c314e Merge pull request #211580 from microsoft/tyriar/211578
Fix terminal suggest to work with namespace completions
2024-04-28 10:37:20 -07:00
Daniel Imms cae932ffec Get [ completions replacing the correct range
Fixes #211195
2024-04-28 10:17:20 -07:00
Daniel Imms 5090e07221 Fix [ namespace completions
Fixes #211578
2024-04-28 10:07:01 -07:00
Daniel Imms be8078d78a Add missing semicolon 2024-04-28 08:52:20 -07:00
Daniel Imms a4a844115e Merge branch 'main' into tyriar/pwsh_si__config__trigger 2024-04-28 08:47:34 -07:00
Daniel Imms a4bb0dd20d Merge pull request #211532 from microsoft/tyriar/pwsh_si__config
shellIntegration.suggestEnabled -> suggest.enabled
2024-04-28 08:47:21 -07:00
Daniel Imms 09712f7191 More more terminal zoom code into terminalContrib 2024-04-28 06:29:46 -07:00
Daniel Imms dd9c3dfa4a More more terminal typeAhead code into terminalContrib 2024-04-28 06:25:44 -07:00
Daniel Imms ea7c90c9f4 More more terminal highlight/links code into terminalContrib 2024-04-28 06:17:09 -07:00
Daniel Imms f97aef4bca More more terminal env/find code into terminalContrib 2024-04-28 06:13:11 -07:00
Daniel Imms 77dae82cb6 More more terminal developer code into terminalContrib 2024-04-28 06:05:26 -07:00
Daniel Imms f58f525174 More more terminal chat code into terminalContrib 2024-04-28 06:01:47 -07:00
Daniel Imms a544191290 More more terminal a11y code into terminalContrib 2024-04-28 05:58:10 -07:00
Daniel Imms 04d9b9e4e5 More more terminal quick fix code into terminalContrib 2024-04-28 05:45:04 -07:00
Daniel Imms 5c2c8557c7 Merge remote-tracking branch 'origin/tyriar/pwsh_si__config' into tyriar/pwsh_si__config__trigger 2024-04-28 05:39:51 -07:00