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 #577

Merged
merged 691 commits into from
Nov 19, 2024
Merged

[pull] main from microsoft:main #577

merged 691 commits into from
Nov 19, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 28, 2024

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 Oct 28, 2024
hediet and others added 29 commits November 11, 2024 11:22
Exception when widget min height is larger than that.

Fixes #233227
* take decorationWidth into account when layouting chat zone

#233561

* chat - fix input height computation when resizing editor
Prevent terminal getting larger than 75% of terminal
* use primary color for hunk btns
* show hunk btn when cursor is within
* hide/show with slight animiation
* handle large github issue things

* inline added something that was kinda cool but doesn't work in all scenarios very cool and demure tho
This prevents the build from touching any other kind of file.
* Prelimnary support for notebook chat edits

* Misc changes
)

* Efficient notebook chat edit syncs

* Decorate highlights

* Fix Uris
appearance is optional for hover at mouse
Tyriar and others added 29 commits November 18, 2024 06:37
* WIP - initial implementation

* Introduce the diff model service

* Remove code that is not needed

* Handle DiffEditor

* Performance optimization

* Refactor code

* More cleanup (V1)

* More cleanup (V2)

* More cleanup (V2.1)

* Pull request feedback

* Remove debugging statements

* Update mock proxy to fix tests

* Add proposed api check
Delete lines from cache >=, not >
Clear and commit all render data on view zones changed
Don't draw canvas under the scroll bar
Clip line numbers when rendering line content
HistoryNavigator was changed to take a Set in its constructor
* nb selection highlighting -- #200406

* polish

* tighter notebook editor usage + await editor attach
* Move notebook chat edit contribs into separate dir

* fixes
Bascally, we reach into the old location in secret storage and if we find sessions (with a refresh token) we seed that in the MSAL world.

We do this one time... unless they switch back to the old world and then switch to the new world.

This has two different behaviors depending on if the Broker is used:
* If the broker is not used, this does what you might expect. It makes it seem totally transparent to the user that something has changed. All sessions get migrated over and the user is still logged in to what they were previously.
* If the broker is used... you don't get automatically logged in _unless_ you have already logged in to that account at the OS level. So this helps skip the "VS Code access layer" outlined in `accountAccess.ts`. Not as good as the previous bullet, but this is the best we can do in the broker world.

In time, we can remove this migration along with the old way of doing things.
* focus tree dom node when focused

* dont execute from outside the REPL
@pull pull bot merged commit 91bf2f3 into xtqqczze:main Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.