Commit Graph
124157 Commits
Author SHA1 Message Date
Rob LourensandGitHub 8c315b536c Fix wrong character for rendering agent commands (#196418) 2023-10-24 18:00:33 +02:00
Benjamin SimmondsandGitHub 3d7ff4a237 Merge pull request #196411 from microsoft/benibenj/TabBarViewMenu
Add Tab Bar submenu to View Appearance menu
2023-10-24 17:25:22 +02:00
BeniBenj 72b6996a13 #196309 2023-10-24 16:58:40 +02:00
Aiday Marlen KyzyandGitHub a8b7239d03 Decreasing the time to 100ms in RunOnceScheduler for inline chat sparkle (#196284)
decreasing the time
2023-10-24 09:55:49 +02:00
Benjamin PaseroandGitHub 80d30b587b voice - use filled mic codicon when running (#196341) 2023-10-24 07:44:39 +02:00
John MurrayandGitHub 7c529b91ff Show trust editor tab icon correctly for "window.density.editorTabHeight": "compact" (fix #196209) (#196212) 2023-10-24 07:39:56 +02:00
Michael LivelyandGitHub 7dff07893a Support Multi Editor/Model Highlighting (#196024)
* support multi-editor highlighting

* Add experimental multi-document occurrences highlighting option

* highlight accross notebook cells even without multi-doc setting

* otherModels helper + ResourceMap + fixed removeDecorations

* combine textual to just `TextualOccurenceRequest`

* fix aggressive dispose/decoration clearing, introduce query interface
2023-10-24 06:27:02 +02:00
David DossettandGitHub 9e597d3227 Merge pull request #196333 from microsoft/ddossett/zestful-roadrunner
Update chat avatar styles
2023-10-23 17:27:24 -07:00
David Dossett eb6ffc2378 Fix color name 2023-10-23 17:12:15 -07:00
David Dossett 2423f43195 Update chat avatar styles 2023-10-23 17:10:19 -07:00
Joyce ErandGitHub 8aab36644e fix: enable Show History when chat provider exists (#196331) 2023-10-23 16:47:36 -07:00
Ulugbek Abdullaev 2346f95977 release 1.84.0 update 3rd party notices 2023-10-24 01:36:58 +02:00
Rob LourensandGitHub 6113b646d5 Fix retrieving dynamic references for chat agents (#196320)
* Fix retrieving dynamic references for chat agents
Not a perfect fix to the underlying issue but solves the problem for now

* Fix tests

* Fix tests

* Fix integration tests
2023-10-23 16:26:45 -07:00
David DossettandGitHub b2cba04163 Update codicons (#196330) 2023-10-24 01:19:31 +02:00
Sandeep SomavarapuandGitHub 7b69e4aaa6 fix #194981 (#196322) 2023-10-23 15:37:17 -07:00
Raymond ZhaoandGitHub baaaed9329 Add stricter thresholds (#196321) 2023-10-24 00:03:04 +02:00
Martin AeschlimannandGitHub 8f0f284b0f [html] update service (#196318) 2023-10-23 14:21:46 -07:00
Rob LourensandGitHub c833c4d7b5 Implement shouldRepopulate and followupPlaceholder for agents (#196317) 2023-10-23 22:25:21 +02:00
Sandeep SomavarapuandGitHub 09a4a2f7ab fix migrating workbench.activityBar.visible (#196316) 2023-10-23 22:24:42 +02:00
8887abd9fc Allow additional extension data from Issue Reporter API (#196103)
* issue-reporter-main merge into branch (#13)

* laying the groundwork for issue reporter API

* working version 1

* added additional support, checkbox

* smol change with disabling edits and cleanup

* added blocker, timeout of 5 seconds, instead of rejecting we return

* added working template data as well

* removed test code

* cleaning up commit

* working with injecting template and allowing editing

* cleanup pass 1

* added progress bar and code cleanup

* cleanup and adding docs

* added default data in issuereporter test

* extension data hidden by default, better loading indication

* cleanup

* added codicons

* added codicon styling, removed progress bar:

* code cleanup

* better preview button handling

* cleaning up part 4

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>

---------

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
2023-10-23 22:09:33 +02:00
Sandeep SomavarapuandGitHub 7b1bbe8db0 fix #196272 (#196315)
* fix #196272

* fix reload
2023-10-23 21:48:16 +02:00
Rob LourensandGitHub 49b6fa9a20 Show range for chat references, via IconLabel suffix (#196311)
Bring back #196293 without breakage in #196252
2023-10-23 11:54:02 -07:00
Daniel ImmsandGitHub 033b1e22b7 Merge pull request #196310 from microsoft/tyriar/195809
Fix quick fix bg in editor
2023-10-23 11:29:05 -07:00
c51b33b224 fix: memory leak in menu (#196302)
* fix: memory leak in menu

* 💄

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2023-10-23 18:25:09 +00:00
Daniel Imms eae846ae53 Fix quick fix bg in editor
Fixes #195809
2023-10-23 11:13:44 -07:00
Connor PeetandGitHub ad29091f39 fix: don't wait for stdin pump to end before propagating process exit (#196306) 2023-10-23 10:59:05 -07:00
Benjamin PaseroandGitHub 46566fa29d voice - tweak actions (#196303) 2023-10-23 10:39:55 -07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
a632e19c59 Bump rustix from 0.37.19 to 0.37.25 in /cli (#195931)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.19 to 0.37.25.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.19...v0.37.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-23 10:02:18 -07:00
Daniel ImmsandGitHub 2f32f0edae Merge pull request #194621 from tisilent/fix-term-quickaccess
Terminal: fix rename and injection
2023-10-23 09:56:12 -07:00
Rob LourensandGitHub 79c4cbce46 Revert "Show Location ranges in used refs file label (#196129)" (#196293)
This reverts commit ceeec96501.
2023-10-23 09:50:37 -07:00
Daniel ImmsandGitHub 48b8a23208 Merge branch 'main' into fix-term-quickaccess 2023-10-23 09:34:50 -07:00
2683aa01ac Add support for --force-if-includes to force push more safely (#187932)
* Add support for `--force-if-includes` to force push

* Change force push failed error message

* Separate force push (no with lease) failed error message

* Switch to `"markdownDescription"`

* Add Git version requirement for config description

* Improve error message when safer force push is rejected

* Eliminate the option's effect if Git is too old

* Minor improvements to community contribution

---------

Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
2023-10-23 17:47:46 +02:00
Andrea MahandGitHub f4f0a1dd95 cleanup related to #191731 (#191796)
cleanup related to https://github.com/microsoft/vscode/pull/191731
2023-10-23 08:46:57 -07:00
Benjamin PaseroandGitHub 0f1b533b7b aux window - less use of ILayoutService.container (#196282)
* aux window - less use of `ILayoutService.container`

* .
2023-10-23 16:52:10 +02:00
Benjamin SimmondsandGitHub 319f162bfd Merge pull request #196273 from microsoft/benibenj/noTabsCommandCenterFileName
Command Center File Name No Tab Bar
2023-10-23 16:37:07 +02:00
Joaquín RualesandGitHub c523b5e9e0 Skip regex.replace() cost when there's nothing to replace (#194854)
* Skip regex.replace() cost when there's nothing to replace

* Change spaces to tabs
2023-10-23 14:27:12 +00:00
Benjamin SimmondsandGitHub 0002616207 Merge pull request #196279 from microsoft/benibenj/emptyGroupMaximized
Empty Group Maximized Icon
2023-10-23 16:11:41 +02:00
BeniBenj 3a30095066 Empty Group Maximized Action Item 2023-10-23 15:40:43 +02:00
Sandeep SomavarapuandGitHub c366d0f2b9 Update title bar style context key and activity bar position actions (#196276) 2023-10-23 15:39:03 +02:00
Ladislau SzomoruandGitHub e1d9c44890 Bump distro (#196271) 2023-10-23 15:34:11 +02:00
BeniBenj a8eab0831b 💄 2023-10-23 15:26:08 +02:00
Ladislau SzomoruandGitHub 4cd1f6ce84 Git - automatically wrap generated commit message (#196268)
* Git - automatically wrap generated commit messages

* Handle edge cases when wrapping the commit message
2023-10-23 15:22:45 +02:00
BeniBenj a824942dd5 Accessing filename through windowTitle is weird
chnged it back
2023-10-23 15:18:00 +02:00
BeniBenj 84b9410ef5 Command Center File name when no tabs 2023-10-23 15:00:18 +02:00
Benjamin PaseroandGitHub b9ccb87c62 voice - rename mic action (#196263) 2023-10-23 14:51:47 +02:00
João MorenoandGitHub 2c973350c5 chore: bump electron@25.9.2 (#196249)
* chore: bump electron@25.9.2

* chore: bump distro

* install setuptools

https://github.com/nodejs/node-gyp/issues/2915
2023-10-23 14:43:33 +02:00
Daniel ImmsandGitHub 986b2eee0f Merge branch 'main' into tyriar/hangul 2023-10-23 05:21:21 -07:00
Ulugbek Abdullaev c6dcdc753b git: print more info when relative path not found 2023-10-23 13:57:39 +02:00
Ulugbek Abdullaev d4586b43cd git: GitError captures stacktrace 2023-10-23 13:57:39 +02:00
Henning DieterichsandHenning Dieterichs 27265b038d Fixes #189962 2023-10-23 13:02:51 +02:00