Commit graph

120405 commits

Author SHA1 Message Date
Daniel Imms feb1c25764
Remove stale comment
Fixes #208661
2024-03-26 09:13:55 -07:00
Alex Dima 4284fcd37f
Avoid doing a hit test if the line is empty or if the mouse is after the line width (also fixes #208262) 2024-03-26 17:09:14 +01:00
Daniel Imms 5b3380c48e
Don't clear after timeout, highlight multi-line commands
Fixes #208591
2024-03-26 09:08:43 -07:00
Benjamin Pasero a375ea8754
voice - disable start action when request is active in terminal (#208801) 2024-03-26 17:07:14 +01:00
Alex Dima 27eb6dfa41
Merge remote-tracking branch 'origin/main' into alexd/spiritual-bug 2024-03-26 17:06:07 +01:00
Alex Dima 7a5cdf44ff
Refactor: simplify hit testing flow 2024-03-26 17:05:52 +01:00
Benjamin Pasero 1a2cc56282
Voice: terminal controller is not behaving like view/inline (fix #208791) (#208800) 2024-03-26 17:04:13 +01:00
Benjamin Pasero 3574756bf4
voice - remove now obsolete CSS rules (#208797) 2024-03-26 16:56:30 +01:00
Daniel Imms 46f2641c52
Merge pull request #208796 from microsoft/tyriar/208257_2
Shell integration docs and readonly
2024-03-26 08:54:38 -07:00
Megan Rogge 95b449d11a
Merge pull request #208795 from microsoft/merogge/acc-view-tweaks
fix small issues w accessibiliity help
2024-03-26 08:46:48 -07:00
Aaron Munger 86c791ebb2
clear diagnostics on delete, no diagnostics for IW cells (#208794) 2024-03-26 08:43:28 -07:00
Daniel Imms d0851d5aae
Shell integration docs and readonly
Addressing feedback in #208257
2024-03-26 08:39:19 -07:00
Benjamin Pasero 62d83b2a75
voice - address some action integration issues for terminal inline chat (#208792) 2024-03-26 08:36:37 -07:00
Megan Rogge 22f3839b94
Merge pull request #208793 from microsoft/merogge/voice-conflict
fix issue with terminal chat input focus
2024-03-26 08:34:45 -07:00
meganrogge a6c7311730
fix small issues w accessibiliity help 2024-03-26 08:28:38 -07:00
meganrogge 52d017663b
fix issue with kb conflict 2024-03-26 08:15:03 -07:00
Henning Dieterichs 38695f10be Fixes #208615 2024-03-26 15:57:12 +01:00
Alex Ross 1a54634c51
open a file on a different path but with same name fails (#208785)
Fixes #204886
2024-03-26 15:52:40 +01:00
Megan Rogge 4166553e05
Merge pull request #208781 from microsoft/merogge/list-focus
fix focus response/input terminal inline chat actions
2024-03-26 07:49:54 -07:00
meganrogge c0c2a8ae72
use focus last message 2024-03-26 07:33:11 -07:00
Johannes Rieken 1591ace90e
More inline chat fixes (#208780)
* disable send dropdown menu rendering for anything but panel chat location

fixes https://github.com/microsoft/vscode/issues/208569

* fix https://github.com/microsoft/vscode/issues/208634
2024-03-26 15:07:20 +01:00
meganrogge 1bcfc3e9e1
fix #208731 2024-03-26 06:51:48 -07:00
Benjamin Christopher Simmonds 9ed28b5d67
Fix Activity Bar Position Bottom with Menu (#208767)
fix #207242
2024-03-26 12:47:12 +01:00
Benjamin Christopher Simmonds 9fcefcb44b
Fix Activity Bar theme colors for Secondary Side Bar (#208764)
fix #208259
2024-03-26 12:45:25 +01:00
Benjamin Christopher Simmonds eead56aaf0
Fix setting description for preview editors (#208758)
setting description fix
2024-03-26 12:44:12 +01:00
Johannes Rieken 7a3a29fee3
Assorted inline chat fixes (#208769)
* fix/workaround https://github.com/microsoft/vscode/issues/208549

* fixes https://github.com/microsoft/vscode/issues/208656

* add minHeight to inline chat widget

fixes https://github.com/microsoft/vscode-copilot/issues/4770

* fixes https://github.com/microsoft/vscode/issues/208606

* only honor `refer` flag when its command is the first and only

fixes https://github.com/microsoft/vscode/issues/208574
2024-03-26 12:38:26 +01:00
Ladislau Szomoru 4a6ebe0ee5
Git - fix #208562 (#208761) 2024-03-26 12:32:02 +01:00
Daniel Imms a307d64354
Merge pull request #208524 from cpendery/fix/suggest-on-shell-completion
fix: suggest widget persisting on completion acceptance
2024-03-26 00:13:45 -07:00
Benjamin Pasero 099c39eb5b
Failing integration test: vscode API - globalState / workspaceState (fix #208134) (#208756) 2024-03-26 07:53:08 +01:00
Benjamin Pasero c972b16a33
Integration test failure: workspace.applyEdit drops the TextEdit if there is a RenameFile later (fix #206356) (#208662) 2024-03-26 15:38:03 +09:00
Rob Lourens 5d8491d713
Fix #208089 (#208745) 2024-03-25 17:58:37 -07:00
Connor Peet 53ff5ca19e
testing: assorted TPI fixes (#208740)
* testing: bounds check coverage data

Fixes #208663

* testing: fix coverage label of boolean counts

Fixes #208463

* testing: clarify docs on loadDetailedCoverage

Fixes #208724
2024-03-25 16:14:08 -07:00
Don Jayamanne a8a38595ac
Disable ctrl+A in notebook renderer and support Ctrl+A for inputs (#208635)
* Disable ctrl+A in notebook renderer

* Select All in input elements in outputs
2024-03-25 16:13:56 -07:00
Justin Chen 11f4586955
adds filtering for constant rows in extension qucik access (#208741)
* adds filtering for constant rows in extension qucik access

* quick fix and cleanup

* last bit of cleaning

* removed unused imports
2024-03-26 00:02:53 +01:00
Don Jayamanne 262d4bfaf6
Cell edits to show up as File saved in time line (#208631) 2024-03-25 23:56:40 +01:00
Ladislau Szomoru 8d02db45e9
GitProtocolHandler - update supported schemes based on the platform (#208730) 2024-03-25 15:55:49 -07:00
Matt Bierner 81d996c90e
Fix vuln logging in code blocks (#208716) 2024-03-25 15:55:20 -07:00
Chapman Pendery 40e86a69ad fix: feedback on using MutableDisposable
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-03-25 15:29:32 -07:00
solimant 9b22c85e7d
Honor GitHub brand name casing (#208503) 2024-03-25 15:49:45 +00:00
Rob Lourens b0d975fc63
Add secondary chat execute button (#208495)
* Set up secondary chat execute button

* Add "send to new chat"

* Fix build
2024-03-25 12:25:16 +09:00
Rob Lourens 3c1fdd40ea
Support variable references for non-file variables (#208510)
Fix microsoft/vscode-copilot-release#926
2024-03-25 12:24:54 +09:00
Chapman Pendery 48262cda12 fix: suggest widget persisting on completion acceptance
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-03-23 22:13:57 -07:00
Chapman Pendery 27afafa0dc fix: don't show terminal suggestions when keybindings are sent through to shell
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-03-23 21:35:50 -07:00
Rob Lourens 9b215e88df
Make chat participant 'isSticky' static (#208498)
Also fix more agent IDs showing up in intellisense
Fix #207517
2024-03-24 09:11:50 +11:00
Rob Lourens f23beb2475
Fix adding @ to /help followup (#208497) 2024-03-24 09:10:46 +11:00
Daniel Imms 50b43a6811
Merge pull request #208486 from cpendery/fix/suggestion-sort
fix: terminal suggestions to sort by fuzzy score
2024-03-23 13:52:10 -07:00
Chapman Pendery 9203d2d93a
Merge branch 'main' into fix/suggestion-sort 2024-03-22 23:15:42 -07:00
Chapman Pendery ac0e0ee914 fix: remove unused word distance
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-03-22 23:12:36 -07:00
Chapman Pendery 42a6be0479 fix: terminal suggestions to sort by fuzzy score
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-03-22 23:08:19 -07:00
Robo 711ca555f6
chore: provide option to disable remote unsupported connection banner (#208392) 2024-03-23 06:35:50 +01:00