Commit Graph

112266 Commits

Author SHA1 Message Date
yiliang114
75303d905e chore: remove build output of compilation.js 2023-08-16 00:19:05 +08:00
易良
7b42d2f78c Merge branch 'main' into honest-spider 2023-08-16 00:18:40 +08:00
易良
036e8d4008 Merge branch 'main' into honest-spider 2023-08-15 23:07:15 +08:00
Johannes Rieken
ce8c0de7c0 Merge pull request #190491 from microsoft/joh/entitled-lungfish
use proper enum for `ChatVariableLevel`
2023-08-15 15:33:12 +02:00
Johannes
66e5308af3 use proper enum for ChatVariableLevel 2023-08-15 14:47:22 +02:00
Rob Lourens
cb94a70e1f Bump distro (#190470) 2023-08-15 14:05:18 +10:00
Rob Lourens
958ce55a5f Merge pull request #190462 from microsoft/chatVariables
Chat variables API
2023-08-14 20:35:30 -07:00
Matt Bierner
6f36672c0d Add experimental default drop setting and fix yieldTo ordering (#190459)
For #179430
2023-08-14 18:22:02 -07:00
Rob Lourens
dd83a283ee Merge remote-tracking branch 'origin/main' into chatVariables 2023-08-14 18:31:45 -06:00
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
Tyler James Leonhardt
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
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
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
5fd92586b4 Restore autoforwarded ports (#190442) 2023-08-14 12:46:16 -07:00
Joyce Er
0e60fe8d8a Show untitled editor chat hint even if editor has language (#190438) 2023-08-14 12:45:50 -07:00
Tyler James Leonhardt
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
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
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
Tyler James Leonhardt
8ca2aef915 Fix typo in command name (#190428)
`Chat: Open Editor` was opening Quick Chat.
2023-08-14 18:14:35 +01:00
Henning Dieterichs
d72cb889ed Uses inputActiveOptionBackground as default for actionBar.toggledBackground 2023-08-14 18:45:24 +02:00
Henning Dieterichs
04dd69f669 Renders toggle state in action bar. Fixes #186403. 2023-08-14 18:45:24 +02:00
Tyler James Leonhardt
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
d18b853f96 Fires partial accept event when augmented suggest item is accepted. 2023-08-14 18:00:29 +02:00
Aiday Marlen Kyzy
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
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
50a58a8b65 Use https (#190358) 2023-08-14 17:24:42 +02:00
Raymond Zhao
910aceb48e Make Settings inspect lazier (#190100) 2023-08-14 08:16:57 -07:00
Daniel Imms
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
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
62fcea09f5 Merge pull request #190192 from andyleejordan/andyleejordan/iswindows
Guard `$IsWindows`
2023-08-14 07:58:08 -07:00
Daniel Imms
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
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
538698f1ac Fixes #188470 2023-08-14 15:28:49 +02:00
Daniel Imms
bf5538618f Update src/vs/workbench/contrib/terminal/browser/media/shellIntegration.ps1 2023-08-14 05:37:02 -07:00
Aiday Marlen Kyzy
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
Henning Dieterichs
11c5aa2370 Marks editor.experimental.asyncTokenizationVerification as experimental 2023-08-14 11:44:06 +02:00
Tim Hutt
b7ebbb6990 Update dev container node version (#190346)
VSCode requires version Node version 18-20, however 20 doesn't work because it is incompatible with `eslint-plugin-jsdoc@39.3.2`.

Fixes #190331
2023-08-14 16:47:40 +09:00
Johannes
f1c80a5c5a Merge branch 'main' into chatVariables 2023-08-14 08:37:41 +02:00