Commit graph

109507 commits

Author SHA1 Message Date
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
Anuj Parajuli 6675ef9017
Adds #181652 html audio tag for audio file (#183328) 2023-05-24 21:28:52 +00:00
aamunger c71766d505
event testing 2023-05-24 14:24:30 -07:00
Matt Bierner 0908552502
Pick up latest TS for building VS Code (#183358) 2023-05-24 23:19:24 +02:00
meganrogge 2e8789247f
rm line 2023-05-24 14:41:31 -05:00
meganrogge c758971c32
inline 2023-05-24 14:03:57 -05:00
meganrogge aa1508251b
use lexer, revert some hacks 2023-05-24 14:02:02 -05:00
Kartik Raj 8555533ec5
Merge pull request #183357 from microsoft/kartik/arrogant-aardwolf 2023-05-24 11:58:57 -07:00
Daniel Imms 70380c1810
Merge pull request #183351 from microsoft/tyriar/183279
Fix importing of xterm-addon-serialize
2023-05-24 11:58:47 -07:00
First fe761a5ba7 Only show '(workspace)' suffix if there is already a description for the extension 2023-05-24 11:33:04 -07:00
aamunger a54803afc9
re-add events each time the output ID is rendered 2023-05-24 11:24:13 -07:00
Connor Peet 800142c7dd
chore: remove unused experiments url override (#183266) 2023-05-24 19:40:10 +02:00
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
Ladislau Szomoru e7e97f8ea8
Git - handle --intent-to-add on a renamed resource (#183307) 2023-05-24 13:11:57 +02:00