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
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
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
Daniel Imms
b62f019b92
Merge pull request #190991 from microsoft/tyriar/179476_2
...
Change applyAtProcessCreation behavior
2023-08-22 08:36:34 -07:00
Daniel Imms
be2c1b6c06
Pass in correct options
2023-08-22 08:21:32 -07:00
Daniel Imms
fb800be96c
Merge pull request #190990 from microsoft/tyriar/xterm@20230822
...
xterm@5.3.0-beta.58
2023-08-22 08:10:44 -07:00
Daniel Imms
4f8b2ecbee
Fix typo
2023-08-22 07:57:22 -07:00
Daniel Imms
c8219ae768
Change applyAtProcessCreation behavior
...
Part of #179476
2023-08-22 07:55:06 -07:00
Daniel Imms
7ab8588219
xterm@5.3.0-beta.58
...
Fixes #189684
Part of #190195 (diagnostics)
2023-08-22 07:45:38 -07:00
Aiday Marlen Kyzy
2c878226d7
Merge pull request #190984 from microsoft/aiday/cssVariableFallback
...
Changing the fallback of a variable to variable
2023-08-22 15:57:51 +02:00
Aiday Marlen Kyzy
74c02f917d
changing the fallback of a variable to variable
2023-08-22 15:40:28 +02:00
Benjamin Pasero
515c6b204f
Unicode codepoint 0x202E causes the default filename in the tab title to also be right to left ( fix #190133 ) ( #190980 )
2023-08-22 15:27:52 +02:00
Daniel Imms
90dfc646f4
Merge pull request #190900 from jeanp413/fix-190499
...
Fix free port quick fix does not work on Windows
2023-08-22 05:00:04 -07:00
Daniel Imms
5f97b6bf4f
Remove un used enum value
2023-08-22 03:55:36 -07:00
Daniel Imms
82fc60a222
Fix var fallback
2023-08-22 03:47:16 -07:00
Daniel Imms
02c34a9476
Add explain quick fix kind
...
This hasn't gone through the API process yet. We need some way of indicating the quick fix
kind such that they can be presented in a different way. The main use case here is a sparkle
icon for AI suggests but it could be expanded in the future
Part of #162950
2023-08-22 03:43:50 -07:00
Benjamin Pasero
f19d123095
status bar - introduce kind and adopt ( fix #184967 ) ( #190947 )
...
* status bar - introduce `kind` and adopt (fix #184967 )
* adopt for extensions
* deprecate colors
2023-08-22 12:37:40 +02:00