Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from microsoft:main #60

Open
wants to merge 6,375 commits into
base: main
Choose a base branch
from
Open

[pull] main from microsoft:main #60

wants to merge 6,375 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 1, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Dec 1, 2023
bpasero and others added 29 commits July 1, 2024 11:44
Show up to 3 characters in compact badge
fix #219336 (#219337)

* fix #219336

* fix owner
…ewState.

This way it is easier to see what is not actually kept the same, and harder to forget to add a property when adding one.
…layouting function.

#214332.

The cellComments should not have to know about outputs. The reason this is undesirable is that these exist only for code cells, not for markup cells - and I would like to make cellComments work for markup cells as well.
…llLayoutInfo.

#214332.

Some layouting tasks, like soon layouting comments, should not have to deal with this distinction. I am extracting the fields that are already shared into an interface that other code can use without differentiating.

I am not yet actually moving their computation into a separate file, as that will require some small behavior changes.
…ble resolvers for inline chat (editor, notebook) (#219659)
fixes 213334
jrieken and others added 30 commits July 11, 2024 02:45
* Show attach context action depending on the `chat.experimental.variables.XYZ` setting

re microsoft/vscode-copilot#6622

* set `supportsFileReferences`-flag based on `chat.experimental.variables.XYZ` setting

* inline chat content widget should not hide when it has been interacted with, should have a width defined

fyi @joyceerhl this changes things around attached context and its event, also works around #221385

microsoft/vscode-copilot#6622

* hide #selection and #editor when in editor inline chat

the implementation is quite ugly and needs some debt removal, for now the names and location are hardcoded
* emit event (via the parent chat model)
* compute dataId considering the variable data

fyi @roblourens
* SCM - 💄 more history provider cleanup

* Rename observable fields
* SCM - remote old historyProvider field

* Rename observable field
plumb error through to auth page
Looking into this exact thing later in #221399 anyway
Window title use execution path.
Update xterm and integrate new scroll bars
…nd preview (#213750)

* added support for markdown fenced math blocks

* original markdownEngine.ts

* Add fenced math block rendering to markdown-math

* Update dependencies

* custom parser for fenced math blocks

* custom parser for fenced math blocks

* reverted changes to extension.ts

* reverted all changes from prior implementations

* proper fence grammar implementation for math

---------

Co-authored-by: Matt Bierner <matb@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet