jeffb-sfdc

Results 14 issues of jeffb-sfdc

### What does this PR do? There's a bug in VS Code, which Microsoft refuses to fix (see https://github.com/microsoft/vscode/issues/152993). After a file has been renamed, if only the casing has...

### Summary When debugging using the Apex debugger, as I step through the code, I see local variables are added, but when I evaluate the variables in the Watch window,...

type:bug
area:debugger

### What does this PR do? This PR adds a new command, "SFDX: View Org List" which when invoked, opens a new WebView panel and displays information about the user's...

### What does this PR do? This PR adds the Org Browser feature to scratch orgs. It also enables the deploy & retrieve commands for scratch orgs as well. ###...

This bug was originally raised in https://github.com/forcedotcom/salesforcedx-vscode/issues/4056. The initial issue was that when a deploy (using the extension) failed for the customer, an error was reported, but no additional information...

bug
investigating

### Describe the bug Copying the contents of vscode-data-grid doesn't preserve the row and column formatting of the data. We're displaying data in our extension using vscode-data-grid. When a user...

enhancement

Our extension relies on a dependency, and we need to manage when and how the dependency runs. When our test suites run, they run in parallel and when we run...

TreeSection.openItem() doesn't work with compacted (empty) folders. Let's say I have the following folder structure: ``` /src /src/project /src/project/test /src/project/test/two /src/project/test/two/three /src/project/test/two/three/example.ts ``` ...and let's say that in my e2e...

bug
help wanted

While debugging (via VS Code) I see that there is a "this" object available within a step, and it has a `this.test.title` property which has the title of the current...

We have test code along the lines of: ``` describe('Some group', async () => { step('Set up', async () => { // ... }); step('Some category', async () => {...