Commit graph

109385 commits

Author SHA1 Message Date
Raymond Zhao bc4edc5c00
Use blank role for custom selectbox on macOS (#183460)
Acts as a workaround for and fixes #180115
2023-05-25 13:35:02 -07:00
Sandeep Somavarapu 81bb68fed1
Fix #182491 (#183451)
* Fix #182491

* apply to aria label, add setting

* revert unrelated changes

* Update src/vs/workbench/contrib/terminal/browser/terminalService.ts

* Update src/vs/workbench/contrib/terminal/browser/terminalService.ts

---------

Co-authored-by: meganrogge <megan.rogge@microsoft.com>
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2023-05-25 12:55:27 -07:00
Andrea Mah cc77912561
remove search model building logs (#183453)
* remove search model building logs

* remove unused import
2023-05-25 11:07:04 -07:00
Ulugbek Abdullaev 2999ca59c5 computeStickyModel: check token cancellation because it signals that the model is disposed 2023-05-25 19:31:43 +02:00
Henning Dieterichs ca0abe62ff
Small diff editor refactoring 2023-05-25 18:44:10 +02:00
Johannes Rieken 898311b454
add attempt to InteractiveEditorRequest (#183447)
https://github.com/microsoft/vscode-internalbacklog/issues/3694
2023-05-25 09:38:36 -07:00
Benjamin Pasero 4d10c16310
files - 💄 atomic support 2023-05-25 17:14:37 +02:00
Ladislau Szomoru 52e56ad19a
SCM - fix input flickering (#183440) 2023-05-25 16:56:05 +02:00
Johannes Rieken 97762b52c8
add focus input command to f1 (#183438)
https://github.com/microsoft/vscode-copilot-release/issues/81
2023-05-25 16:50:00 +02:00
meganrogge 623658e2d3
provide message, not object 2023-05-25 09:37:52 -05:00
meganrogge 9718993382
alert SR users with error details if any 2023-05-25 09:35:56 -05:00
Aiday Marlen Kyzy fdf68021ff
Merge pull request #183425 from microsoft/aiday/polishingQuickFixes
Polishing the typescript quick fixes
2023-05-25 16:32:26 +02:00
Alex Ross f6555ce9b3
Include comment thread in command arguments (#183431) 2023-05-25 15:55:41 +02:00
Johannes Rieken 2c5f901887
further polish of accept/discard gestures (#183417)
* further polish of accept/discard gestures

return of the Accept btn, `escape` cancels, `cmd+enter` accepts, after cancel `cmd+z` restores the session

fix toggle diff commands

* fix unit test
2023-05-25 15:44:26 +02:00
Daniel Imms d81d1e6ecc
Merge pull request #183429 from microsoft/tyriar/183428
Move terminalResolver into contrib/terminal
2023-05-25 06:39:30 -07:00
Don Jayamanne 1bd0632642
Revert "Hide kernel picker if nothing is returned (#182919)" (#183416)
This reverts commit 5015de8fb2.
2023-05-25 23:29:03 +10:00
Daniel Imms aaebb15f99
Merge pull request #183424 from microsoft/tyriar/180097
Improve terminal profile config help
2023-05-25 06:26:27 -07:00
Daniel Imms dc626ba289
Merge pull request #183371 from microsoft/tyriar/183236
Ensure options are filled with defaults, fix equality check
2023-05-25 06:21:24 -07:00
Aiday Marlen Kyzy 81f98eb8fe
adding text to better explain the dependence on the AI extension 2023-05-25 15:20:55 +02:00
Johannes Rieken fe1b2d2e18
(for now) don't disallow but warn and collect extensions with bogous resolveCompletionItem behaviour (#183426)
re https://github.com/microsoft/vscode/issues/183092
2023-05-25 15:09:24 +02:00
Daniel Imms bcb07d6d3e
Move terminalResolver into contrib/terminal
Fixes #183428
2023-05-25 06:06:52 -07:00
Benjamin Pasero 0ef5dff575
Adopt new extension host restart lifecycle (#180514) (#183293)
* Adopt new extension host restart lifecycle (#180514)

* adopt for notebooks

* fix tests
2023-05-25 15:01:39 +02:00
Benjamin Pasero 49f7ecfcb7
untitled - have a isUntitledWithAssociatedResource method from the service (#183420) 2023-05-25 14:56:39 +02:00
Aiday Marlen Kyzy 0cce0c2f51
adding typescript in front 2023-05-25 14:48:50 +02:00
Aiday Marlen Kyzy 454a8e61ff
polishing the code 2023-05-25 14:46:57 +02:00
Daniel Imms 35b01aa171
Improve terminal profile config help
Fixes #180097
2023-05-25 05:45:35 -07:00
Benjamin Simmonds 8cf85bdb16
TreeView Checkbox State set to 0 fixed (#183342)
Checkbox State set 0 fix

Co-authored-by: Benjamin Simmonds <bsimmon@student.ethz.ch>
2023-05-25 12:06:35 +00:00
Benjamin Pasero 861a3d0bef files - implement atomic recursive delete 2023-05-25 14:03:05 +02:00
Daniel Imms baa3e220bd
Merge branch 'main' into tyriar/183236 2023-05-25 04:54:33 -07:00
Daniel Imms d1be423950
Fix scope test 2023-05-25 04:53:50 -07:00
Benjamin Pasero 879fa91cf9 files - change atomic option to postfix 2023-05-25 12:19:34 +02:00
Benjamin Pasero bbecbf22b7 files - better buffered atomic writes 2023-05-25 12:03:25 +02:00
Benjamin Pasero 3c92282fe9 files - fix atomic tests 2023-05-25 11:44:56 +02:00
Benjamin Pasero 83a0281b7c files - make move / copy a bit more atomic when dealing with files 2023-05-25 11:40:54 +02:00
Johannes Rieken 6c63b9ea43
joh/interesting catfish (#183338)
* quickly toggle diff while holding `alt` key

* make status bar configurable (wrt hide)

* tweak discard keybinding, tweak diff toggle

* fix mangle check
2023-05-25 10:15:59 +02:00
DoctorKrolic 0adddd8281
Add JSON Lines language definition (#183035)
* Add `JSON Lines` language definition

* Fix ident
2023-05-25 10:02:57 +02:00
Sandeep Somavarapu 8ff8af5a97
fix setting prerelease flag in metadata and typo (#183398) 2023-05-25 09:55:22 +02:00
Ulugbek Abdullaev 7c5b8ccb65
Merge pull request #183303 from microsoft/ulugbekna/statistical-camel
define-keybinding widget: escape clears if non-empty, otherwise hides the widget
2023-05-25 09:52:35 +02:00
Connor Peet 21ec2519ef
testing: add proposed testInvalidateResults API (#183370)
* testing: add proposed testInvalidateResults API

For #134970

* fix tests
2023-05-24 22:57:07 -07:00
Benjamin Pasero 80e0c767f5
files - first cut atomic write support 2023-05-25 07:56:19 +02:00
Benjamin Pasero 11cabc613a
IssueReporterService should be lowercase (fix #183105) (#183182) 2023-05-24 18:05:18 -07:00
Sandeep Somavarapu 1110f52532
take manifest and translations in hosted extension (#183381)
* take manifest and translations in hosted extension

* rename
2023-05-24 17:53:28 -07:00
Rob Lourens 1c6825fe89
Implement "remove request/response" for Chat (#183380) 2023-05-25 02:25:40 +02:00
Joyce Er d5643344e1
Sort and filter share providers (#183377) 2023-05-24 16:37:56 -07:00
Sandeep Somavarapu 1fc4a6b900
support hosted web extension (#183375) 2023-05-24 16:37:04 -07:00
Matt Bierner 3c161fd2b1
Add better label when adding video/video to md (#183379) 2023-05-25 01:30:06 +02:00
Joyce Er 80d9edb7bc
Render share link text as readonly div (#183372) 2023-05-25 00:44:55 +02:00
Aaron Munger 82c9994e6d
Merge pull request #183361 from microsoft/aamunger/outputStreaming
re-add events and apply settings each time the output ID is rendered
2023-05-24 15:09:23 -07:00
Megan Rogge 625d5b3fd3
Merge pull request #183259 from microsoft/merogge/chatCodeBlock
indicate code block count and code block index in respective aria labels
2023-05-24 17:04:07 -05:00
Daniel Imms 37ad81ccd9
Ensure options are filled with defaults, fix equality check
Fixes #183236
2023-05-24 15:03:22 -07:00