Skip to content

[pull] main from microsoft:main #377

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

Merged
merged 31 commits into from
Jul 16, 2025
Merged

[pull] main from microsoft:main #377

merged 31 commits into from
Jul 16, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented Jul 16, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.3)

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

adityavc and others added 30 commits April 20, 2024 00:13
- Move sanitizer logic into `domSanitizer` file
- Avoid most direct use of dompurify types
- Use clearer names to describe what properties do
* implement sign in to access configured marketplace

* revert
… dom selection in monaco-editor (#215780)

* fix monaco inlinesuggest toolbar loses css color problem

* Fix the unexpected console error that occurs when updating the shadow dom selection in monaco-editor

---------

Co-authored-by: linqirong <[email protected]>
expose undo/redo and canUndo/canRedo methods on model

Co-authored-by: Devlin Junker <[email protected]>
* Issue #168531: Cursor Height. Changed viewCursor to consider cursor height each time cursor is rendered. Cursor height is dependent on font line height and font size.

* Reduce formatting diffs

* Small fixes

---------

Co-authored-by: Alexandru Dima <[email protected]>
* Allow participants in any mode
Fix #255921

* Get rid of unneeded context keys

* Preserve modes for default agents

* Fix tests

* Fix test
This change adds restrictions to our dom sanitizer rules. The goal is to make the core set of rules more restrictive and require callers to opt into more permissive tags

Main changes:

- Remove input tags being allowed by default
- Remove some markdown specific / custom attributes from the default list
- Remove id, class, and style attrs from default layer
- Split up link/media allowed commands
- Restructure api to make it more clear how you can override or augment tags/attrs
* trim whitespace after new line character deletion

* trimming whitespace after deleting newline character + tests --  feature request #134898

* Implement deleting right at end of line includes leading whitespace

---------

Co-authored-by: Alexandru Dima <[email protected]>
Fix click handlers in chat markdown
@pull pull bot locked and limited conversation to collaborators Jul 16, 2025
@pull pull bot added the ⤵️ pull label Jul 16, 2025
@pull pull bot merged commit 816021c into zys-contrib:main Jul 16, 2025
4 of 5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.