Skip to content

Conversation

@mzhongl524
Copy link
Member

Fix: #8960.

Fix singature help test super slow.

@mzhongl524 mzhongl524 added the ide Issues for VS, VSCode, Monaco, etc. label Nov 13, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the compiler:core Issues for @typespec/compiler label Nov 13, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 13, 2025

Open in StackBlitz

npm i https://pkg.pr.new/microsoft/typespec/@typespec/compiler@8996

commit: 9f08926

@github-actions
Copy link
Contributor

github-actions bot commented Nov 13, 2025

All changed packages have been documented.

  • @typespec/compiler
Show changes

@typespec/compiler - internal ✏️

Fix signature help test super slow

@azure-sdk
Copy link
Collaborator

azure-sdk commented Nov 13, 2025

You can try these changes here

🛝 Playground 🌐 Website 🛝 VSCode Extension

const promise = freshUpdateManager.scheduleUpdate(document, "changed");

// Verify that promise is created (indicating adaptive delay is being used)
expect(promise).toBeInstanceOf(Promise);
Copy link
Contributor

Choose a reason for hiding this comment

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

please verify the delay for the different scenarios.

return this.#cachedDebounceDelay;
}

const delayOverride = process.env[UPDATE_MANAGER_DEBOUNCE_DELAY_OVERRIDE];
Copy link
Member

Choose a reason for hiding this comment

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

this breaks the playground, do not reference process anywhere that is not the cli or the server startup script

Copy link
Member

Choose a reason for hiding this comment

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

can the server host not contain this config instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compiler:core Issues for @typespec/compiler ide Issues for VS, VSCode, Monaco, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

get signature help test super slow

4 participants