Commit Graph
124157 Commits
Author SHA1 Message Date
Daniel Imms 8f5be1fd9b Merge pull request #183348 from microsoft/tyriar/179724
Add runCommands to default commands to skip shell
2023-05-24 10:34:00 -07:00
Bhavya U d43a206c55 Wait for all installed extensions to be registered before rendering welcome page. (#183273)
* Move check for lifecycle phase

* Wait for extensionsRegistered
2023-05-24 10:10:39 -07:00
Kartik Raj 512fb70d20 Merge pull request #183346 from microsoft/kartik/loud-cat
Update distro
2023-05-24 10:04:28 -07:00
Daniel Imms 031cf0cb64 Fix importing of xterm-addon-serialize
Fixes #183279
2023-05-24 10:03:27 -07:00
Daniel Imms d1d74981bc Add runCommands to default commands to skip shell
Fixes #179724
2023-05-24 09:51:03 -07:00
Kartik Raj 1753f9697f Update distro 2023-05-24 16:40:11 +00:00
Joyce Er 8f00a45523 Pass custom options for input dialogs (#183160)
* Pass custom options for `input` dialogs

* Check against `object`
2023-05-24 09:38:10 -07:00
meganrogge 10d10be4db move code where relevant 2023-05-24 11:20:01 -05:00
meganrogge a69ee6a029 try to update aria label after it has been rendered 2023-05-24 10:55:09 -05:00
meganrogge 03f9cf8aa8 try something 2023-05-24 10:32:57 -05:00
Megan Rogge 4ac62bdee3 Merge branch 'main' into merogge/chatCodeBlock 2023-05-24 10:03:43 -05:00
Aiday Marlen Kyzy 2df052f16a Merge pull request #183215 from microsoft/aiday/internalIssue4173
Improving the quick fix implement interface code action
2023-05-24 17:00:42 +02:00
Aiday Marlen Kyzy 203c911ca0 adding a setting in order to control whether the ai assisted setting is enabled or not 2023-05-24 16:18:04 +02:00
Johannes Rieken 51325c0519 Don't focus out nor into editor chat when accessibility mode is on (#183318)
fixes https://github.com/microsoft/vscode-internalbacklog/issues/4166
2023-05-24 15:50:58 +02:00
Johannes 2b8529fa61 make API command for interactiveEditor.start so that initial range can be set properly 2023-05-24 15:21:18 +02:00
Daniel Imms 79ea041b4d Merge pull request #183255 from microsoft/kartik/initial-scallop
Add `checkProposedApiEnabled` check when using env collection workspace proposal
2023-05-24 06:14:51 -07:00
Johannes ce7986f35e extract logic into EditorChatFollowUp class 2023-05-24 15:02:56 +02:00
Aiday Marlen Kyzy 9846e042ce cleaning the code 2023-05-24 14:32:46 +02:00
Ladislau Szomoru e7e97f8ea8 Git - handle --intent-to-add on a renamed resource (#183307) 2023-05-24 13:11:57 +02:00
Johannes Rieken 36464655d1 update EH side status bar info as new extensions are registered (#183309)
https://github.com/microsoft/vscode/issues/167874
2023-05-24 12:59:49 +02:00
Alex Ross 73fcc6bdc8 PortAttributesSelector rename + remove pid (#183304)
Part of #115616
2023-05-24 12:27:01 +02:00
Aiday Marlen Kyzy 25ef12aea0 Merge branch 'main' into aiday/addingResizableContentWidget 2023-05-24 12:25:49 +02:00
Aiday Marlen Kyzy 8a9c6c0d4f reading out the placeholder, when updating the placecholder and on interactive editor input focused, when no text written 2023-05-24 12:14:56 +02:00
Ulugbek Abdullaev 8e705be0e1 define-keybinding widget: escape clears if non-empty, otherwise hides the widget 2023-05-24 11:31:39 +02:00
Joyce Er 9f081fd11a Open branches on vscode.dev from ref picker (#181549) 2023-05-24 11:23:40 +02:00
Ladislau Szomoru edcad3ab53 GitHub - use GitHub default branch name when publishing to GitHub (#183207) 2023-05-24 11:15:17 +02:00
Ulugbek Abdullaev df6ef7f59f KeybindingsSearchWidget: refactor: inline _reset() because it doesn't bring much value 2023-05-24 10:53:08 +02:00
Aiday Marlen Kyzy 49043016b5 cleaning the code 2023-05-24 10:51:07 +02:00
Ulugbek Abdullaev 3bd5d0c64b 💄 formatting 2023-05-24 10:45:05 +02:00
Johannes Rieken 1e97f342a9 react to diff changing and relayout inner diff (#183299) 2023-05-24 10:35:41 +02:00
Joyce Er 193c2f517a Transfer SCM view mode and sort key in Continue On transition (#183127) 2023-05-24 08:53:57 +02:00
Matt Bierner 8625a005a6 Pick up latest markdown language server (#183294) 2023-05-24 07:58:40 +02:00
Bhavya U 7672dba7e6 Check for onDidChangeExtensions before fetching commands (#183275)
Check for onDidChangeExtensions
2023-05-23 22:22:16 -07:00
Aaron Munger fad1dba1be Merge pull request #183272 from microsoft/aamunger/outputStreaming
clear stale outputs when previously appended
2023-05-23 19:44:53 -07:00
Rob Lourens 2eb365c80d Add commands to move chat sessions between the editor and sidebar (#183270) 2023-05-23 16:45:48 -07:00
aamunger 6243becc26 revert test script 2023-05-23 16:31:18 -07:00
aamunger 0230ac67e9 comment 2023-05-23 16:25:34 -07:00
aamunger 43d5cc452c account for running a cell with one output after that cell previously produced multiple streaming outputs 2023-05-23 16:20:54 -07:00
Aaron Munger 7d572968ff Merge pull request #183265 from microsoft/aamunger/outputStreaming
replace the content of the scrollable div, rather than the div itself
2023-05-23 15:13:17 -07:00
aamunger 6ddfc5f3b2 replace the content of the scrollable div, rather than the div itself 2023-05-23 14:31:17 -07:00
Megan Rogge 6ae512e8b8 Update src/vs/workbench/contrib/chat/browser/chatListRenderer.ts 2023-05-23 15:25:05 -05:00
meganrogge cd7687c9d1 use code block index and count in aria label 2023-05-23 15:11:19 -05:00
Kartik Raj ab2e73aa03 Fix test? 2023-05-23 19:59:32 +00:00
Kartik Raj b4a853bac9 Update package.json for vscode-api-tests 2023-05-23 19:40:55 +00:00
Connor Peet 8fb20bec0b testing: add context keys for testing/item/context contribution (#182529)
For https://github.com/microsoft/vscode-python/issues/21238#issuecomment-1548226209
2023-05-23 12:35:24 -07:00
David Dossett a90d8d7b7e Add gap to chat response rating buttons (#183256) 2023-05-23 12:35:03 -07:00
David Dossett 2dab8e33c6 Add border radius to monaco-hover (#183254)
* Add border radius to monaco-hover

* Add to remaining hovers
2023-05-23 21:06:12 +02:00
Kartik Raj 726e9bb165 Fix other places 2023-05-23 19:02:41 +00:00
Kartik Raj 0f24c24e2e Add checkProposedApiEnabled check when using env collection workspace proposal 2023-05-23 18:58:38 +00:00
Kartik Raj 046a314621 Merge pull request #182914 from microsoft/kartik/terminalupdates
Correctly show descriptions for each scope
2023-05-23 11:34:03 -07:00