Commit Graph
109708 Commits
Author SHA1 Message Date
weartist 1d3ef64ad7 add sort for ActivationEvents 2023-06-08 18:00:54 +08:00
weartist 8ef497fcfd add sort for render list 2023-06-08 17:52:36 +08:00
Benjamin Pasero 70daab796e remote - merge two latency measurements into one (#184566)
* remote - remove original latency measurement

* remote - log high latency events to logger and telemetry
2023-06-08 08:56:35 +02:00
Connor Peet e686621e2e cli: avoid running prepare a second time in ci (#184558) 2023-06-08 02:22:44 +02:00
Connor Peet 9de813729c build: install clippy when building cli in ci (#184554) 2023-06-07 16:40:30 -07:00
Connor Peet 43742d891d Run a lint build of the CLI in CI (#184545)
* cli: adopt sccache for speedier cli compilations

* only cache common linux x64 build

* instead, only dev compile/clippy lint in ci
2023-06-07 15:48:55 -07:00
Matt Bierner 977ee8ca1e Add logging of readDirectory (#184549) 2023-06-07 15:22:16 -07:00
David Dossett 80f09eef48 Fix settings dropdown list background (#184547) 2023-06-08 00:03:16 +02:00
Megan Rogge 527dea4111 Merge pull request #183680 from gjsjohnmurray/fix-183679
Display terminal icon correctly in panel titlebar (fix #183679)
2023-06-07 16:06:46 -05:00
Peng Lyu ece3470371 fix markdown cell focus indicator bottom (#184544) 2023-06-07 13:35:17 -07:00
Matt Bierner 22e273bc60 Update markdown grammar (#184533) 2023-06-07 13:05:32 -07:00
Matt Bierner 703a75da38 Add ` as an autoClosingPair in markdown (#184532)
Fixes #183489

Will test this out to see if it's helpful or too annoying
2023-06-07 13:05:01 -07:00
Bhavya U 4874dc69a0 Default to opening the welcome page when no readme found (#184540) 2023-06-07 12:02:29 -07:00
MeghanKulkarniandMeghan Kulkarni 67cc0965b3 allow images in markdown preview editor to be copied (#184432)
* allow images in markdown preview editor to be copied

* resolved feedback

* added findPreview method

* removed copy image command from showPreview

* clean up

---------

Co-authored-by: Meghan Kulkarni <t-mekulkarni@microsoft.com>
2023-06-07 18:08:22 +00:00
Sandeep Somavarapu 218c6d4f9b fix #177481 (#184524)
* #177481 remove install and do not sync action

* #177481 more cleanup
2023-06-07 11:01:39 -07:00
Daniel Imms cf31308eb4 Merge pull request #184452 from microsoft/tyriar/184323
Clean up lifecycle of MainThreadTerminalService
2023-06-07 10:48:17 -07:00
Ladislau Szomoru 909e55fbdc Git - add tracing messages to help with troubleshooting (#184506) 2023-06-07 10:02:17 -07:00
Sandeep Somavarapu 9c28bf7a3b do not initialise remote extensions if settings sync is not enabled (#184521) 2023-06-07 18:48:09 +02:00
Aiday Marlen Kyzy 2538cc4333 Merge pull request #184508 from microsoft/aiday/renamingIEtoIC
Renaming Ineractive Editor to Inline Chat inside of the InlineChat contribution folder
2023-06-07 16:56:50 +02:00
Aiday Marlen Kyzy c529638000 renaming the content inside of inlineChat folder from IE to IC 2023-06-07 16:02:34 +02:00
Johannes Rieken 3ccf16ef21 do not auto finish session when inline chat widgets have focus (#184492)
* do not auto finish session when inline chat widgets have focus

re https://github.com/microsoft/vscode-internalbacklog/issues/4354

* fix compile errors caused by new base method
2023-06-07 15:29:10 +02:00
Ladislau Szomoru bb6d7d67ff Git - handle branch name with incorrect casing (#184502) 2023-06-07 15:25:09 +02:00
xie jialong 努力鸭andAlex Ross 30092f40a3 update gutterOffsetX range (dirtydiff , fold) (#184339)
* update gutterOffsetX range (dirtydiff , fold)

* Update comment

---------

Co-authored-by: Alex Ross <alros@microsoft.com>
2023-06-07 11:34:34 +00:00
Alexandru Dima bae0533322 Allow extensions to get at the exports of other extensions during resolving (#184489)
Allow extensions to get at the exports of other extensions during resolving (fixes #184472)
2023-06-07 12:49:41 +02:00
Alex Ross a68b256ff0 Fix port attributes constructor and fix port attributes for output (#184418)
* Fix Port Attributes constructor

* Fix port attributes for ports discovered in output
2023-06-07 12:41:26 +02:00
Henning Dieterichs 6ebf1cc556 Improves diff editor menu items. 2023-06-07 12:36:38 +02:00
Henning Dieterichs 2575de6eef Fixes unchanged region separator. 2023-06-07 12:36:38 +02:00
Rob Lourens b7d3d4bda8 Make "Open session in editor/sidebar" useful even when there is no session to move (#184463)
Fix microsoft/vscode-internalbacklog#4331
2023-06-07 09:51:52 +02:00
Bhavya U be70099a8d Check for existing walkthroughs open before opening walkthroughs (#184466) 2023-06-07 09:35:42 +02:00
Peng Lyu 33c576d86b Fix #182075. Make standalone color picker overflow. (#184460) 2023-06-07 09:19:36 +02:00
Peng Lyu 0ba17fc87c Re #183529. Do not focus cell if hover is focused. (#184459)
Re ##183529. Do not focus cell if hover is focused.
2023-06-06 18:01:01 -07:00
Peng Lyu dc689b711d Fix #184447. Memory leak for documentSemanticTokens listeners (#184458) 2023-06-06 17:59:13 -07:00
Daniel Imms 87ba176cc5 Clean up lifecycle of MainThreadTerminalService
Fixes #184323
2023-06-06 15:19:04 -07:00
Andrea Mah 9b7311fa2b clearing all search results with notebook results will not clear highlight on outputs (#184219)
Fixes #184179
2023-06-06 15:08:18 -07:00
Daniel Imms 5c2a2b0aa0 Merge pull request #184449 from microsoft/tyriar/182443
Enable terminal image support by default
2023-06-06 15:06:55 -07:00
Daniel Imms 1282cc6567 Enable terminal image support by default
Fixes #182443
2023-06-06 14:39:21 -07:00
Matt Bierner 9776ec9eb4 Pick up latest markdown language service (#184448)
* Pick up latest markdown language service

* Bump server version
2023-06-06 23:18:37 +02:00
Matt Bierner 4c46064d08 Bump github notebook milestones (#184440) 2023-06-06 13:42:11 -07:00
Matt Bierner 42498ee647 Mention tsconfig / jsconfig in 'Go to project configuration' (#184441)
This makes the commands more discoverable
2023-06-06 13:41:54 -07:00
Jacob JaeggliandPeng Lyu 56f11d9b49 Add dialog role to editor find widget (#172979)
* Add aria role + label to dialog. Close bttn last.

* Stash current css layout changes.

* Pixel perfect layout. Update close button selector

* Uncomment line. Add localization for dialog label.

* Remove unnecessary newlines.

* Move in DOM to maintain existing focus order.

---------

Co-authored-by: Peng Lyu <penn.lv@gmail.com>
2023-06-06 21:11:35 +02:00
Peng Lyu d4f29ca3f9 Fix #184434. Remove bg gap between selected cells (#184436) 2023-06-06 11:20:18 -07:00
Matt Bierner d1dc4d96a7 Pick up latest TS for building VS code (#184216) 2023-06-06 11:00:14 -07:00
Benjamin Pasero e615a31faf eng - increase remote download retries (#184431) 2023-06-06 19:22:56 +02:00
Aaron Munger 1feafbad3d Merge pull request #184352 from microsoft/aamunger/testRenderer
run notebook renderer tests
2023-06-06 10:08:21 -07:00
Aaron Munger 693604f7fd Merge branch 'main' into aamunger/testRenderer 2023-06-06 09:21:12 -07:00
Johannes Rieken f70686c39e chore - rename interactiveEditor to inlineChat (#184422) 2023-06-06 16:34:55 +02:00
Benjamin Pasero 3da8c69a18 Contextmenu duplicates workbenchactionexecuted events (fix #172640) (#184299) 2023-06-06 14:37:51 +02:00
Ladislau Szomoru ad34af09f9 Git - fix close diff editor regression (#184410) 2023-06-06 14:35:15 +02:00
Aiday Marlen Kyzy 9d5ee94f9e Merge pull request #184342 from microsoft/aiday/addingInitialMessageIE
Exposing the message to extensions contributing to the IE
2023-06-06 14:33:41 +02:00
Johannes Rieken 494324cd53 fix https://github.com/microsoft/vscode-copilot-release/issues/211, better method names (#184392) 2023-06-06 14:10:11 +02:00