Commit Graph

109320 Commits

Author SHA1 Message Date
Henning Dieterichs
ebc3e1ed76 Observable implementation bugfix + docs 2023-05-26 13:09:52 +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
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
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
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
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
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