-
Notifications
You must be signed in to change notification settings - Fork 93
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
Merge 1.85 from upstream #1929
Merged
Merged
Merge 1.85 from upstream #1929
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated Title Toolbar Zoom Condition
There are no commenting ranges at the current position. Fixes #196951
Increase the target of Monaco from es6 to es2018
…9022) This reverts commit 93ab1bf.
* wip * add yet another live mode which is live and live preview... * use `renderLines` and view zones for orginal contents, render accept, discard, and compare in line * remove LiveStrategy2 again * render insertion diff as progressive changes happen * implement discard * implement explicit accept via button and implict accept via typing inside changes * merge diff changes that are somewhat near * pass zone, not just widget to strategies * add `IEditorDecorationsCollection#append` * move live3 actions into widget, don't render normal accept, discard, allow strategry to trigger accept, discard flows * cleanup * make sure re-run works
add azure kuberneetes service to workspace tags
fix: load data urls with fetch instead of using file service Co-authored-by: Loïc Mangeonjean <[email protected]>
#194188 Implement auto update by extension
* fix up wholerange with diff information once all edits are there * update summary when having changes across ranges
* chore: update builds for [email protected] * chore: bump distro
Fix #199719
Schedule animation frame runners in each editor's window (fixes #199868)
* chore: update [email protected] * chore: bump distro
aux window - fix web (#199836)
aux window - track input focus properly (#199729)
aux window - fix action context for move/copy
* improve async data tree default collapsed state computation fixes #199441 * unset forceExpanded flag
…tDynamicVariableModel')" (#199876) Fix #199818
ensure hover is focused if we show accessible view hint is included
Get tooltip to show when navigating between ActionBar sections
on left/right arrow, also update focused elt
Revert: Allow non-AI actions on empty lines (for 1.85)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adopts VS Code 1.85 from upstream.
Aside from the usual merge conflicts, the most notable change here is due to the new floating windows feature: the
LayoutService
no longer has a single container. I've updated our references to the layout container element to refer to the main window where appropriate.