Commit graph

122064 commits

Author SHA1 Message Date
Benjamin Pasero 9b17067697
debt - 🆙 jschardet@3.1.2 (#214136) 2024-06-03 06:22:13 -07:00
Aiday Marlen Kyzy cda51f7b70
Refactoring the stickyScrollController setState method (#213917)
* adding changes

* fixing compilation errors, using undefined as the fallback type not null
2024-06-03 15:00:45 +02:00
Alex Ross 8dd604a8d8
Fix a listener in tunnel service that's GC'ed without having been disposed (#214138) 2024-06-03 14:59:45 +02:00
Benjamin Pasero 6908956c15
status bar - make loading the default (#214135)
This is a more generic progress indicator than `syncing` and looks better.
2024-06-03 13:41:53 +02:00
Benjamin Pasero b5bd304ac8
Show progress indication when saving an editor takes long (fix #193230) (#214128) 2024-06-03 03:56:51 -07:00
Alex Ross 7e451df2cf
Dispose scoped instantiation service in comments (#213808) 2024-06-03 11:45:27 +02:00
Christof Marti 49930e26dc Use start position when going reverse (microsoft/vscode-copilot#5946) 2024-06-03 11:45:07 +02:00
Johannes Rieken e96934d9a3
chore - remove dead CSS variable usage (#214125) 2024-06-03 11:35:13 +02:00
Alex Ross a7edb4e374
Remove padding from inline codespans in comment widget (#214123)
Inline codespans in comment widget don't need padding
Fixes #214038
2024-06-03 11:10:37 +02:00
Rob Lourens 403294d92b
Show chat agent hover in chat input editor (#214105)
* Show chat agent hover in chat input editor

* Clean up

* Comment
2024-06-03 07:09:51 +02:00
Simon Siefke acfe0e20ce
feature: replace electron File.path with electron webUtils (#213031)
* add getPathForFIle function

* use electron webutils

* use webutils

* use getPathForFile

* add test

* fix import

* add web utils service

* register electron webutils service

* register contribution

* import contribution

* register web contribution

* feature: use webUtils service to not directly depend on electron global

* use webutils service for terminal

* update imports

* tsc

* update imports

* add servicebrand

* tsc

* tsc

* try different approach

* add class and subclass

* register contribution with subclass

* rename function

* remove web utils service

* register getPathForFile function

* fix import

* remove webutils service

* remove import

* remove import

* fix imports

* fix import

* fix overwriting view

* register method

* fix import

* register contribution

* don't overwrite electron service with browser service

* remove log

* remove log

* tsc

* Discard changes to src/vs/workbench/contrib/files/browser/fileActions.contribution.ts

* Discard changes to src/vs/workbench/contrib/files/browser/fileActions.ts

* Discard changes to src/vs/workbench/contrib/files/electron-sandbox/fileActions.contribution.ts

* Discard changes to src/vs/workbench/contrib/terminal/browser/terminal.contribution.ts

* Discard changes to src/vs/workbench/contrib/terminal/browser/terminal.ts

* Discard changes to src/vs/workbench/contrib/terminal/browser/terminalInstance.ts

* Discard changes to src/vs/workbench/contrib/terminal/browser/terminalInstanceService.ts

* Discard changes to src/vs/workbench/contrib/terminal/browser/terminalTabbedView.ts

* Discard changes to src/vs/workbench/contrib/terminal/browser/terminalTabsList.ts

* Discard changes to src/vs/workbench/contrib/terminal/browser/terminalView.ts

* Discard changes to src/vs/workbench/contrib/terminal/electron-sandbox/terminal.contribution.ts

* Discard changes to src/vs/workbench/contrib/terminal/electron-sandbox/terminalInstanceService.ts

* Discard changes to src/vs/workbench/contrib/terminal/electron-sandbox/terminalView.ts

* Discard changes to src/vs/workbench/contrib/terminal/test/browser/terminalInstance.test.ts

* add function to interface

* add function

* use host service

* use host service in terminal tabs list

* use host service in terminal instance

* remove unused code

* fix imports

* replace remaining usages of file path

* tsc

* add semicolon

* cleanup

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2024-06-02 20:09:17 +02:00
Benjamin Pasero 60d7343892
Panel visibility is not persisted/restored on vscode.dev after restart (fix #213885) (#214055)
* Panel visibility is not persisted/restored on vscode.dev after restart (fix #213885)

* 💄
2024-06-01 15:52:10 -07:00
Rob Lourens fca05df7d4
Stream chinese text in chat character-by-character (#214046)
Fix #213287
2024-06-01 08:28:07 +02: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