Martin Aeschlimann
8f0f284b0f
[html] update service ( #196318 )
2023-10-23 14:21:46 -07:00
Rob Lourens
c833c4d7b5
Implement shouldRepopulate and followupPlaceholder for agents ( #196317 )
2023-10-23 22:25:21 +02:00
Sandeep Somavarapu
09a4a2f7ab
fix migrating workbench.activityBar.visible ( #196316 )
2023-10-23 22:24:42 +02:00
Justin Chen
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 Somavarapu
7b1bbe8db0
fix #196272 ( #196315 )
...
* fix #196272
* fix reload
2023-10-23 21:48:16 +02:00
Rob Lourens
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 Imms
033b1e22b7
Merge pull request #196310 from microsoft/tyriar/195809
...
Fix quick fix bg in editor
2023-10-23 11:29:05 -07:00
Simon Siefke
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 Peet
ad29091f39
fix: don't wait for stdin pump to end before propagating process exit ( #196306 )
2023-10-23 10:59:05 -07:00
Benjamin Pasero
46566fa29d
voice - tweak actions ( #196303 )
2023-10-23 10:39:55 -07:00
dependabot[bot]
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 Imms
2f32f0edae
Merge pull request #194621 from tisilent/fix-term-quickaccess
...
Terminal: fix rename and injection
2023-10-23 09:56:12 -07:00
Rob Lourens
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 Imms
48b8a23208
Merge branch 'main' into fix-term-quickaccess
2023-10-23 09:34:50 -07:00
Tatsunori Uchino
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 Mah
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 Pasero
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 Simmonds
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 Ruales
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 Simmonds
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 Somavarapu
c366d0f2b9
Update title bar style context key and activity bar position actions ( #196276 )
2023-10-23 15:39:03 +02:00
Ladislau Szomoru
e1d9c44890
Bump distro ( #196271 )
2023-10-23 15:34:11 +02:00
BeniBenj
a8eab0831b
💄
2023-10-23 15:26:08 +02:00
Ladislau Szomoru
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 Pasero
b9ccb87c62
voice - rename mic action ( #196263 )
2023-10-23 14:51:47 +02:00
João Moreno
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
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 Dieterichs
27265b038d
Fixes #189962
2023-10-23 13:02:51 +02:00
Sandeep Somavarapu
e55dc5d265
fix #196149 ( #196246 )
2023-10-23 13:02:15 +02:00
Benjamin Pasero
c7f1a4e36d
editor - fix progress bar position ( #196245 )
2023-10-23 13:01:50 +02:00
Sandeep Somavarapu
91a7f274b9
Merge pull request #195984 from yiliang114/unknown-turtle
...
fix: Close #195980 , Fix contribute points default display for extensions
2023-10-23 12:58:34 +02:00
Ladislau Szomoru
8c0b491626
SCM - fix rendering issue with input box placeholder ( #196241 )
2023-10-23 12:56:46 +02:00
Ladislau Szomoru
149ec58a5a
SCM - overwrite cancel icon color ( #196243 )
2023-10-23 12:56:28 +02:00
Ladislau Szomoru
92d0c382a5
API - remove contribSourceControlInputBoxMenu proposal ( #196244 )
2023-10-23 12:56:15 +02:00
Benjamin Simmonds
246abc0ecb
Maximize editor group ( #194894 )
...
* Maximize editor
* unmaximze instead of exit maximize
* add tests
* 💄
* adopt changes
* 💄
* 💄
* 💄
* 💄
* 💄
* 💄
* move context key to WorkbenchContextKeysHandler
* 💄
* 💄
* bug fix
* 💄
* touch file to remove from diff
* test maximized group event
* Update editor group behavior
* 💄
* 💄
* 💄
* 💄
* 💄
* 💄
* setvisibility unmaximizes view if maximized
* Add visibility option to serialized branch node
and update gridview reconstruction behavior
* Fix arrangeGroups method signature
* Save maximized view by location
* Fix activeGroup check in EditorPart
* 💄
* 💄
* Add gridWidgetDisposables to prevent memory leaks.
* simplify GridView.setChildVisible
* Refactor Grid class to return IDisposable
from maximizeView method
* 💄
* move maximizing to gridview layer
* Fix trySet2x2 method to
exit maximized view before setting 2x2
* fix bug
* hasMaximizedGroup
* Refactor GridView for hasMaximizedView
* fix migrations
* Fix double click tab toggle
value in workbench editor
* 💄
* Fix editor group expansion test
* 💄
* 💄
* 💄
* Fix migration with new settings validation
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
Co-authored-by: João Moreno <joao.moreno@microsoft.com >
2023-10-23 12:37:17 +02:00
ermin.zem
bf9068c750
fix: fix editor progress position when enabled pinnedTabsOnSeparateRow ( #195314 )
...
* fix: fix editor progress position when enabled pinnedTabsOnSeparateRow
* fix: fix editor progress position
* fix: fix editor progress position
* fix: add commit to editor title progress style
* Revert "fix: add commit to editor title progress style"
This reverts commit 302ec88c9a .
* Revert "fix: fix editor progress position"
This reverts commit ec445b607c .
* Revert "fix: fix editor progress position"
This reverts commit cea64becfa .
* Revert "fix: fix editor progress position when enabled pinnedTabsOnSeparateRow"
This reverts commit 8f2c0e7022 .
* feat: add --editor-group-tabs-height css variable to set progress bar position
* update height in lyout
* Remove setting redraws as already done elsewhere
* Remove 2px for progress bit height
---------
Co-authored-by: ermin.zem <ermin.zem@alibaba-inc.com >
Co-authored-by: BeniBenj <besimmonds@microsoft.com >
2023-10-23 12:14:58 +02:00
Benjamin Simmonds
e10905957f
Merge pull request #196234 from microsoft/benibenj/tabsMenuRenaming
...
Rename menu
2023-10-23 12:09:56 +02:00
Benjamin Pasero
5d9da91ba0
editors - validate editor options ( #196232 )
...
* editors - validate editor options
* add more tests
2023-10-23 11:49:49 +02:00
Sandeep Somavarapu
b16c487e67
Merge pull request #195421 from gjsjohnmurray/attempt-163627v2
...
Show Reload Required buttons simultaneously after updateAllExtensions (#163627 )
2023-10-23 11:31:22 +02:00
BeniBenj
518d0f8f36
Rename menu
2023-10-23 09:42:31 +02:00
Benjamin Pasero
8b6ae4ade6
Aux window disrupts command palette ( fix #195870 ) ( #196231 )
2023-10-23 09:12:50 +02:00
Benjamin Pasero
d31d5ca86a
voice - stop recording animation with reduced motion enabled ( #196230 )
2023-10-23 09:12:30 +02:00
Ladislau Szomoru
67df0670ba
Git - set action button command argument ( #196216 )
2023-10-23 08:19:52 +02:00
Harald Kirschner
f9bfb89b73
Merge pull request #196226 from microsoft/digitarald/dependent-fly
...
Fix inline chat command title
2023-10-22 22:34:11 -07:00
Harald Kirschner
9b9187dd49
Fix inline chat command title
2023-10-22 21:52:13 -07:00