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

Solve 1.93 performance issue #1432

Merged

Conversation

gjsjohnmurray
Copy link
Contributor

@gjsjohnmurray gjsjohnmurray commented Sep 18, 2024

This PR fixes #1428

VS Code 1.93 adopted a version of vscode-proxy-agent that fixed a failure to pass-through the keepAlive option (see microsoft/vscode#173861 and microsoft/vscode-proxy-agent@4eddc93).

This caused poor performance on some operations by our extension (see #1428 and others linked there).

Short term solution adopted by this PR is not to enable keepAlive. We should revisit this in the future.

@gjsjohnmurray gjsjohnmurray changed the title Bump node-fetch-cjs to investigate 1.93 performance issue Investigate 1.93 performance issue Sep 20, 2024
@gjsjohnmurray gjsjohnmurray marked this pull request as ready for review September 20, 2024 12:32
@gjsjohnmurray gjsjohnmurray changed the title Investigate 1.93 performance issue Solve 1.93 performance issue Sep 20, 2024
@gjsjohnmurray gjsjohnmurray self-assigned this Sep 20, 2024
@gjsjohnmurray gjsjohnmurray merged commit c835561 into intersystems-community:master Sep 20, 2024
5 checks passed
@gjsjohnmurray gjsjohnmurray deleted the coral-wildcat branch September 20, 2024 13:43
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.

Import and Compile has become very slow since VS Code 1.93
2 participants