Commit graph

122039 commits

Author SHA1 Message Date
Connor Peet 11533e5b1d
ports: fix protocol switcher not working locally (#213951)
Fixes #213944

It previously always targeted the USER_REMOTE settings when changing the
protocol, but these did not exist locally.
2024-05-31 08:05:29 -07:00
Benjamin Pasero 3a1ad5f077
perf - fix counting of major GCs (#214016) 2024-05-31 16:51:30 +02:00
Benjamin Pasero aaa5cb462e
Allow to pass language mode for workbench.action.editor.changeLanguageMode action (fix #213688) (#213912) 2024-05-31 16:35:08 +02:00
Johannes Rieken e33013da3f
Fix layout issues in inline chat (#214013)
* clamp followup height to three lines

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

* follow up question should not define the widget of the chat input part
2024-05-31 16:26:06 +02:00
Johannes Rieken 302d71ff5b
add unit test to confirm https://github.com/microsoft/vscode-copilot/issues/5442 (#214012) 2024-05-31 16:05:43 +02:00
Johannes Rieken 5c31068a22
chore - remove unused/dead code (#214009)
* remove dead `IInlineChatResponse`

* remove `IInlineChatSession`
2024-05-31 15:50:39 +02:00
Sandeep Somavarapu e258ea4d8f
fix #213837 (#214007) 2024-05-31 15:19:11 +02:00
Johannes Rieken 699cf5b3ee
chore - tweak state validation logic to play nicer with our test integration (#214006) 2024-05-31 15:11:40 +02:00
Alex Ross b8e3432a0b
Update grammars (#214005) 2024-05-31 15:09:59 +02:00
Alex Ross 07eca286b3
Fix comment not expanding (#213985)
Fixes #213974
2024-05-31 15:00:25 +02:00
Aiday Marlen Kyzy 606c7e23cf
Adding the padding border back into hover.css file (#214001)
adding the padding-border back
2024-05-31 14:52:56 +02:00
Johannes Rieken 95b4682f72
refine "workspace.stats.metadata" (#214000) 2024-05-31 14:48:52 +02:00
Sandeep Somavarapu f444002632
proper fix #213971 (#213995) 2024-05-31 13:21:48 +02:00
Johannes Rieken 0e9d31e17d
Fix empty diff editor, leakage, and duplicated labels (#213993)
Store/dispose a reference to the RHS model of the compare editor instead of the model, make sure diff editors are released, fix repeated labels

fixes https://github.com/microsoft/vscode-copilot/issues/5885
fixes https://github.com/microsoft/vscode/issues/213992
2024-05-31 13:09:31 +02:00
Johannes Rieken 573dc3dcf4
collect metadata about workspace stats collection (#213982) 2024-05-31 11:58:02 +02:00
Ladislau Szomoru cf3e34fc2f
Git - add error handling for traversing workspace folders during repository discovery (#213975) 2024-05-31 11:24:12 +02:00
Johannes Rieken fab42a71ba
fix https://github.com/microsoft/vscode/issues/213970 (#213977) 2024-05-31 10:55:56 +02:00
Connor Peet 54dd0ecc65
forwarding: make https work for port forwarding (#213943)
Closes https://github.com/microsoft/vscode/issues/201465
2024-05-30 21:42:51 -07:00
Connor Peet b82c3b9087
testing: allow test runs to run tests outside of the original scope (#213945)
Fixes #213182
2024-05-30 21:42:41 -07:00
Connor Peet e2e6f63477
testing: fix title for show/hide inline coverage (#213946)
Fixes #213830
2024-05-30 21:42:32 -07:00
Logan Ramos 98b6706768
Bump versions (#213961) 2024-05-31 02:38:37 +02:00
Matt Bierner b1ecfe96b5
Don't use shell for spawning node (#213960)
Fixes #204678
2024-05-30 17:08:47 -07:00
Megan Rogge ca688da9fb
add signalOptions description (#213957)
fix #213670
2024-05-30 16:51:01 -07:00
Bhavya U 2295f3aa19
Update distro (#213955) 2024-05-31 00:53:22 +02:00
Megan Rogge fc4f1252d7
ensure chat response isn't too verbose (#213939)
fix #212788
2024-05-30 20:42:26 +02:00
Bhavya U 6067f13b19
Add null check for session in accountsEntitlements (#213933) 2024-05-30 20:40:08 +02:00
Johannes Rieken 135c59ab34
Fix issue with "reun without" while request is pending (#213926)
- send out `ChatRequestRemovalReason`
- make inline chat re-enter `SHOW_REQUEST` when resending an active request
- the `SHOW_REQUEST` state should be prepared to come after the request has started
- more cancellation checking with `asProgressiveEdit`
- add tests

https://github.com/microsoft/vscode-copilot/issues/5997
2024-05-30 20:39:42 +02:00
Megan Rogge 576e1dc41a
make signalOptions delays experimental (#213938)
fix #213623
2024-05-30 20:22:02 +02:00
Justin Chen 1221742502
move web reporter setting and check version (#213934)
* move registry and check at run time

* remove whitespace
2024-05-30 19:57:42 +02:00
Megan Rogge 0b240bcc59
fallback to widget hover content if no markdown hover content found (#213932)
fix #213931
2024-05-30 19:51:51 +02:00
Megan Rogge c702301d0e
add setting description for general signal delays (#213927) 2024-05-30 19:30:11 +02:00
Rob Lourens f53d2d5e57
Explain chat participant name requirement more (#213924)
Another note for #210385
2024-05-30 19:02:21 +02:00
Johannes Rieken 0b0ad6a2d2
Revive serialized chat data when restoring session (#213915)
fixes https://github.com/microsoft/vscode/issues/213914
2024-05-30 09:42:43 -07:00
Daniel Imms 7ed51569a1
Merge pull request #213905 from microsoft/tyriar/211933
Workaround low underscore in fonts by adjusting line height
2024-05-30 07:59:01 -07:00
Daniel Imms 8fcf73b0c4
Fix test for new lineheight value 2024-05-30 07:40:48 -07:00
Daniel Imms 72216f228c
Merge pull request #213908 from microsoft/tyriar/212180
Check minor bash version before using @P
2024-05-30 07:36:27 -07:00
Johannes Rieken 4dde6707a6
On request-removal undo till the point at which the request was made (#213902)
* On request-removal undo till the point at which the request was made

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

* fixed EOL sequence which (hopefully) fixes tests

* give up, don't use new lines...
2024-05-30 06:54:41 -07:00
Alex Ross e545871b48
Only fire collapsible change event if actually changed. (#213910) 2024-05-30 15:49:23 +02:00
Daniel Imms c31c6c6f59
Fix v4 major check 2024-05-30 06:14:59 -07:00
Daniel Imms ef127903e4
Check minor bash version before using @P
Fixes #212180
2024-05-30 06:13:19 -07:00
Daniel Imms 12a4c7422d
Workaround low underscore in fonts by adjusting line height
Part of #211933
2024-05-30 05:54:23 -07:00
Simon Siefke 7ea8fbbc28
fix wrong colors when editor findMatchForeground is not defined (#213686)
* fix css
2024-05-30 12:53:31 +00:00
Johannes Rieken 826a005eae
improve zone revealing when showing above line 1 (#213904)
fixes https://github.com/microsoft/vscode/issues/213822
2024-05-30 14:52:34 +02:00
Henning Dieterichs 3ea4e9e7ef
Fixes #213703 (#213899)
Revert "Fixes #209417 (#213549)"

This reverts commit e9a5733f32.
2024-05-30 12:12:55 +02:00
Benjamin Pasero e1d235cb32
voice - make sure speech context counters do not get out of sync (#213637) (#213898) 2024-05-30 12:06:23 +02:00
Johannes Rieken fa23e5fbe2
fixes https://github.com/microsoft/vscode/issues/213716 (#213828)
* fixes https://github.com/microsoft/vscode/issues/213716

* fix tests
2024-05-30 09:49:18 +02:00
Aiday Marlen Kyzy a141edab91
Reusing NLS label of markdown verbose hover in accessible view (#213680)
* reusing nls label

* polishing
2024-05-30 09:40:30 +02:00
Rob Lourens 3cc0f306ca
Add more notes to selectChatModels (#213867) 2024-05-30 09:38:41 +02:00
Aiday Marlen Kyzy f1f91ad6c2
Changing the wording in the accessible view/help (#213681)
changing the wording of the hover widget
2024-05-30 09:30:46 +02:00
Rob Lourens 5adf5ece56
Fix sendChatRequest reference (#213870) 2024-05-30 09:19:05 +02:00