-
Notifications
You must be signed in to change notification settings - Fork 93
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
[v2] Port fix for duplicate config watcher events #3378
base: v2-lts
Are you sure you want to change the base?
Conversation
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2-lts #3378 +/- ##
==========================================
+ Coverage 93.41% 93.43% +0.02%
==========================================
Files 105 105
Lines 11161 11168 +7
Branches 2367 2368 +1
==========================================
+ Hits 10426 10435 +9
+ Misses 734 733 -1
+ Partials 1 0 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for porting these over! 🙏
LGTM! 😋
* @param callback Event handler callback | ||
* @param delay Number of milliseconds to delay | ||
*/ | ||
export function debounce<T extends (...args: any[]) => void | Promise<void>>(callback: T, delay: number): (...args: Parameters<T>) => void { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hopefully, we will turn this into a decorator in the core-for-zowe-sdk
🙏
Proposed changes
Ports #3296 and #3322 to v2-lts branch
Release Notes
Milestone:
Changelog:
@zowe/cli
dependency to v7.29.8 for technical currencyTypes of changes
Checklist
General
yarn workspace vscode-extension-for-zowe vscode:prepublish
pnpm --filter vscode-extension-for-zowe vscode:prepublish
Code coverage
Deployment
Further comments