Rob Lourens
936edafc22
cleanup
2023-08-14 18:28:24 -06:00
Rob Lourens
818e9a6e4c
Merge branch 'main' into chatVariables
2023-08-14 18:25:33 -06:00
Rob Lourens
3185000be9
Add prompt text to variable resolution
2023-08-14 18:24:51 -06:00
Nathan Shively-Sanders
a288cbbdaf
Merge branch 'main' into ai-inferFromUsage
2023-08-14 16:41:26 -07:00
Aaron Munger
971874b9c8
half baked
2023-08-14 15:53:59 -07:00
Megan Rogge and GitHub
d4e6e8d876
Update src/vs/workbench/contrib/terminal/browser/media/xterm.css
2023-08-14 15:40:19 -07:00
Connor Peet
36b8f6d037
inline chat: fix leaks found in testing
...
Fixes some leaks I found while looking at https://github.com/microsoft/vscode/pull/190444 , by adding ensureNoDisposablesAreLeakedInTestSuite to the suite.
I don't have a dev setup for inline chat, so I have not tested this beyond running tests and verifying the fix
2023-08-14 15:25:31 -07:00
meganrogge
e151ba5aca
clean up
2023-08-14 15:21:37 -07:00
meganrogge
7c75fd7e13
improve name
2023-08-14 15:20:28 -07:00
meganrogge
5c538c00e2
comment the textarea css
2023-08-14 15:19:01 -07:00
meganrogge
84f841784d
fix #189318
2023-08-14 15:16:47 -07:00
Tyler James Leonhardt and GitHub
6aba1380c2
Get /clear working in Quick Chat ( #190106 )
...
* Get `/clear` working in Quick Chat
* merge clear into one action
* delete commented out code
* another one
* re-instate editor action
2023-08-14 21:40:38 +01:00
Aaron Munger and GitHub
9f71c049f4
Merge pull request #190440 from microsoft/aamunger/errorHtml
...
Only create HTML elements for links in notebook error output.
2023-08-14 13:27:30 -07:00
Justin Chen and GitHub
afc07aa58e
Action widget keyboard navigation shortcuts ( #190432 )
...
* bugfix on selected list item reverting and added important
* removed !important and added specificity
* added keyboard navigation functionality v1
* cleaning up fuzzy match behavior, added timeout
* cleaned up and added better fuzzymatching
* cleaned up and added better fuzzymatching
* reverting unused code change
* removed node.js timeout
* last bit of code cleanup
2023-08-14 12:59:23 -07:00
Alex Ross and GitHub
5fd92586b4
Restore autoforwarded ports ( #190442 )
2023-08-14 12:46:16 -07:00
Joyce Er and GitHub
0e60fe8d8a
Show untitled editor chat hint even if editor has language ( #190438 )
2023-08-14 12:45:50 -07:00
Tyler James Leonhardt and GitHub
ad3288d37d
Return focus to where it came from ( #190433 )
...
The original checks were too shallow. They need to check recursively to handle the widget (chat) correctly. This uses `dom.isAncestor` in some important spots.
Fixes https://github.com/microsoft/vscode/issues/189968
2023-08-14 12:43:39 -07:00
Joyce Er and GitHub
1edd786323
Merge pull request #190441 from microsoft/dev/joyceerhl/diplomatic-slug
...
Make file trees in chat responses accessible
2023-08-14 12:36:45 -07:00
Aaron Munger
4a2c8f805a
remove unused variable
2023-08-14 12:03:17 -07:00
Joyce Er
0b8ba1e56f
Read file tree count in chat response aria label
2023-08-14 12:01:41 -07:00
Joyce Er
d49b39b60e
Allow enter to toggle tree collapse state
2023-08-14 12:01:40 -07:00
Joyce Er
d1bde5bd70
Fix focused chat response file tree border color
2023-08-14 12:01:39 -07:00
Joyce Er
ecb24a54a0
Add a11y hint for file tree focus command
2023-08-14 12:01:18 -07:00
Joyce Er
4daa545499
Support navigating to chat response file tree
2023-08-14 12:01:18 -07:00
Aaron Munger and GitHub
3597d59152
Merge branch 'main' into aamunger/errorHtml
2023-08-14 11:49:27 -07:00
Aaron Munger
b9cd07d8bf
move html link creation to linkify function
2023-08-14 11:44:28 -07:00
meganrogge
b077e287da
fix tests
2023-08-14 11:04:40 -07:00
meganrogge
fef7c8a39b
Merge branch 'main' into merogge/xterm-acc
2023-08-14 11:04:40 -07:00
Nathan Shively-Sanders
44375f76ca
Offer infer-types quickfix separate from Typescript one
2023-08-14 10:48:18 -07:00
Tyler James Leonhardt and GitHub
8ca2aef915
Fix typo in command name ( #190428 )
...
`Chat: Open Editor` was opening Quick Chat.
2023-08-14 18:14:35 +01:00
Henning Dieterichs and Henning Dieterichs
d72cb889ed
Uses inputActiveOptionBackground as default for actionBar.toggledBackground
2023-08-14 18:45:24 +02:00
Henning Dieterichs and Henning Dieterichs
04dd69f669
Renders toggle state in action bar. Fixes #186403 .
2023-08-14 18:45:24 +02:00
Tyler James Leonhardt and GitHub
1dcbd07c45
Make QuickChat styles closer to QuickPick ( #190101 )
...
* Make QuickChat styles closer to QuickPick
This does two main things:
* introduces a "compact" chat style that generally reduces padding and other small things like makes avatars smaller
* Misc other styles to make quick chat more quick pick-y like using the same border radius and whatnot.
For now, it still has the titlebar, but I'll remove that once I have a better spot for the buttons.
* Rob feedback
2023-08-14 17:26:30 +01:00
Henning Dieterichs and Henning Dieterichs
d18b853f96
Fires partial accept event when augmented suggest item is accepted.
2023-08-14 18:00:29 +02:00
Aiday Marlen Kyzy and GitHub
d6b2ced880
Update sticky scroll widget width on model change ( #190410 )
...
* update the widget width also on model change
* removing unecessary new line
2023-08-14 17:32:53 +02:00
Isidor Nikolic and GitHub
b652d7e583
Merge pull request #190415 from microsoft/isidorn/hollow-antlion
...
remove file based recommendation - not effective
2023-08-14 17:32:17 +02:00
Henning Dieterichs and GitHub
50a58a8b65
Use https ( #190358 )
2023-08-14 17:24:42 +02:00
Raymond Zhao and GitHub
910aceb48e
Make Settings inspect lazier ( #190100 )
2023-08-14 08:16:57 -07:00
Megan Rogge and GitHub
c19f62dbc1
Merge branch 'main' into merogge/xterm-acc
2023-08-14 08:16:55 -07:00
Daniel Imms and GitHub
6565a8b7ca
Merge pull request #190417 from microsoft/tyriar/xterm_230814
...
xterm@5.3.0-beta.39
2023-08-14 08:01:57 -07:00
Alex Ross and GitHub
0ea34aed3c
Capture the errors that tunnel providers throw ( #190282 )
...
and show those errors to the user if the port forward was user initiated.
2023-08-14 08:01:20 -07:00
Daniel Imms and GitHub
62fcea09f5
Merge pull request #190192 from andyleejordan/andyleejordan/iswindows
...
Guard `$IsWindows`
2023-08-14 07:58:08 -07:00
Daniel Imms and GitHub
35e0b75d32
Merge pull request #190351 from Timmmm/sail_lines
...
Support . as a row:column separator in terminal link detector
2023-08-14 07:57:31 -07:00
Daniel Imms
0c6b510904
xterm@5.3.0-beta.39
...
Fixes #190374
Fixes #190371
2023-08-14 07:37:54 -07:00
Henning Dieterichs and Henning Dieterichs
bda54250c8
Fixes #190413
2023-08-14 16:16:43 +02:00
isidor
63b51768d0
remove file based recommendation - not effective
...
fixes https://github.com/microsoft/vscode/issues/188467
2023-08-14 16:05:07 +02:00
Henning Dieterichs and Henning Dieterichs
538698f1ac
Fixes #188470
2023-08-14 15:28:49 +02:00
Daniel Imms and GitHub
bf5538618f
Update src/vs/workbench/contrib/terminal/browser/media/shellIntegration.ps1
2023-08-14 05:37:02 -07:00
Aiday Marlen Kyzy and GitHub
f7f8fea209
Merge pull request #187698 from microsoft/aiday/limitingWidthOfHover
...
Limiting the width of the content hover to the content inside
2023-08-14 14:28:14 +02:00
Johannes
13b404d11b
expose resolved variables to chat request
2023-08-14 14:18:29 +02:00