Commit Graph

124157 Commits

Author SHA1 Message Date
Daniel Imms 62d7fb62d2 Fix enabled check 2024-04-28 05:39:33 -07:00
Daniel Imms 3e3270e442 Move terminal sticky scroll config into terminalContrib
Part of #211569
2024-04-28 05:29:09 -07:00
Daniel Imms da654fb8f4 Allow configuring terminal quick suggestions and on trigger chars
Fixes #211533
2024-04-28 05:05:07 -07:00
Daniel Imms bd89581894 Improve suggest config description 2024-04-28 04:52:25 -07:00
Daniel Imms a21df121e4 Fix enablement of VSCODE_SUGGEST 2024-04-28 04:47:35 -07:00
Daniel Imms d211c56e2a Add back legacy setting while in dev 2024-04-28 04:42:56 -07:00
Daniel Imms 0ee1cdeb9c Merge branch 'main' into tyriar/pwsh_si__config 2024-04-28 04:32:52 -07:00
Benjamin Christopher Simmonds ddf21a532b Fix wrong directory for Custom Editor Labels (#211523)
* fixes #211522

* 💄
2024-04-28 04:31:06 -07:00
Rob Lourens 3012ebac4e Preserve original markdown string options when doing progressive render (#211539)
Fix #1163
2024-04-27 13:45:26 -07:00
Rob Lourens 877b634e29 Normalize progress icon sizes (#211540)
I don't know why I made just the checkmark smaller
2024-04-27 13:44:03 -07:00
Rob Lourens eb517dba14 Don't add empty lines for removed content when copying chat message (#211541) 2024-04-27 13:43:07 -07:00
Daniel Imms f162ca2d7a Merge pull request #211477 from microsoft/tyriar/pwsh_si
Change method used for fetching pwsh completions
2024-04-27 11:47:47 -07:00
Daniel Imms 5305ce5680 Order settings 2024-04-27 08:06:26 -07:00
Daniel Imms 9875c23cde shellIntegration.suggestEnabled -> suggest.enabled
Part of #154662
2024-04-27 08:04:47 -07:00
Daniel Imms de91037b79 Increase recorder data limit
Fixes #211530
2024-04-27 07:47:11 -07:00
Daniel Imms e46f4aeb5f Don't disable based on shell type 2024-04-27 07:45:36 -07:00
Connor Peet 0f2b535662 cli: automatically remove servers that fail to start (#211500)
Fixes https://github.com/microsoft/vscode-remote-release/issues/9823
2024-04-27 06:54:06 -07:00
Daniel Imms 2f6030c704 Remove unused imports 2024-04-26 17:19:13 -07:00
Daniel Imms d308e23340 Disable suggest unless pwsh 2024-04-26 17:18:41 -07:00
Daniel Imms 7a91d684b3 Don't register on already disposed objects 2024-04-26 17:09:56 -07:00
Andrea Mah 220eb8e2a5 Remove Search 'Expand Recursively' for FileMatch items in search view (#211496)
Fixes #211474
2024-04-26 16:52:08 -07:00
Connor Peet 60bd03a02e cli: fix tunnels not working on Windows (#211498)
I made a change this past iteration to use `CREATE_BREAKAWAY_FROM_JOB`
in order to allow the code-server process to outlive SSH connections run
from the exec server.

However, it appears that this _can_ break things if it's run from a job
that doesn't have the JOB_OBJECT_LIMIT_BREAKAWAY_OK flag set. I'm not
a winapi expert, so this is a simple though perhaps inefficient change
to probe whether we can do this via an echo command before starting the
server.
2024-04-27 01:38:38 +02:00
Tyler James Leonhardt 1357fca0f7 Add cancellable promise to Microsoft auth flows (#211495)
Fixes #211406
2024-04-27 01:06:58 +02:00
Connor Peet 233775583c cli: warn when cli options are not applied (#211492)
Fixes #211378
2024-04-26 15:23:02 -07:00
Joyce Er bf661a50b0 fix: clear chat completion disposables on next provider invocation (#211490) 2024-04-26 15:07:26 -07:00
Megan Rogge 2d1620d01d add accessibility.signalOptions config, migrate settings to it (#211487) 2024-04-26 23:09:49 +02:00
Logan Ramos 45cf75ebe4 Update TAS client (#211484) 2024-04-26 22:38:14 +02:00
Rob Lourens 4602654e70 Merge pull request #211481 from microsoft/roblou/unacceptable-seahorse
Don't consider 'progressMessage' to be part of the response content
2024-04-26 12:59:15 -07:00
Rob Lourens 8ca394d456 Don't consider 'progressMessage' to be part of the response content
Fix #211165
2024-04-26 12:42:27 -07:00
Megan Rogge 5f3f4e927b tweak accessibility signal settings wording to include audio cue, alert, and announcement descriptors (#211476) 2024-04-26 21:17:19 +02:00
Daniel Imms 60fc27b715 Merge pull request #211449 from microsoft/tyriar/209276
Remove canvas renderer
2024-04-26 11:45:11 -07:00
Daniel Imms febfca1337 Remove canvas references in build/lint 2024-04-26 10:34:28 -07:00
Daniel Imms 578fa6f661 Remove canvas addon from sticky scroll 2024-04-26 10:33:41 -07:00
Raymond Zhao caf118533f chore: add CodeQL params to improve perf (#211392) 2024-04-26 10:31:54 -07:00
Daniel Imms c5b32bb6e9 Add another idea 2024-04-26 10:29:15 -07:00
Daniel Imms 73f9a3d133 Improve comments 2024-04-26 10:28:08 -07:00
Daniel Imms 6994e3c9c3 More polish 2024-04-26 10:13:20 -07:00
Daniel Imms 676d4d8492 Clean up suggestions, move all triggers to client 2024-04-26 10:12:01 -07:00
Megan Rogge a7755eed01 rm audio cue, alert config, mentions of audio cue (#211475)
rm audio cue, alert config
2024-04-26 19:08:04 +02:00
Megan Rogge 5cb29dbb27 fix task error telemetry reported bug (#211471)
fix #211000
2024-04-26 18:51:42 +02:00
Daniel Imms 77927bcdec Quick suggestions vs trigger chars 2024-04-26 09:25:37 -07:00
Daniel Imms e749f4e5f7 Clean up 2024-04-26 09:16:45 -07:00
Daniel Imms 506d3d214e Fix error 2024-04-26 09:09:09 -07:00
Daniel Imms 68a3986487 Change method of fetching pwsh completions 2024-04-26 09:06:37 -07:00
Benjamin Pasero 94df2d8010 Dataloss when renaming file two times (fix #211374) (#211457)
* Dataloss when renaming file two times (fix #211374)

* .
2024-04-26 16:46:05 +02:00
Daniel Imms 2ee2d5a7a4 Merge pull request #211456 from microsoft/tyriar/ansi
Consolidate ansi functions into strings.ts
2024-04-26 07:39:31 -07:00
Daniel Imms c398f717a9 Consolidate ansi functions into strings.ts 2024-04-26 07:22:16 -07:00
Daniel Imms bc61f659dd Merge pull request #211451 from microsoft/tyriar/211279
Add missing registers
2024-04-26 06:33:24 -07:00
Daniel Imms f9004993be Merge pull request #211448 from microsoft/tyriar/211444
Add helpers for stripping escape sequences
2024-04-26 06:32:56 -07:00
Daniel Imms a893b33b5f Add missing registers
Fixes #211279
2024-04-26 06:03:40 -07:00