peternhale
peternhale
sfdx force:auth:logout fails with "aliases.map is not a function" when user json file does not exist
### Summary sfdx force:auth:logout fails with "aliases.map is not a function" when user json file does not exist ### Steps To Reproduce: 1. Run `sfdx force:auth:logout -u this-user-does-not-exist.org --noprompt` ###...
- Add utility function to vscode-utils that returns the activation event for a given extension from extension host log - At the beginning of each extension’s activate function -- Capture...
@W-12623227@ replace use of component set to find file paths with custom implementation Should be no visible changes to the current user experience
I downgraded my salesforce CLI, and it is still taking 30 minutes (and counting) to run apex tests. I have 3 methods in this test class. It should take a...
I ran into an issue while using query, with autoFetch true and then wanting to fetch more records using queryMore. As I understand autoFetch, once the query call finishes the...
As for me, it is issue either at SF side or CLI. But I hope you'll dedicate all resources to resolve this issue. It is blocker for a lot of...
@W-16507598@ Registers a vscode core command that provides an instance of a telemetry service.
What does this PR do? Adds event emitter "onLibraryCommandCompletion" (accessible via CommandEventDispatcher) that fires a boolean regarding whether a library command succeeded or failed. What issues does this PR fix...
Adds an additional file watcher that will trigger when an entire folder is deleted. Depends on a new language server to be included in this PR (see LSP repo for...
Move resolveAnyFoundOrphanLanguageServers outside of client setup Run resolveAnyFoundOrphanLanguageServers in separate tick on main loop ### What does this PR do? ### What issues does this PR fix or reference? @W-16953996@...