-
Notifications
You must be signed in to change notification settings - Fork 906
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 vscode source through release 1.79.2 #23482
Merged
Merged
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
…ted eagerly (😢) and that notebooks need a custom way of plugging comparision keys for session. works unless creating another session for the same cell of a duplicated editor
First draft of diff editor v2.
joh/available roundworm
…ted-lines-in-diff-inline Fix context menu for deleted lines in diff inline mode
* cli: ensure ordering of rpc server messages Sending lots of messages to a stream would block them around the async tokio mutex, which is "fair" so doesn't preserve ordering. Instead, use the write_loop approach I introduced to the server_multiplexer for the same reason some time ago. * fix clippy
update for May endgame
* Document `ShareProvider` API proposal * Remove mention of VS Code from JSDoc
rm message abt macOS
* Change text * Accidentally changed the wrong file
* testing: allow invalidateTestResults to take an array * cli: improve output for code tunnel status Fixes #183570
do minimum scrolling to reveal the next cell on Execute cell and select next
redo the button styles
color box style
redo dropdownlist style
Update build scripts
kburtram
requested review from
Charles-Gagnon,
alanrenmsft,
Benjin,
kisantia,
cssuh,
cheenamalhotra,
swells and
candiceye
as code owners
June 27, 2023 01:50
andyleejordan
added a commit
to PowerShell/vscode-powershell
that referenced
this pull request
Jun 27, 2023
Now that Azure Data Studio is doing the same in: microsoft/azuredatastudio#23482
github-merge-queue bot
pushed a commit
to PowerShell/vscode-powershell
that referenced
this pull request
Jun 27, 2023
Now that Azure Data Studio is doing the same in: microsoft/azuredatastudio#23482
github-merge-queue bot
pushed a commit
to PowerShell/vscode-powershell
that referenced
this pull request
Jun 27, 2023
Now that Azure Data Studio is doing the same in: microsoft/azuredatastudio#23482
There is a clean ADO build with Alan's recent change, so I'm going to push this now. And address remaining test flakiness, extension tests, bugs, etc. as follow ups. |
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.
Merge vscode source through release 1.79.2