Commit graph

122661 commits

Author SHA1 Message Date
Alex Ross ed4e6eda59
Update grammars (#219070) 2024-06-28 11:56:38 +02:00
Benjamin Pasero f6f90e0163
Implement NLS without AMD loader (#214588) 2024-06-28 11:55:48 +02:00
Benjamin Christopher Simmonds cb1514f9a6
Bump version to 1.92.0 (#219067) 2024-06-28 10:08:40 +02:00
Raymond Zhao aea213b7fc
chore: bump braces in build (#219010) 2024-06-27 23:21:14 +02:00
Aaron Munger 2eedc1373c
look for keylabel that is used for mac as well (#219015)
look for mac keylabel as well
2024-06-27 23:20:34 +02:00
Snoppy 8d54ffc9f6
chore: fix typos (#216562)
Signed-off-by: snoppy <michaleli@foxmail.com>
2024-06-27 20:01:19 +00:00
Sandeep Somavarapu 973dc3065b
fix #218219 (#218876) 2024-06-27 16:48:33 +02:00
Christof Marti 9a2ef8f356 Update distro hash 2024-06-27 15:47:54 +02:00
Johannes Rieken 1ae48f15b7
fix https://github.com/microsoft/vscode/issues/218804 (#218822) 2024-06-27 14:45:52 +02:00
Sandeep Somavarapu 2e3a1d8bd9
fix #217902 (#218716) 2024-06-27 12:46:29 +02:00
Alex Ross 9e9eb5e3f6
Don't check locked stat in file picker (#218707)
Fixes #212408
2024-06-27 12:29:50 +02:00
Sandeep Somavarapu 56a2eb0dbb
fix #217851 (#218698) 2024-06-27 12:27:05 +02:00
Alex Ross 53ed07606e
Fix comment threads starting expanded (#218684) 2024-06-27 11:29:37 +02:00
Sandeep Somavarapu 5ba8a8b7a1
fix #218126 (#218679) 2024-06-27 11:21:43 +02:00
Rob Lourens cb9d1e4589
Don't throw for $updateAgent failure (#218649)
Fix #214157

This can happen after something else went wrong, and the exception doesn't go back to the extension or anywhere helpful besides error telemetry.
2024-06-26 19:18:24 -07:00
Rob Lourens 5950c29098
Fix 'cancel chat' keybinding on windows (#218647)
Fix #217861
2024-06-26 19:18:00 -07:00
Aaron Munger fb3bace29e
switch order of keybinding registration (#218622) 2024-06-26 14:51:08 -07:00
Joyce Er 9e7cd445fa
fix: show context menu option to disable empty editor hint (#218548)
* fix: show context menu option to disable empty editor hint

* Fix action name
2024-06-26 14:03:37 -07:00
Rob Lourens b9f2435180
Fix up markdown lists that use * (#218483)
* Fix up markdown lists that use *
Fix #217946

* Comment
2024-06-26 11:25:07 -07:00
Connor Peet 7607e75d69
debug: bump js-debug for 1.91 (#218469) 2024-06-26 20:08:09 +02:00
Daniel Imms e80e61a6e0
Merge pull request #218451 from microsoft/tyriar/213941
Add new line before end of fenced code block
2024-06-26 10:28:16 -07:00
Daniel Imms 955be75839
Add new line before end of fenced code block
Fixes #218397
2024-06-26 10:10:32 -07:00
Daniel Imms e73d388133
Merge pull request #218439 from microsoft/tyriar/213820
Disable terminal initial hint when ctrl+i is triggered
2024-06-26 10:10:06 -07:00
Daniel Imms 02cbb7a96d
Merge pull request #218417 from microsoft/tyriar/216624
Fix terminalChatFocus behavior
2024-06-26 10:03:20 -07:00
Daniel Imms 18981d25d1
Merge pull request #218435 from microsoft/tyriar/215482
Fix missing cases for not reporting prompts
2024-06-26 09:56:33 -07:00
Daniel Imms 47262beab7
Disable terminal initial hint when ctrl+i is triggered
Previously this would only happen when _clicked_.

Fixes #213820
2024-06-26 09:46:12 -07:00
Daniel Imms b37c33ddcb
Fix missing cases for not reporting prompts
Fixes #215482
2024-06-26 09:39:17 -07:00
Ole a11a0d7edc
Fix two bugs in #214589 fixing #213535. (#218357)
* Fix two bugs in #214589.

1. We must not `dispose()` the `MutableDisposable` `this._commentThreadWidget` - as that disposes the MutableDisposable itself, and it cannot then later be reassigned to a new value. Instead, we need to assign `value=undefined`, which disposes the previous `value`, but keeps the `MutableDisposable` available to be reused later.
2. `initialize()` is a no-op if `this.currentElement` is already identical to the passed `element`, so we must not do that assignment before calling initialize - instead `initialize()` does the assignment after checking.

* Fix blank line.

* Register the _commentThreadWidget MutableDisposable so that it gets disposed when CellComments is disposed.
2024-06-26 16:10:56 +00:00
Daniel Imms c6e312a80e
Fix terminalChatFocus behavior
Fixes #216624
2024-06-26 09:10:25 -07:00
Daniel Imms 720c89311e
Merge pull request #218405 from microsoft/tyriar/218402
Reset inline chat widget before terminal chat widget
2024-06-26 08:27:03 -07:00
Simon Siefke ed2036106c
fix: possible memory leak in SettingTreeRenderers (#216768) 2024-06-26 08:25:15 -07:00
Simon Siefke 14b094becc
fix: add disposable to elementDisposables instead of templateDisposables in renderElement function in SettingEnumRenderer (#216855) 2024-06-26 15:21:53 +00:00
Daniel Imms 59c0407418
Reset inline chat widget before terminal chat widget
Fixes #218402
2024-06-26 08:09:11 -07:00
Daniel Imms 962e72cb64
Merge pull request #218400 from microsoft/tyriar/218118
Improve casing of environment changes actions
2024-06-26 07:57:29 -07:00
Johannes Rieken da06c08a32
Inline chat fixes and polish (#218398)
* react to changes of `inlineChat.experimental.textButtons` (no more window reload)

https://github.com/microsoft/vscode/issues/217845

* fix status label wrapping

* remove unused toolbar

* fix https://github.com/microsoft/vscode/issues/218395
2024-06-26 16:48:28 +02:00
Daniel Imms 05b1eafd91
Improve casing of environment changes actions
Fixes #218118
2024-06-26 07:38:27 -07:00
Johannes Rieken fdec5a0ec0
fix https://github.com/microsoft/vscode/issues/217853 (#218380) 2024-06-26 15:11:26 +02:00
Ladislau Szomoru 64c1b1cc60
Revert "Git - do not show smart commit dialog when using Commit (Amend) (#214595)" (#218377)
This reverts commit 5422f5f940.
2024-06-26 15:04:40 +02:00
Benjamin Christopher Simmonds 85f13f93f1
Refactor createConfigureKeybindingAction to support disabling keybinding configuration for SCM statusbar actions (#218372)
chore: refactor createConfigureKeybindingAction to support disabling keybinding configuration for scm statusbar actions
2024-06-26 15:01:21 +02:00
Johannes Rieken 7ebe6d364f
use globalThis instead of window (#218368)
fixes https://github.com/microsoft/vscode/issues/214945
2024-06-26 14:55:52 +02:00
Martin Aeschlimann d193d82138
"default" colorCustomization doesn't get unset when removing setting override (#218362) 2024-06-26 14:40:48 +02:00
H. Ngọc Minh b4eb54551b
fix: do not show activity bar's focus border on click (#217837) 2024-06-26 14:21:17 +02:00
Aiday Marlen Kyzy ea9edd00c5
Replace inner text whitespace unicode characters other than \n and \r with (#218324)
replacing the inner text unicode characters other than \n and \r with whitespace
2024-06-26 14:03:10 +02:00
Johannes Rieken e5d157c069
Inline chat fixes (#218318)
* fix https://github.com/microsoft/vscode/issues/218059

* Change enablement of "Toggle Changes" instead of visibility

mitigates/fixes https://github.com/microsoft/vscode/issues/218099

* have padding per part (actions, input, list)

fixes https://github.com/microsoft/vscode/issues/218083

* fixes https://github.com/microsoft/vscode/issues/218021

* fix notebook button groups for inline chat

* tweak inline chat content widget when text btn are enabled
2024-06-26 13:18:47 +02:00
Aiday Marlen Kyzy 979ad0af36
Set focus back to the editor hover part on escape from the accessible view/help (#218274)
adding code in order to focus back a specific hover part on escaping from the accessible view/help
2024-06-26 12:14:41 +02:00
Aiday Marlen Kyzy 44623fa268
Add action label and keybindings for the editor hover status bar in the editor hover accessible view/help (#218269)
adding label and keybindings into the editor hover accessibility view and help
2024-06-26 12:14:04 +02:00
Ladislau Szomoru 0354163c1c
SCM - fix commit input text selection (#218249) 2024-06-26 09:35:35 +02:00
Robo df8835a974
fix: processing runtime arguments with non boolean values (#218243) 2024-06-26 07:34:51 +02:00
Tyler James Leonhardt 6e345d4606
Remove getSessions API in favor of getAccounts (#218238)
Azure folks (the only ones using this proposed API) have not depended on getSessions yet so it's safe to delete.
2024-06-26 07:34:31 +02:00
Rob Lourens 0feeac7b76
Still fix incomplete markdown when the response is complete but still streaming (#218241)
Fix #217915
2024-06-25 18:23:34 -07:00