-
Notifications
You must be signed in to change notification settings - Fork 420
@W-18962079 refactor: unused-vars #6396
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
Conversation
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.
E2E test run at this point: https://github.com/forcedotcom/salesforcedx-vscode/actions/runs/16058719849
packages/salesforcedx-utils/test/jest/i18n/advancedLocalization.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-utils-vscode/src/commands/preconditionCheckers.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-apex-replay-debugger/src/breakpoints/checkpointService.ts
Show resolved
Hide resolved
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.
E2E test run: https://github.com/forcedotcom/salesforcedx-vscode/actions/runs/16060105919
Manual testing:
Mac:
- Deploy and Retrieve ✅
- Push and Pull ✅
Ubuntu:
- Create OAS Doc ✅
- Deploy and Retrieve ✅
- Push and Pull ✅
Windows:
- Create OAS Doc ✅
- Apex LSP ✅
- Debug Apex Tests ✅
- Run Apex Tests ✅
- Deploy and Retrieve ✅
- Manifest Builder ✅
- Push and Pull ✅
- LWC LSP ✅
- Debug LWC Tests ✅
- Run LWC Tests ✅
primary:
_foo
that are intentionally unused. Usually, it's because we have to match an interface for OOPextends
reasons, but should keep us from introducing more of them unintentionally.other
dedupe: core ext uses SfWorkspaceChecker from utils instead of its own local copy
removed the Predicate stuff
removed the unused stuff related to
getTelemetryData
on sfCommandletExecutor (also verified a4d ext isn't using it)fix some promise handling (async vs. not)
@W-18962079@