Commit graph

122227 commits

Author SHA1 Message Date
Daniel Imms 55a60f9ae9
Merge branch 'main' into tyriar/214142 2024-06-03 08:54:59 -07:00
Daniel Imms 1ec00252ae
xterm@5.6.0-beta.18
Fixes #214142
2024-06-03 08:53:24 -07:00
Andrea Mah 660018a75f
dispose child instantiation service in search (#214145) 2024-06-03 17:31:42 +02:00
Daniel Imms 4d33bf2b8b
Merge pull request #214028 from microsoft/tyriar/213820
Disable initialHint after inline chat is triggered
2024-06-03 08:30:12 -07:00
Johannes 5012cb8fb8
adding missing bundle.js compile output 2024-06-03 17:21:09 +02:00
Johannes 9cc71ffe83
change all assert-star-imports 2024-06-03 16:50:42 +02:00
Aaron Munger 8bcf4abd9d
remove important! on style (#214044) 2024-06-03 07:50:36 -07:00
Johannes 09981a84af
configure esModuleInterop: true, change some star-imports 2024-06-03 16:50:28 +02:00
João Moreno addd445017
upload sourcemaps to CDN instead of ticino (#214141) 2024-06-03 16:10:01 +02:00
Tyler James Leonhardt f4e9ac0f35
Handle when item is undefined (#214107)
Fixes https://github.com/microsoft/vscode/issues/213363
2024-06-03 06:39:12 -07:00
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
Daniel Imms 63c1b25d1f
Reset state in right spot 2024-05-31 11:18:08 -07:00
Rob Lourens df299ea07b
Fix search interface name (#214029)
Fix interface name
2024-05-31 20:13:15 +02:00
Daniel Imms 400dc971b4
Reset initial hint state when config changes 2024-05-31 10:47:07 -07:00
Daniel Imms c1735c9422
Disable initialHint after inline chat is triggered
Fixes #213820
2024-05-31 10:45:45 -07: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