Commit Graph
124157 Commits
Author SHA1 Message Date
Aaron Munger 06e56a4ef4 added saveall untitled options tests 2023-06-22 11:10:10 -07:00
Henning Dieterichs 9345328967 Fixes CI 2023-06-22 20:01:31 +02:00
Henning Dieterichs 9bdcaf2ce0 Don't render revert arrows for readonly files 2023-06-22 19:58:41 +02:00
Henning DieterichsandGitHub e4e3e1420b Enables new diff editor by default (just for insiders) (#185899) 2023-06-22 19:43:34 +02:00
Connor PeetandGitHub 8256e0d0ae fix: use the right scheme for new managed remote resources (#185897)
Fixes #185886
2023-06-22 19:40:12 +02:00
Henning DieterichsandGitHub 25f01f5791 Removes diffEditorWidget2 trusted type, uses diffEditorWidget TT instead. (#185895) 2023-06-22 10:30:59 -07:00
Daniel Imms b898fe1038 Initial working multi-line terminal links
Part of #181837
2023-06-22 10:16:55 -07:00
Aaron MungerandGitHub dbcf355311 Merge branch 'main' into aamunger/saveAllScratchpad 2023-06-22 09:11:58 -07:00
Daniel Imms b44aededb8 Support links with end rows and/or cols
Fixes #178287
2023-06-22 08:56:12 -07:00
Daniel Imms 9d817ebba4 Add test for new lines+chars format 2023-06-22 08:52:59 -07:00
Daniel Imms 158ae0a53b Support parsing link end row and col
Part of #178287
2023-06-22 08:50:59 -07:00
25e5a2adf5 storage - storeAll and external (#185837)
* Emit source in storage change event

* Address some comments

* Fix failed rename

* Part -> Self

* JSDoc for new param

* Add tests

* Fix tests

* Switch from enum to boolean

* Fix tests

* first cut

* adopt storeAll in more places

* more adoptions

* renames

* more adoptions

* extract interface

* more renames

* more tests

* fix test

* more tests

* 💄 jsdoc

---------

Co-authored-by: Joyce Er <joyce.er@microsoft.com>
2023-06-22 16:50:18 +02:00
Henning DieterichsandGitHub ec8c12d2e0 Improves diff rendering in new diff editor (#185877) 2023-06-22 16:42:05 +02:00
Megan RoggeandGitHub be94045345 Merge pull request #185803 from microsoft/merogge/inline-chat-revamp
improve inline chat accessibility
2023-06-22 07:29:28 -07:00
Daniel Imms 92921a0127 Improve log on process exit 2023-06-22 07:16:22 -07:00
Daniel ImmsandGitHub 1f9d544912 Merge pull request #185784 from microsoft/tyriar/185139
Fix :line:col in anything quick access when @ is in path
2023-06-22 07:12:54 -07:00
Daniel Imms bab485ce0d Merge remote-tracking branch 'origin/main' into tyriar/185254 2023-06-22 07:04:08 -07:00
Daniel Imms 163ceca60d Restore pty host connection correctly after restart
Part of #185254
2023-06-22 07:03:40 -07:00
Daniel ImmsandGitHub 9328d38af6 Merge pull request #185873 from microsoft/tyriar/185256
Prevent ptyhost channel timing out when startupDelay is set
2023-06-22 06:52:27 -07:00
meganrogge 73d4c398fe Merge branch 'main' into merogge/inline-chat-revamp 2023-06-22 06:51:13 -07:00
meganrogge 9c71530c37 creat 1 scheduler 2023-06-22 06:49:54 -07:00
Johannes RiekenandGitHub 77196de972 Merge pull request #185871 from microsoft/joh/boring-lemming
joh/boring lemming
2023-06-22 15:41:20 +02:00
Daniel Imms 1dbc950980 Prevent ptyhost channel timing out when startupDelay is set
This didn't end up being an actual user issue but a problem when using the
dev setting only.

Fixes #185256
Fixes #185257
2023-06-22 06:31:36 -07:00
Daniel ImmsandGitHub 42f11aacfc Merge pull request #185432 from microsoft/tyriar/terminalLogService
Move all renderer-side terminal logs to ITerminalLogService
2023-06-22 06:29:00 -07:00
meganrogge bedcc9bb4c schedule it 2023-06-22 06:28:50 -07:00
Alex RossandGitHub f5fccbdfe8 Finalize tree checkbox API (#185846)
* Finalize tree checkbox API
Fixes #116141

* Remove TODO
2023-06-22 15:28:11 +02:00
meganrogge df96b74a8c fix issues 2023-06-22 06:27:30 -07:00
Johannes e54405cbf9 render view in chat as primary btn, render view in chat and accept depending on having mixed reply types or not
https://github.com/microsoft/vscode-copilot/issues/299
2023-06-22 15:24:43 +02:00
Daniel Imms 94cb59e59c Move log service reg to right place 2023-06-22 06:08:06 -07:00
Johannes 7a3e3670f7 show message replies above button row
https://github.com/microsoft/vscode-copilot/issues/314
2023-06-22 14:55:54 +02:00
RoboandGitHub 42457bdb9f fix: snap env variables leaking into terminal env (#185834)
* fix: snap env variables leaking into terminal env

* chore: add spec
2023-06-22 21:52:08 +09:00
Daniel Imms a215446a13 Move ITerminalLogService registration to browser/ 2023-06-22 05:43:12 -07:00
Daniel Imms c83ef08dca Merge remote-tracking branch 'origin/main' into tyriar/terminalLogService 2023-06-22 05:36:15 -07:00
Daniel Imms dc127a6d3b Fix tests to work with new @ behavior 2023-06-22 05:29:09 -07:00
Johannes RiekenandGitHub 982869fea6 report command exec duration, include info about async additional edits with the main telemetry event (#185851) 2023-06-22 13:12:11 +02:00
Alex RossandGitHub e63de5d987 Bump distro (#185850) 2023-06-22 11:36:01 +02:00
Alex RossandGitHub 67b506e091 Port attributes API updates (#185848)
Part of #115616
2023-06-22 11:22:55 +02:00
01c7675df5 Editors: have a new auto option for workbench.editor.splitSizing (#185761)
* splitview, grid AutoSizing

* adjust editor setting for new `auto` option

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-06-22 18:18:58 +10:00
Johannes RiekenandGitHub 26a1feb1bd joh/envious jay (#185839)
* remove bogus launch-config, fyi @connor4312

* disable API test extension when running from launch config
2023-06-22 10:05:47 +02:00
Tyler James LeonhardtandGitHub 70e94ffa90 Have linux's keybinding include alt to not break format document (#185828)
Fixes #185595
2023-06-22 09:38:36 +02:00
Max SchmittandGitHub 9e0f5fb2dd chore(monaco): make createTrustedTypesPolicy optional (#185454) 2023-06-22 07:23:20 +00:00
Peng LyuandGitHub e8b22318bf Turn md cell to preview when hiding replace input (#185823) 2023-06-22 03:28:05 +02:00
Daniel ImmsandGitHub df36085f9e Merge pull request #185389 from microsoft/tyriar/fname__calls
Reduce unnecessary calls to PtyService
2023-06-21 17:18:36 -07:00
Rob LourensandGitHub 7f5de39970 Delete old settings search config uploader (#185818) 2023-06-21 17:15:31 -07:00
Matt BiernerandGitHub 538da53226 Dispose of file watchers when web TS server exits (#185815)
Dispose of file watchers when TS server exits
2023-06-21 17:14:21 -07:00
Henning DieterichsandGitHub b866b29e14 Fixes #185779 (#185816) 2023-06-21 16:36:32 -07:00
Matt BiernerandGitHub e30b2359c5 Add logging for TS extension file watcher creation (#185813)
Add logging for extension file watcher creation
2023-06-21 15:36:39 -07:00
meganrogge 82baa929e5 fix tests 2023-06-21 15:30:49 -07:00
Joyce ErandGitHub 31478cefc5 Ask user to commit/push changes when copying links (#185802)
* Ask user to commit/push changes when copying links

* Don't show an error message for cancellation errors
2023-06-22 00:28:32 +02:00
Megan RoggeandGitHub 838ff6266a Merge pull request #185812 from microsoft/merogge/workspace-tasks
Revert "Fix accidently starting all onTaskType extensions when running a build command"
2023-06-21 15:28:03 -07:00