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

Merge vscode source through release 1.79.2 #23482

Merged
merged 10,000 commits into from
Jun 27, 2023
Merged

Merge vscode source through release 1.79.2 #23482

merged 10,000 commits into from
Jun 27, 2023

Conversation

kburtram
Copy link
Member

Merge vscode source through release 1.79.2

jrieken and others added 30 commits May 26, 2023 15:34
…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
…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
* Document `ShareProvider` API proposal

* Remove mention of VS Code from JSDoc
* 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
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
@kburtram
Copy link
Member Author

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.

@kburtram kburtram merged commit 01e66ab into main Jun 27, 2023
@kburtram kburtram deleted the merge/vscode179 branch June 27, 2023 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.