Commit Graph
120142 Commits
Author SHA1 Message Date
meganrogge 6b8d169dc1 set tab focus when editable widget focused 2024-03-26 12:46:32 -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
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
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
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
Robo cf216ecd5a chore: run oss tool for 1.88.0 (#208481)
* chore: run oss tool for 1.88.0

* chore: bump distro
2024-03-23 03:43:12 +01:00
Matt Bierner 83eb3af362 Debounce chatWidget view model changes (#208120)
Currently we can end up updating the chat list multiple times per frame

With this change, we try to batch some of these updates to avoid this
2024-03-22 18:12:00 -07:00
Martin Aeschlimann 57b0c146d0 Use serverDataFolderName in check-requirements-linux.sh (#208074)
* Use serverDataFolderName in check-requirements-linux.sh

* remove the (new) file check
2024-03-23 10:10:17 +09:00
Aiday Marlen Kyzy 28fecb9490 Merge pull request #208423 from microsoft/aiday/indentationTestsAccrossDifferentLanguages
Adding indentation tests for different languages
2024-03-22 23:54:46 +01:00
Rob Lourens 871cab2b67 Add "variable references" (#208478)
Towards microsoft/vscode-copilot-release#926
2024-03-22 15:45:56 -07:00
Connor Peet 32c524af96 testing: properly apply group default default profiles (#208476)
Fixes #206306
2024-03-22 23:06:12 +01:00
Peng Lyu c1b0fbbe22 remove console.log (#208474) 2024-03-22 22:56:32 +01:00
Connor Peet bb1e1c8fe7 debug: bump js-debug 1.88 (#208472) 2024-03-22 22:28:34 +01:00
Daniel Imms 1b6b6c588e Merge pull request #208471 from microsoft/tyriar/208470
Allow transparency in sticky scroll overlay
2024-03-22 14:27:47 -07:00
Daniel Imms 3bd8776d52 Merge pull request #208467 from microsoft/tyriar/208413
Fix copy action being stolen by terminal chat
2024-03-22 14:21:10 -07:00
Daniel Imms c86bcb5cd6 Move option into shared call 2024-03-22 14:10:55 -07:00