Commit Graph
124157 Commits
Author SHA1 Message Date
Mustafa Ateş UzunandGitHub 702a76bf5d fix: localize string typo (#191046)
* fix: localize string typo

* fix: suffix typo
2023-08-23 16:16:16 +00:00
Joyce ErandGitHub 6225119b0c Show progress in chat placeholder content (#190782)
* Show progress in chat placeholder content

* Make property names consistent

* Rename more properties

* Address PR comments

* Dispose of markdown render result

* Look up `isPlaceholder` on `currentResponseData`
2023-08-23 09:13:21 -07:00
Henning DieterichsandHenning Dieterichs ca2c1636f8 Improves moved code detection feature 2023-08-23 17:28:36 +02:00
Andrea MahandGitHub 2e95e033cf support for fastAndSlow picks in quick search (#191002) 2023-08-23 08:20:33 -07:00
HansandGitHub 2d3235f747 immediately search after enter pressed in files to include/exclude te… (#190473)
immediately search after enter pressed in files to include/exclude text fields.
2023-08-23 08:17:37 -07:00
Nathan Shively-Sanders d8753fb0bf Merge branch 'main' into ai-codefixes 2023-08-23 08:15:47 -07:00
Daniel Imms 1461c7d382 Finalize EnvironmentVariableMutatorOptions API
Fixes #179476
2023-08-23 07:54:24 -07:00
Daniel ImmsandGitHub 1deb04b5d7 Merge pull request #190971 from microsoft/tyriar/silky-gibbon
Fix var fallback in terminal
2023-08-23 07:48:32 -07:00
Daniel ImmsandGitHub 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
Aiday Marlen Kyzy 8e524deece not rendering when model is too large for tokenization 2023-08-23 14:57:53 +02: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
HansandGitHub 6885d66040 adjust tabs and spaces consistent (#184861) 2023-08-23 14:19:42 +02:00
Ulugbek AbdullaevandGitHub e4bfe48d92 Merge pull request #190649 from microsoft/ulugbekna/insert-at-cursor-api
MappedEditsProvider API
2023-08-23 12:28:24 +02:00
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 SomavarapuandGitHub 2cfdb5302a fix #189138 (#191051)
* fix #189138

* feedback
2023-08-23 10:50:46 +01:00
Henning DieterichsandHenning 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 ErandGitHub 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 PeetandGitHub 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 RossandGitHub f7ceb0697b Ports view no longer shows privacy column/toggle (#191037)
Fixes #190920
2023-08-22 16:27:31 -07:00
Joyce ErandGitHub 08b4e30259 🆙distro (#191033) 2023-08-22 23:53:56 +01:00
Joe GreenandGitHub 751a8128bd Fix scroll to top button colour consistency 2023-08-22 23:28:36 +01:00
Benjamin PaseroandGitHub 27907b6b7d Debt: remove no more needed EOL notifications for unsupported OS (fix #190680) (#191004) 2023-08-22 15:27:49 -07:00
hsfzxjyandGitHub 870d659ffd Fix nested list style in Markdown preview (#190936) 2023-08-22 22:24:53 +00:00
Megan RoggeandGitHub 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 BiernerandGitHub 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
Kartik Raj 252a9df9b5 Remove unnecessay doc 2023-08-22 21:08:09 +00:00
Tyler James LeonhardtandGitHub 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 LyuandGitHub 97e1ce9f57 Merge pull request #191008 from microsoft/rebornix/controlled-fox
Fix #190968. css variable fallback.
2023-08-22 13:33:00 -07:00
Peng LyuandGitHub d94db47be2 Capitalize transpose command (#191011) 2023-08-22 13:32:14 -07:00
Kartik Raj b1d5542cfd Finalize proposed env workspace collection API 2023-08-22 20:22:32 +00:00
Kartik RajandGitHub 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 ChenandGitHub 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
aamunger ef60192760 new outline provider tests 2023-08-22 12:57:20 -07:00
Daniel ImmsandGitHub d32d29f475 Merge branch 'main' into tyriar/silky-gibbon 2023-08-22 12:56:06 -07:00
Benjamin PaseroandGitHub 08a8a80a26 debt - change listenStream to use a cancellation token (#191003)
//cc @connor4312
2023-08-22 12:48:10 -07:00
Tyler James LeonhardtandGitHub 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 ImmsandGitHub eccdef295e Merge pull request #190969 from microsoft/tyriar/162950_5
Add explain quick fix kind
2023-08-22 10:20:00 -07:00