Skip to content

Conversation

@rrama
Copy link
Contributor

@rrama rrama commented Oct 6, 2025

Move org settings to a workspace folder level.
Add support for the prefered org in the LS folder config. Add support for the auto-org selection new in LS.

Description

Provide description of this PR and changes, if linked Jira ticket doesn't cover it in full.

Checklist

Screenshots / GIFs

Visuals that may help the reviewer. Please add screenshots for any UI change. GIFs are most welcome!

Move org settings to a workspace folder level.
Add support for the prefered org in the LS folder config.
Add support for the auto-org selection new in LS.
@snyk-io
Copy link

snyk-io bot commented Oct 6, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Special logic so they don't overlap.
return {
...folderConfig,
preferredOrg: this.configuration.getOrganization(workspaceFolder),
orgSetByUser: !this.configuration.isAutoOrganizationEnabled(workspaceFolder),
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to handle other values that might have been set by the IDE as well, such as additional parameters?

rrama added 6 commits October 15, 2025 11:03
Done by checking the FC array in the settings instead of a seperate set which was never removed from when a folder is removed.
And update the settings text to be roughly correct.
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.

3 participants