Skip to content

Conversation

@namrata111f
Copy link
Contributor

SFGE was scanning all the Apex files in the workspace when the same file was present in the target and the same file was present in the ignore as well. This can impact the performance especially for the extension when we try to scan the file which is matching the ignored pattern.

}

// Get targeted files and return early if empty - prevents SFGE from analyzing all workspace files
const targetedFiles: string[] = await runOptions.workspace.getTargetedFiles();
Copy link
Contributor

Choose a reason for hiding this comment

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

is it possible to ignore folder / files for sfge after this implementation ?

@namrata111f namrata111f merged commit eb82ee5 into dev Feb 10, 2026
7 checks passed
namrata111f added a commit that referenced this pull request Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants