Commit Graph

126688 Commits

Author SHA1 Message Date
Tyler James Leonhardt
b9700a0931 Log auth stuff around declaredProviders (#233114)
* Log auth stuff around declaredProviders

* add test change

* Use info instead for now

* fix integration tests
2024-11-05 19:31:32 +01:00
Johannes Rieken
a970a0d3cc add/expose keybindings for chat overlay commands (#233113) 2024-11-05 18:27:09 +01:00
Daniel Imms
adef9d7217 Merge pull request #233111 from microsoft/tyriar/233088
Ensure ligatures addon is activated after terminal open
2024-11-05 09:18:33 -08:00
Daniel Imms
64d8fca308 Ensure ligatures addon is activated after terminal open
Fixes #233088
2024-11-05 08:50:48 -08:00
Daniel Imms
f0ac78fd66 Merge pull request #233108 from microsoft/tyriar/copilot10125
Allow attaching variable ids to chat open command args
2024-11-05 08:35:10 -08:00
Daniel Imms
fb9e8607f2 Allow attaching variable ids to chat open command args
Part of microsoft/vscode-copilot#10125
2024-11-05 08:20:32 -08:00
Henning Dieterichs
0f8e23929f Implements settings useMixedLinesDiff and useInterleavedLinesDiff (#233102) 2024-11-05 16:55:00 +01:00
Aiday Marlen Kyzy
da42cd4ffb TypeScript: Adding slashes on new line when pressing enter from inside line comment with onEnter rules (#233101)
adding slashes on new line when pressing enter from inside line comment
2024-11-05 07:46:42 -08:00
Aiday Marlen Kyzy
8baec4ffcd Only show default color decorators for length 6 and length 8 hex values (#233094)
only show default color decorators for length 6 and length 8 hex values
2024-11-05 07:35:09 -08:00
Aiday Marlen Kyzy
bcd6c1dbc3 Enable default color decorators by default (#233095)
enable default color decorators by default
2024-11-05 07:34:43 -08:00
Sandeep Somavarapu
12791060bd patch for #232516 (#233099) 2024-11-05 16:26:29 +01:00
Henning Dieterichs
1c353ddbf5 Adjusts inline editor indicator colors (#233098) 2024-11-05 16:19:17 +01:00
Daniel Imms
47dc0640ed Merge pull request #233090 from microsoft/tyriar/34103_2
Call out fontFamily in ligatures setting
2024-11-05 07:06:05 -08:00
Daniel Imms
f6b3540000 Fix link in ligatures setting 2024-11-05 06:44:43 -08:00
Alex Ross
e6f2cc2f0a Add an easy way to run performance tests for tree-sitter (#233072)
* Add an easy way to run performance tests for tree-sitter
Part os #210475

* Compile build folder
2024-11-05 15:35:58 +01:00
Daniel Imms
86070515dc Call out fontFamily in ligatures setting
Part of #34103
2024-11-05 06:34:13 -08:00
Benjamin Pasero
8f61775e3e views - support aux sidebar for menu (#233075) 2024-11-05 13:01:38 +01:00
Aiday Marlen Kyzy
234dcfa82d Fixing incorrect updating of EditContext on setting change (#233073) 2024-11-05 12:06:00 +01:00
Aiday Marlen Kyzy
b54e52d4ec Reusing paste logic of textAreaEditContextInput for EditContext - fixing broken pasting behavior (#233071) 2024-11-05 11:16:39 +01:00
Benjamin Pasero
0cf1ddd1b7 chat - render keybinding for edits as well (#233070) 2024-11-05 11:12:47 +01:00
Aiday Marlen Kyzy
0d8b5d3f4f Cancel scheduler and hide on hover disabled (#233064)
* Cancel scheduler and hide on hover disabled

* inlining the method execution
2024-11-05 10:40:06 +01:00
Aiday Marlen Kyzy
477b1f0fb2 Remove the mouse move and mouse down listeners when hover is disabled (#233063)
* remove the move move and mouse down listeners when hover is disabled

* additional refactoring
2024-11-05 10:08:34 +01:00
Daniel Imms
f87f8a56f3 Merge pull request #233046 from microsoft/tyriar/10149
Align terminal inline chat command with editor
2024-11-04 20:01:48 -08:00
Daniel Imms
32bb7d4bb8 Align terminal inline chat command with editor
Part of microsoft/vscode-copilot#10149
2024-11-04 18:22:34 -08:00
Daniel Imms
dc167ffe67 Merge pull request #233037 from microsoft/tyriar/233003
Enable model picker in terminal
2024-11-04 17:19:52 -08:00
Daniel Imms
8f9c8fe24e Set up persisting of terminal chat model 2024-11-04 17:05:22 -08:00
Joyce Er
7178a48129 feat: support Add File to Chat/Edits from explorer and search context menu (#233034) 2024-11-05 01:43:45 +01:00
Daniel Imms
d1ba5b068f Enable model picker in terminal
Fixes #233003
2024-11-04 16:39:42 -08:00
Matt Bierner
54d81cd618 Add paste as default settings and enable js/ts paste with imports by default (#233031)
Fixes #184871
For #30066

Adds new settings that let you configure the default way to paste/drop.

Also enables js/ts paste with imports by default for 5.7+. However will not apply by default. Instead it will be shown as an option after pasting. You can then use the `editor.pasteAs.preferences` setting to make it apply automatically or use the `javascript.updateImportsOnPaste.enabled` settings to disable the feature entirely
2024-11-04 16:30:09 -08:00
Joyce Er
49907c09c4 feat: support attaching selection to chat editing view (#233021)
* feat: support attaching selection to chat editing view

* feat: support attaching file to chat editing view
2024-11-05 00:44:13 +01:00
Connor Peet
3c62ba9766 testing: previous/next navigation on test messages should loop around at end (#233027)
Fixes #233026
2024-11-04 15:09:41 -08:00
Daniel Imms
c4e478da9e Merge pull request #233024 from microsoft/tyriar/xterm_update
xterm@5.6.0-beta.70
2024-11-04 14:02:16 -08:00
Daniel Imms
3751bec9c2 xterm@5.6.0-beta.70
Fixes #233005
2024-11-04 13:30:44 -08:00
Daniel Imms
bcbb5ea2e2 Merge pull request #232986 from microsoft/tyriar/232979
Log instead of throw on attmept to upload unsupported page count
2024-11-04 13:28:11 -08:00
Matt Bierner
e43f2070f5 Pick up latest TS for building VS Code (#233020) 2024-11-04 21:02:37 +01:00
Aaron Munger
84285b3b13 check that output exists (#233011) 2024-11-04 10:27:46 -08:00
Daniel Imms
e1e192e6e8 Merge pull request #232829 from microsoft/tyriar/34103_241101
Terminal ligatures take 4
2024-11-04 09:35:24 -08:00
Daniel Imms
bdcbf2fd78 Merge branch 'main' into tyriar/34103_241101 2024-11-04 09:16:33 -08:00
Johannes Rieken
7d09f80d4e tweak editing overlay (#232977)
* dedupe edit actions

* * add open view command
* use text and icons

* give telemetry source a name
2024-11-04 18:15:12 +01:00
Daniel Imms
5fc7d03c82 Make ligatures a preview setting 2024-11-04 09:14:19 -08:00
Johannes Rieken
52d5bf21f9 update milestones (#233001) 2024-11-04 17:24:48 +01:00
Johannes Rieken
4df6ae245f add command to add transient open editor file to working set (#232997) 2024-11-04 17:10:04 +01:00
Daniel Imms
60796c9f6c Merge pull request #232998 from microsoft/tyriar/232994
Accumulate viewport data and render all when ready
2024-11-04 08:09:54 -08:00
Daniel Imms
a0801bc7bf Accumulate viewport data and render all when ready
Fixes #232994
2024-11-04 07:54:22 -08:00
Johannes Rieken
4ddd518661 enable "Send & Dispatch" and "Send" for inline chat (#232983) 2024-11-04 16:18:52 +01:00
Daniel Imms
f07fa19670 Log instead of throw on attmept to upload unsupported page count
Fixes #232979
2024-11-04 07:09:27 -08:00
Daniel Imms
4a35ffadb4 Merge pull request #232975 from microsoft/tyriar/227111
Clear texture atlas when theme changes
2024-11-04 07:04:42 -08:00
Daniel Imms
065d72c268 Add back missing DI decoration 2024-11-04 06:49:34 -08:00
Daniel Imms
1fea7d9ed8 Merge pull request #232968 from microsoft/tyriar/232967
Escape to hide terminal chat when terminal is focused
2024-11-04 06:20:47 -08:00
Daniel Imms
dfb1316350 Merge branch 'main' into tyriar/34103_241101 2024-11-04 06:14:10 -08:00