Commit graph

120274 commits

Author SHA1 Message Date
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
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
Daniel Imms fbbcc48651
Allow transparency in sticky scroll overlay
Fixes #208470
2024-03-22 14:08:44 -07:00
Daniel Imms abc27efc71
Fix copy action being stolen by terminal chat
What was happening here is chatWidget was called which would initialize the
terminal chat widget, so I switched that to check whether the lazy value exists
and added a hasFocus check for good measure.

Fixes #208413
2024-03-22 13:55:47 -07:00
Aiday Marlen Kyzy dd35d164e1
refactor the test 2024-03-22 21:55:45 +01:00
Martin Aeschlimann fb757ca041
[json/html/css] update services (#208443)
* [json/html/css] update services

* use older language client

* older languageclient

---------

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2024-03-22 21:52:12 +01:00
Aiday Marlen Kyzy 4e98d4b801
Merge branch 'main' into aiday/indentationTestsAccrossDifferentLanguages 2024-03-22 21:50:30 +01:00
Andrea Mah 9b50825a2e
Merge pull request #208459 from microsoft/beautiful-thrush
ensure that search sparkle appears when AI results available
2024-03-22 15:20:26 -05:00
andreamah 13c9d15fd3 ensure that search sparkle appears when AI results available 2024-03-22 13:04:30 -07:00
Daniel Imms dc88e0164b
Merge pull request #208432 from microsoft/tyriar/199734
Don't select all when opening quick chat with a query
2024-03-22 12:59:45 -07:00
Peng Lyu 6030fca4db
Add default keybindings for notebook cell chat when it is enabled. (#208454) 2024-03-22 20:50:29 +01:00
Aaron Munger a832f9955c
add a toolbar item to open cell diagnostic actions (#208358)
* add a toolbar item to open cell diagnostic actions

* fix updated diagnostic handling

* prioritize to be next to cell result

* dispose status bar items, better handling of non-code cell
2024-03-22 12:26:41 -07:00
Michael Lively 9d6c275fb7
Add styling to pad outlineEntry toolbar (#208342)
add styling to pad outlineEntry toolbar
2024-03-22 12:21:02 -07:00
Rob Lourens 34f6d642e6
Fix multiple agent id/name mixups (#208450) 2024-03-22 20:13:13 +01:00
Aiday Marlen Kyzy a7dc4a5246
Merge pull request #208410 from microsoft/aiday/addingMoreTests
Adding more tests to indentation test suite
2024-03-22 20:09:21 +01:00
Aiday Marlen Kyzy 4a8c50eae1
adding one more test 2024-03-22 20:06:21 +01:00
Logan Ramos 429bc0c55d
Fix missing comma (#208442) 2024-03-22 19:19:00 +01:00
Daniel Imms 9643eed6ea
Merge pull request #208441 from microsoft/tyriar/termBell
Update terminalBell to No-Action-Avail_Upd10_-6db.mp3
2024-03-22 11:17:19 -07:00
Daniel Imms c81c9284ce
Merge pull request #208439 from microsoft/tyriar/207739_1
Don't rescale by default
2024-03-22 11:06:41 -07:00
Daniel Imms 2cb0fa3f27
Update terminalBell to No-Action-Avail_Upd10_-6db.mp3
Fixes #194907
2024-03-22 11:01:32 -07:00
Daniel Imms 9d12f1f5a5
Merge branch 'main' into tyriar/207739_1 2024-03-22 10:48:49 -07:00