Commit graph

120824 commits

Author SHA1 Message Date
Connor Peet 97df4dad38
api: finalize windowActivity (#210491)
Closes #181569
2024-04-16 11:03:14 -07:00
David Dossett 21c66842b7
Merge pull request #210495 from microsoft/ddossett/typical-mockingbird
Update chat markdown progress text styling
2024-04-16 10:45:15 -07:00
Johannes Rieken e700ece8e3
Joh/languageModelInformation (#210490)
* add `LanguageModelInformation` interface

* tweaks to the language models metadata API

* update docs

* 💄

* add removal comments
2024-04-16 19:22:06 +02:00
Connor Peet 26cf440912
preserve old codicon rule (#210489)
* Revert "Revert "Revert #210416 (#210425)" (#210442)"

This reverts commit 31fba19dcf.

* preserve old codicon rule
2024-04-16 19:17:54 +02:00
Connor Peet a3944f74ad
testing: add data for test failures (#209883)
* testing: add data for test failures

* fixup test
2024-04-16 19:14:00 +02:00
David Dossett fac76d0ce2
Update markdown progress text styling 2024-04-16 10:11:00 -07:00
Peng Lyu 4ba3d65c71
Generate cell for all chat users. (#210487) 2024-04-16 19:06:14 +02:00
Megan Rogge 0ddd487804
add navigate code block actions in accessible view (#210480) 2024-04-16 18:51:41 +02:00
Aiday Marlen Kyzy 14c1414ec2
Extracting content hover code classes into separate files (#210479)
extracting content hover code into separate classes
2024-04-16 09:44:41 -07:00
Henning Dieterichs a914115c05
Fixes #209614 (#210481)
don't set bottom 0 for overlays, as height 100% already aligns the bottom, but takes care of borders.
2024-04-16 18:21:08 +02:00
Megan Rogge 0a141d2317
alert w command line when navigating in accessible view (#210430) 2024-04-16 16:22:57 +02:00
Joyce Er 7e899bf007
feat: support dynamic variable sublists (#210473) 2024-04-16 16:04:06 +02:00
Henning Dieterichs c132d0639e
Improves cache utilities (#210471) 2024-04-16 15:31:38 +02:00
Sandeep Somavarapu 55f2a29a07
Enable workspace extensions (#210466)
* Enable workspace extensions

* fix
2024-04-16 14:37:31 +02:00
Aiday Marlen Kyzy 5ccc2db0a2
Remove the special handling of the horizontal scrollbar in content hover widget (#210450)
* doing CSS changes allowing us to remove the special handling of the horizontal scrollbar

* removing compilation error
2024-04-16 12:06:05 +02:00
Aiday Marlen Kyzy 796d527c8f
Move hover action ids into a separate file (#210449)
moving hover action ids into a separate file
2024-04-16 12:04:50 +02:00
Sandeep Somavarapu 31fba19dcf
Revert "Revert #210416 (#210425)" (#210442)
This reverts commit 714ce79ed9.
2024-04-16 09:49:08 +02:00
Daniel Imms a2194e8c49
Merge pull request #210409 from microsoft/tyriar/210403
Prevent pwsh suggest when pasting
2024-04-15 16:23:49 -07:00
Connor Peet 714ce79ed9
Revert #210416 (#210425)
Keeps only the problematic line out
2024-04-16 00:31:14 +02:00
Daniel Imms 3514871f34
Merge pull request #210423 from microsoft/tyriar/210395
Ignore non-handled CSI sequences in terminal suggest
2024-04-15 15:21:46 -07:00
Matt Bierner 9d2deb650d
Use resolveCodeAction for organize imports (#210418)
For #210171
2024-04-15 15:19:28 -07:00
Daniel Imms 46201f8693
Ignore non-handled CSI sequences in terminal suggest
Fixes #210395
2024-04-15 14:44:26 -07:00
Sandeep Somavarapu 455584024c
Revert "theme: fix unthemable icons in several areas (#209131)" (#210416)
This reverts commit 6b391eba24.
2024-04-15 14:07:33 -07:00
Connor Peet 21e0716833
cli: update proc macro and clippy (#210414) 2024-04-15 20:27:34 +02:00
Daniel Imms ca10c3c4c6
Prevent pwsh suggest when pasting
Fixes #210403
2024-04-15 10:10:08 -07:00
Matt Bierner 98785f537e
Fix setting type (#210408)
Fixes #210400
2024-04-15 18:51:02 +02:00
Megan Rogge a86e955552
comments accessible view follow up polish (#210398) 2024-04-15 17:23:07 +02:00
Daniel Imms 099153598a
Merge pull request #210289 from cpendery/feat/hide-modal
fix: terminal suggestions should hide modal when no completions exist
2024-04-15 08:01:08 -07:00
Megan Rogge af930dc08e
add comments accessible view (#209977) 2024-04-15 07:59:14 -07:00
Benjamin Pasero 258537d40b
voice - update keyword activation based on default agent presence (#210390)
* voice - only enable keyword activation when we have a chat agent

* .
2024-04-15 15:37:53 +02:00
Benjamin Pasero cdf55f87f9
workspace trust - cleanup unused code (#210388) 2024-04-15 06:34:12 -07:00
George Garside b41db61193
Fix color picker command title (#210349)
#209612 incorrectly changed the title to a description rather than adding a description. Move the description to the description and revert the editor title to what it was previously.
2024-04-15 07:19:44 +00:00
Rob Lourens 4b7bb4db33
Merge pull request #210350 from microsoft/roblou/worried-termite
Chat API tweaks and /help fixes
2024-04-15 02:35:46 -03:00
Daniel Imms 6f91cdc47a
Merge pull request #210280 from microsoft/tyriar/170963
Update xterm
2024-04-14 11:51:43 -07:00
Rob Lourens bdf19f99bd Chat API tweaks and /help fixes 2024-04-14 09:03:11 -07:00
Rob Lourens 6bdf8642bb
Merge pull request #210316 from microsoft/roblou/successful-shrew
Don't mention 'participant' in errors
2024-04-13 19:09:17 -03:00
Rob Lourens 391feedd0b Don't mention 'participant' in errors 2024-04-13 13:01:13 -07:00
Benjamin Christopher Simmonds 4600d99b2b
Improve Configure Keybindings Support (#210251)
* Improve Configure Keybindings Support

* fix test
2024-04-13 09:18:02 -07:00
Chapman Pendery 0d6f65277b fix: terminal suggestions should hide modal when no completions exist
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-04-13 01:01:50 -07:00
Rob Lourens 2d58a39793
Merge pull request #210281 from microsoft/roblou/unacceptable-swift
Fix chat MarkdownString merging
2024-04-12 21:51:53 -03:00
Rob Lourens cebce513c7 Add markdown merging test 2024-04-12 17:31:04 -07:00
Rob Lourens 6c596f57ca Enforce unsupported boolean flag for MarkdownString in chat 2024-04-12 17:27:50 -07:00
Daniel Imms 2a3c5c8115
Update xterm
Fixes #170963
2024-04-12 17:00:03 -07:00
Connor Peet d30b358ac7
cli: ensure vscode server outlives CLI on windows (#210279) 2024-04-13 01:50:34 +02:00
dependabot[bot] a9174e5ac9
Bump h2 from 0.3.24 to 0.3.26 in /cli (#209660)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-13 00:48:00 +02:00
Rob Lourens ef35ae4031 Fix chat MarkdownString merging 2024-04-12 15:39:31 -07:00
dependabot[bot] 3692dc8729
Bump tar from 6.1.15 to 6.2.1 in /build/npm/gyp (#210142)
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-12 15:29:53 -07:00
Rob Lourens e7dc78cbd7
Merge pull request #210265 from microsoft/roblou/xenogeneic-leech
Fix participant publisher showing "undefined" after reload
2024-04-12 18:45:27 -03:00
Rob Lourens fc72077f87
Merge pull request #210270 from microsoft/roblou/nosy-emu
Add keybinding for chat 'cancel'
2024-04-12 18:45:10 -03:00
Megan Rogge ee83577e97
play terminal command failed signal when a command w non zero exit code is navigated to in accessible terminal view (#210269) 2024-04-12 23:21:18 +02:00