Commit Graph

13804 Commits

Author SHA1 Message Date
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
DoctorKrolic
0adddd8281 Add JSON Lines language definition (#183035)
* Add `JSON Lines` language definition

* Fix ident
2023-05-25 10:02:57 +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
Matt Bierner
3c161fd2b1 Add better label when adding video/video to md (#183379) 2023-05-25 01:30:06 +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
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
aamunger
a54803afc9 re-add events each time the output ID is rendered 2023-05-24 11:24:13 -07: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
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
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
Aiday Marlen Kyzy
49043016b5 cleaning the code 2023-05-24 10:51:07 +02:00
Matt Bierner
8625a005a6 Pick up latest markdown language server (#183294) 2023-05-24 07:58:40 +02: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
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
Kartik Raj
b4a853bac9 Update package.json for vscode-api-tests 2023-05-23 19:40:55 +00:00
Kartik Raj
d3ffc565ea Correctly show descriptions for each scope 2023-05-23 17:38:56 +00:00
Aiday Marlen Kyzy
b07e68e5fb cleaning the code 2023-05-23 18:35:36 +02:00
Aiday Marlen Kyzy
1a50d63321 added the arrow function into the private function 2023-05-23 18:18:44 +02:00
Daniel Imms
438eb68ef6 Actually fix the tests, options is an empty object not undefined 2023-05-23 09:02:42 -07:00
Daniel Imms
27293f19d2 Fix env var collection api tests 2023-05-23 08:34:06 -07:00
Aiday Marlen Kyzy
b278ac8a54 resetting the privacy modifiers 2023-05-23 17:29:40 +02:00
Aiday Marlen Kyzy
b2361a5c83 removing some console logs 2023-05-23 17:28:46 +02:00
Aiday Marlen Kyzy
e5a37e8d5f setting the right end line number 2023-05-23 17:26:33 +02:00
Aiday Marlen Kyzy
c7b6e732e7 initial code 2023-05-23 16:17:41 +02:00
Aiday Marlen Kyzy
90a6ac4a63 adding a console log 2023-05-23 15:25:53 +02:00
Alex Ross
9cf00f5cd8 Update cgmanifest for php grammar (#183190) 2023-05-23 13:52:42 +02:00
Joyce Er
bc1090cc10 Initial share provider API and UI (#182999)
* Formalize share provider API

* i18n.resources.json

* Don't introduce a generic Success dialog severity
2023-05-22 15:32:43 -07:00
Rob Lourens
05c0ca95ed Add new API proposal for chat onDidPerformUserAction event (#183140)
* Add new API proposal for chat onDidPerformUserAction event

* Enable API for tests that incidentally touch the getter
2023-05-22 11:52:19 -07:00
Aaron Munger
c7502fef05 Merge branch 'main' into aamunger/imageAlt 2023-05-22 09:44:49 -07:00
David Dossett
742d3670cb Fix code block background in light modern theme (#183131) 2023-05-22 18:43:43 +02:00
Aaron Munger
d6db619ce7 prefix metadata altText 2023-05-22 09:39:48 -07:00
David Dossett
4d0b34bf48 Rename new default theme files (#183001)
* Rename new default theme files

* Update tests
2023-05-22 08:27:24 -07:00
Benjamin Pasero
487a08afe5 Investigate detecting slow network connections (#178553) (#182653) 2023-05-22 14:38:13 +02:00
Alex Ross
5784d8bb81 Update lua grammar (#183107) 2023-05-22 12:15:44 +02:00
Bhavya U
b0cf9f8e24 Remove temp walkthroughs (#182996) 2023-05-19 15:28:27 -07:00
Aaron Munger
24842542bf add title for svgs 2023-05-19 15:22:26 -07:00
David Dossett
a4037a72ef Use default theme focus border color in Dark Modern theme (#182997)
Use regular focus border color in Dark Modern theme
2023-05-20 00:06:28 +02:00
Aaron Munger
caef631375 better metadata check 2023-05-19 14:47:55 -07:00