Commit Graph

112535 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
63c84d3aab Rest of useful codefixes
Initial hacky versions only
2023-08-31 16:15:04 -07:00
Nathan Shively-Sanders
2aaf53bc41 Support addNameToNamelessParameter, refactor copilot code
Not done switching quick fix code to use CompositeCommand instead of
passing a followup to ApplyCodeActionCommand.
2023-08-25 14:16:43 -07:00
Nathan Shively-Sanders
2267ba86a6 Support extract to function and type alias as well 2023-08-23 10:40:45 -07:00
Nathan Shively-Sanders
ea5af2da03 Include selected expression in conversatin prompt 2023-08-23 09:57:26 -07:00
Nathan Shively-Sanders
d8753fb0bf Merge branch 'main' into ai-codefixes 2023-08-23 08:15:47 -07:00
Daniel Imms
1deb04b5d7 Merge pull request #190971 from microsoft/tyriar/silky-gibbon
Fix var fallback in terminal
2023-08-23 07:48:32 -07:00
Daniel Imms
8a150ecc16 Merge pull request #191071 from microsoft/tyriar/xterm_trace
Hook up xterm.js trace log level
2023-08-23 06:41:11 -07:00
Daniel Imms
d141a1fcce xterm@5.3.0-beta.61 2023-08-23 05:47:07 -07:00
Daniel Imms
f712b1caba Hook up xterm.js trace log level 2023-08-23 05:32:06 -07:00
Hans
6885d66040 adjust tabs and spaces consistent (#184861) 2023-08-23 14:19:42 +02:00
Ulugbek Abdullaev
e4bfe48d92 Merge pull request #190649 from microsoft/ulugbekna/insert-at-cursor-api
MappedEditsProvider API
2023-08-23 12:28:24 +02:00
Connor Peet
3e9a48f488 eng: reapply test leak fixes (#190890)
* eng: reapply test leak fixes

Re-applies #190623 which I merged before everyone had a chance to review.

Alex and Ben, you were the two people whose code this touches and didn't
review it in the original PR.

* 💄

* fix merge

* better handling of editor listeners

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-08-23 11:52:31 +02:00
Sandeep Somavarapu
2cfdb5302a fix #189138 (#191051)
* fix #189138

* feedback
2023-08-23 10:50:46 +01:00
Henning Dieterichs
6408ba941f fixes https://github.com/microsoft/vscode/issues/190961, fixes https://github.com/microsoft/vscode/issues/190959 2023-08-23 11:26:19 +02:00
Joyce Er
ad94cf1818 Merge pull request #190912 from microsoft/dev/joyceerhl/curious-koi
Include followups and file trees when transferring Quick Chat
2023-08-22 18:05:48 -07:00
Connor Peet
1fe8359ed0 cli: implement 'server of server' for a local web server (#191014)
Closes https://github.com/microsoft/vscode/issues/168492

This implements @aeschli's 'server server' concept in a new
`code serve-web` command.

Command line args are similar to the standalone web server. The first
time a user hits that page, the latest version of the VS Code web server
will be downloaded and run. Thanks to Martin's previous PRs, all
resources the page requests are prefixed with `/<quality-<commit>`.

The latest release version is cached, but when the page is loaded again
and there's a new release, a the new server version will be downloaded
and started up.

Behind the scenes the servers all listen on named pipes/sockets and the
CLI acts as a proxy server to those sockets. Servers without connections
for an hour will be shut down automatically.
2023-08-22 17:29:51 -07:00
Nathan Shively-Sanders
81fad69af7 AI name suggestions in Extract Constant refactor 2023-08-22 16:29:26 -07:00
Alex Ross
f7ceb0697b Ports view no longer shows privacy column/toggle (#191037)
Fixes #190920
2023-08-22 16:27:31 -07:00
Joyce Er
08b4e30259 🆙distro (#191033) 2023-08-22 23:53:56 +01:00
Benjamin Pasero
27907b6b7d Debt: remove no more needed EOL notifications for unsupported OS (fix #190680) (#191004) 2023-08-22 15:27:49 -07:00
hsfzxjy
870d659ffd Fix nested list style in Markdown preview (#190936) 2023-08-22 22:24:53 +00:00
Megan Rogge
691b5edcf6 Merge pull request #191010 from microsoft/merogge/text-area
synchronize xterm textarea on focus & up arrow
2023-08-22 15:07:42 -07:00
meganrogge
bb2964c3be change names 2023-08-22 14:38:45 -07:00
meganrogge
b9e61998f8 clean up 2023-08-22 14:36:20 -07:00
Matt Bierner
013600cf33 Don't show copy image in command palette (#190907)
#190773
2023-08-22 22:14:24 +01:00
meganrogge
cbc1cba21b use better event, fix bug 2023-08-22 14:09:11 -07:00
Tyler James Leonhardt
0b13f1859c Update Settings to use AiRelatedInformation (#191017)
ref #190909
2023-08-22 14:03:06 -07:00
meganrogge
7f459649e4 get it to work via value instead of textContent 2023-08-22 13:56:58 -07:00
Peng Lyu
97e1ce9f57 Merge pull request #191008 from microsoft/rebornix/controlled-fox
Fix #190968. css variable fallback.
2023-08-22 13:33:00 -07:00
Peng Lyu
d94db47be2 Capitalize transpose command (#191011) 2023-08-22 13:32:14 -07:00
Kartik Raj
f40dabca07 Merge pull request #190532 from microsoft/kartik1/something
Update proposed scoped environment collection API
2023-08-22 13:19:47 -07:00
meganrogge
da896a5654 add listener to textarea directly 2023-08-22 13:17:23 -07:00
meganrogge
c71d140106 create store 2023-08-22 13:13:34 -07:00
meganrogge
f09b5e1c3a use store 2023-08-22 13:06:01 -07:00
Justin Chen
bcea55affb fixes hover/click ui bug in #190508 (#191009)
* bug fix for issue with hover/clicks

* code cleanup, removing spaces
2023-08-22 12:57:54 -07:00
Daniel Imms
d32d29f475 Merge branch 'main' into tyriar/silky-gibbon 2023-08-22 12:56:06 -07:00
Benjamin Pasero
08a8a80a26 debt - change listenStream to use a cancellation token (#191003)
//cc @connor4312
2023-08-22 12:48:10 -07:00
Tyler James Leonhardt
f058931630 RelatedInformation & EmbeddingVector API (#191006) 2023-08-22 20:22:53 +01:00
meganrogge
d34d715248 wip 2023-08-22 11:57:36 -07:00
Kartik Raj
6a6dc14d4f Only one new line character in case there is no description 2023-08-22 18:55:42 +00:00
Kartik Raj
6d8b0c45e7 Doc review 2023-08-22 18:51:19 +00:00
rebornix
94e1fa6de8 Fix #190968. css variable fallback. 2023-08-22 11:40:44 -07:00
Daniel Imms
eccdef295e Merge pull request #190969 from microsoft/tyriar/162950_5
Add explain quick fix kind
2023-08-22 10:20:00 -07:00
Henning Dieterichs
44f9326a27 Fixes CI 2023-08-22 18:48:42 +02:00
Henning Dieterichs
d5f5ad201d Joins consecutive moves that are close together 2023-08-22 18:48:42 +02:00
Sandeep Somavarapu
026f38a82c Refactor fix for #188104 (#190977) 2023-08-22 09:44:27 -07:00
Megan Rogge
f511840f97 Merge pull request #190758 from microsoft/merogge/escape
handle escape while in toolbar
2023-08-22 09:24:07 -07:00
Henning Dieterichs
3a26bb7096 Fixes CI 2023-08-22 18:16:39 +02:00
Henning Dieterichs
e5a07457e4 Improves moved code arrow rendering. 2023-08-22 18:16:39 +02:00
David Dossett
bdda40632a Tweak slash command styling..again (#190290) 2023-08-22 18:12:18 +02:00