Commit Graph

122062 Commits

Author SHA1 Message Date
Huiwen e97eaba1f1 Sync upstream product.json 2024-05-31 23:03:59 +00:00
Jean Pierre 2e920d6030 Fix 2024-05-31 23:03:59 +00:00
Jeremie Laval f465ae3733 spread originalConfig rather than reconstructing it 2024-05-31 23:03:59 +00:00
filiptronicek ab650960d8 Disable `Git: Continue Working in New Local Clone` 2024-05-31 23:03:59 +00:00
Pol Dellaiera da12f1554e fix: make sure `user-data-dir` command line parameter is customizable
The `--user-data-dir` command-line parameter is currently unusable. Its functionality is hampered due to an automatically appended `/data` directory, rendering the parameter completely ineffective.

The proposed minor modification allows users to accurately customize this variable, enhancing its utility.
2024-05-31 23:03:59 +00:00
Jean Pierre 181386c252 Patch yarnInstall for openvscode-release 2024-05-31 23:03:59 +00:00
Bjarne Sievers 8f81737be0 Update deprecated example in README
Option 'connection-secret' is deprecated: Use connection-token-file instead.
2024-05-31 23:03:59 +00:00
Jean Pierre 724ae1c019 💄 2024-05-31 23:03:59 +00:00
AXON c76d11a70a Add example guide for pre-installing vscode extensions with docker installation 2024-05-31 23:03:59 +00:00
Anton Kosyakov a981a55500 enable prebuilds for all branches 2024-05-31 23:03:59 +00:00
Filip Troníček bacd24b67d code web server initial commit 2024-05-31 23:03:59 +00:00
Andrea Mah e0e011ce60
clean up aiTextSearchProvider (#214039) 2024-05-31 14:39:52 -07:00
Daniel Imms 6b5e7259d8
Merge pull request #214032 from microsoft/tyriar/copilot-5969
Use the default agent name in terminal initial hint
2024-05-31 13:51:41 -07:00
Ladislau Szomoru 0f4cbebe13
SCM - fix listener leak (#214037) 2024-05-31 21:20:40 +02:00
Raymond Zhao 26ac001e1c
fix: some setting links broken in zh-cn (#214035) 2024-05-31 21:12:35 +02:00
xiejialong c0f4f7b942
Add showIncludesExcludes in IFindInFilesArgs (#212347)
* Add showIncludesExcludes in IFindInFilesArgs

* 💄
2024-05-31 11:26:51 -07:00
Daniel Imms 7906e8f4fb
Use the default agent name in terminal initial hint
Fixes microsoft/vscode-copilot#5969
2024-05-31 11:22:44 -07:00
Rob Lourens df299ea07b
Fix search interface name (#214029)
Fix interface name
2024-05-31 20:13:15 +02:00
Johannes Rieken a003d5fb8d
make sure inline chat content widget doesn't show empty message bar (#214025) 2024-05-31 18:19:04 +02:00
Johannes Rieken 73961d876d
fix a few leaking listeners (#214024) 2024-05-31 18:14:50 +02:00
Aaron Munger 0599ca4e7c
instantiate status bar contribs with services scoped to the window (#211997) 2024-05-31 18:09:00 +02:00
Ladislau Szomoru 11fd8ceab0
SCM - adopt observables for commitTemplate (#214021) 2024-05-31 18:05:24 +02:00
John Murray af1bd0264a
Don't merge a view with a titleDescription (fix #166000) (#214010) 2024-05-31 08:41:32 -07:00
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