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

Align js #3011

Merged
merged 19 commits into from
Jun 2, 2023
Merged

Align js #3011

merged 19 commits into from
Jun 2, 2023

Conversation

colombod
Copy link
Member

@colombod colombod commented Jun 2, 2023

No description provided.

@colombod colombod requested a review from jonsequitur June 2, 2023 15:25
@colombod colombod marked this pull request as ready for review June 2, 2023 15:36
@colombod colombod enabled auto-merge (rebase) June 2, 2023 16:52
@colombod colombod requested a review from brettfo June 2, 2023 17:08
@colombod
Copy link
Member Author

colombod commented Jun 2, 2023

@brettfo can you tell me if the test retry logic in the ps file makes sense?

@@ -18,10 +17,9 @@ export function configureFetchForKernelDiscovery(rootUrl: string) {
}

export class MockKernelCommandAndEventChannel {

private static _counter = 0;
Copy link
Contributor

@jonsequitur jonsequitur Jun 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The monotonically incrementing integer has a high likelihood of colliding with the debug implementation of on the .NET side. Does this or equivalent ever run in the actual extension?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is test only

@colombod colombod merged commit 5902361 into dotnet:main Jun 2, 2023
@colombod colombod deleted the js_update_part_3 branch June 2, 2023 17:41
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.

2 participants