Skip to content

fix: in memory folder config [IDE-668]#280

Merged
andrewrobinsonhodges-snyk merged 13 commits intomainfrom
feat/in-memory-folder-config
Apr 22, 2025
Merged

fix: in memory folder config [IDE-668]#280
andrewrobinsonhodges-snyk merged 13 commits intomainfrom
feat/in-memory-folder-config

Conversation

@andrewrobinsonhodges-snyk
Copy link
Copy Markdown
Contributor

@andrewrobinsonhodges-snyk andrewrobinsonhodges-snyk commented Apr 11, 2025

Description

This ensures language server folder config takes precedence over local configuration.

Checklist

  • Tests added and all succeed
  • Linted
  • CHANGELOG.md updated
  • README.md updated, if user-facing

Screenshots / GIFs

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

@andrewrobinsonhodges-snyk andrewrobinsonhodges-snyk requested a review from a team as a code owner April 11, 2025 12:44
@ShawkyZ ShawkyZ changed the title feat: in memory folder config fix: in memory folder config Apr 15, 2025
@ShawkyZ ShawkyZ changed the title fix: in memory folder config fix: in memory folder config [IDE-668] Apr 15, 2025
Comment thread plugin/src/main/java/io/snyk/eclipse/plugin/properties/FolderConfigs.java Outdated
public static final String SNYK_ADDITIONAL_PARAMETERS = "snyk.additionalParameters";
private IAdaptable element;
IEclipsePreferences projectNode;
private IProject project = null;

Check warning

Code scanning / PMD

Avoid using redundant field initializer for 'additionalParamsEditor' Warning

Avoid using redundant field initializer for 'project'
private IAdaptable element;
IEclipsePreferences projectNode;
private IProject project = null;
private StringFieldEditor additionalParamsEditor = null;

Check warning

Code scanning / PMD

Avoid using redundant field initializer for 'additionalParamsEditor' Warning

Avoid using redundant field initializer for 'additionalParamsEditor'
@andrewrobinsonhodges-snyk andrewrobinsonhodges-snyk merged commit b82ccbb into main Apr 22, 2025
8 checks passed
@andrewrobinsonhodges-snyk andrewrobinsonhodges-snyk deleted the feat/in-memory-folder-config branch April 22, 2025 14:47
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