Commit Graph
124157 Commits
Author SHA1 Message Date
RoboandGitHub 1396f9c827 ci: fix debian packaging step failing to download sysroot (#202973) 2024-01-22 08:12:40 +01:00
Connor PeetandGitHub e244acbb17 testing: avoid large hovers in test coverage, show inline counts instead (#202944)
Closes #202600

I still have a hover to make the "toggle line coverage" action visible, not sure a better place to put that...
2024-01-21 05:38:46 +00:00
Aiday Marlen Kyzy cf13b38786 changing the milestone to the correct milestone for the next endgame 2024-01-20 22:57:51 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
442419c7a2 Bump h2 from 0.3.17 to 0.3.24 in /cli (#202867)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.17 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.17...v0.3.24)

---
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-01-20 11:06:39 -08:00
Rob LourensandGitHub 564d6ae4c7 Remove internal implementation of ChatAgentTask (#202908)
* Get rid of chat progress Task

* Remove internal implementation of ChatAgentTask

* Clean up more
2024-01-20 09:56:07 +01:00
Aaron MungerandGitHub 68f4339e5e manage scheduling of getting children to prevent too many requests (#202904) 2024-01-19 17:11:29 -08:00
Andrea MahandGitHub f284d7b098 fix local file search in vscode.dev (#202905)
Can no longer search across all the files in the workspace
Fixes #201138
2024-01-19 16:43:40 -08:00
Aaron MungerandGitHub 3ec9b2aed8 type based coloring (#202901)
* type based coloring

* include valueChanged in value interface
2024-01-19 15:03:23 -08:00
Aaron MungerandGitHub 5b18cd75cb include variable type information (#202896)
include type information
2024-01-19 13:55:04 -08:00
Aaron MungerandGitHub 4c316c04ca enable move to previous cell command when screen reader enabled (#202883)
* remove inline chat related move between cells hotkey

* remove precondition
2024-01-19 13:27:15 -08:00
Peng LyuandGitHub 834a8e4908 Cell chat: disable auto save for auto generated code (#202892)
* Cell chat: disable auto save for auto generated code
2024-01-19 12:04:06 -08:00
Aaron MungerandGitHub b6dc6c4a80 fix every child of a long array being highlighted when expanded (#202893)
provide unique id for each tree node
2024-01-19 11:57:03 -08:00
Megan RoggeandGitHub 097aedeec7 Merge pull request #202887 from microsoft/merogge/acc-help2
add chat commands to editor help dialog
2024-01-19 11:46:00 -08:00
Connor PeetandGitHub 0865a604d2 testing: finalize selected profiles (#202878)
Closes #193160
2024-01-19 11:43:02 -08:00
Peng LyuandGitHub 6c8cbf45d2 Enable followup for Cell Chat (#202769)
* Enable followup for Cell Chat
2024-01-19 11:31:07 -08:00
Megan RoggeandGitHub 5243f1b093 Merge pull request #202885 from microsoft/merogge/voice2
terminal voice improvements
2024-01-19 11:09:00 -08:00
Aaron MungerandGitHub b0c5818e20 variable view styling (#202886)
* tree view styling

* use the render method from the debug view

* no colon when value is empty
2024-01-19 11:07:08 -08:00
meganrogge a903fe6edd fix #202873 2024-01-19 10:54:17 -08:00
meganrogge 3565346a78 localize 2024-01-19 10:34:28 -08:00
meganrogge e9a2a5823b add terminal voice improvements 2024-01-19 10:32:42 -08:00
Ladislau SzomoruandGitHub 5be6890cf5 Git - add onCommit event to vscode.git extension API (#202863) 2024-01-19 17:34:44 +01:00
João MorenoandGitHub 79cb8061ed fix: use correct max-old-space-size flag syntax, increase mem limit for extensions-ci (#202862)
fixes #202720
2024-01-19 17:04:06 +01:00
Johannes RiekenandGitHub c5e803cc6c Merge pull request #202856 from microsoft/joh/traditional-mouse
joh/traditional mouse
2024-01-19 16:26:10 +01:00
Logan RamosandGitHub 41ec830a62 Add extra test case for log error and common properties (#202858)
* Add an additional test for common properties

* Add one more test
2024-01-19 16:19:09 +01:00
Johannes ceb5e559bd fix compilo 2024-01-19 16:10:55 +01:00
Johannes 84477e958e render recognizing and recognized text differently 2024-01-19 15:48:42 +01:00
Johannes 335b2d5fd4 quick voice should wrap when getting too long 2024-01-19 15:29:42 +01:00
Johannes 53e467c211 fix https://github.com/microsoft/vscode-copilot/issues/315 2024-01-19 15:14:39 +01:00
Johannes 53661a1495 focus editor back when quick voice ends 2024-01-19 14:40:06 +01:00
Sandeep SomavarapuandGitHub b921c3efc1 report telemetry only for opted in settings (#202844) 2024-01-19 13:51:31 +01:00
Johannes RiekenandGitHub 053bbeb47c Use hunks also for livePreview and preview mode (#202843)
* more test coverage

* - Session has textModelN and targetUri where they must not always be equal
- for preview mode create textModelN copy so that AI edits can always be applied
- let preview mode work with hunk information

* - live preview uses hunk information
- tweak utils

* fix live-mode toggle diff
2024-01-19 13:14:28 +01:00
Ladislau SzomoruandGitHub 945bbd01aa Git - only show "Incoming changes" node for upstream (#202836)
* Git - only show "Incoming changes" node for upstream

* 💄 Revert some of the changes now that base is limited to upstream

* Fixed a bug

* 💄 More clean-up
2024-01-19 12:56:34 +01:00
Benjamin PaseroandGitHub 600e284b84 "Voice Keyword Activation" appeared in status bar with latest Insiders update (fix #202838) (#202841) 2024-01-19 12:47:12 +01:00
Henning DieterichsandHenning Dieterichs 99a2fd53bd Adds substring 2024-01-19 12:26:17 +01:00
Ladislau SzomoruandGitHub 0287cb9fe7 Git - add fetch, pull, push commands to incoming/outgoing (#202809) 2024-01-19 11:25:59 +01:00
Benjamin SimmondsandGitHub 3b9f4a340c Fix for incorrect file icon margins with compact pinned tabs and left tab action location (#202808)
fix #202505
2024-01-19 10:53:53 +01:00
Benjamin SimmondsandGitHub f964dcc08a Fix for 'Can't compress when there are no elements to compress' error (#202804)
fix #202800
2024-01-19 10:38:51 +01:00
Alex RossandGitHub 77f94e28d2 comments.contribution.ts should only be included once (#202803) 2024-01-19 10:23:19 +01:00
Benjamin SimmondsandGitHub 5e1f10c15c Merge pull request #202585 from microsoft/benibenj/titleBarPartNativeCustom
Refactoring of Title Bar Style Configuration
2024-01-19 09:55:43 +01:00
BeniBenj e5bf9dac90 fix error 2024-01-19 09:18:28 +01:00
Aaron MungerandGitHub 271fb7fbd5 dont ask for all children for large collections (#202784)
* limit number of children retreived

* share const for page size
2024-01-19 00:48:15 +01:00
Connor PeetandGitHub 76e1ccf4c0 debug: initial visualization extension points (#202775)
wip
2024-01-18 15:31:44 -08:00
Connor PeetandGitHub 42dea84bda testing: close coverage -> clear coverage, clear if run with no coverage (#202783)
Fixes #202713
Fixes #202712
2024-01-19 00:30:26 +01:00
Matt BiernerandGitHub 0e51e71619 Pick up latest katex (#202776) 2024-01-18 15:18:39 -08:00
Rob LourensandGitHub 3c8e0fc16d Get rid of chat progress Task (#202777) 2024-01-18 23:26:36 +01:00
Justin ChenandGitHub 834e74297f allow contributed range of higlight for code actions (#202197)
* groundwork for segttings

* laying groundowrk for new API

* more groundwork, api fixed

* cleanup

* more cleanup

* added updates

* fixed spacing
2024-01-18 13:40:02 -08:00
Ladislau SzomoruandGitHub 1db9db32a4 SCM - add incoming/outgoing menu proposal (#202772) 2024-01-18 22:25:44 +01:00
Aaron MungerandGitHub 8d63804f08 get long collections in chunks (#202758)
* stateless Datasource, improve initialization

* retreive long collections in chunks
2024-01-18 13:25:31 -08:00
Ladislau SzomoruandGitHub 9ed02ced92 SCM - 💄 polish incoming/outgoing proposed API (#202766) 2024-01-18 12:39:40 -08:00
Sixia "Leask" HuangandGitHub 216a8e66d3 fix: tweak check-requirements for calling ldconfig (#202645)
* tweak check-requirements for calling ldconfig

* apply patch
2024-01-19 05:05:56 +09:00