Skip to content

Remember file mask between search panels#41

Open
lewbei wants to merge 1 commit into
zigcBenx:masterfrom
lewbei:remember-file-mask
Open

Remember file mask between search panels#41
lewbei wants to merge 1 commit into
zigcBenx:masterfrom
lewbei:remember-file-mask

Conversation

@lewbei
Copy link
Copy Markdown

@lewbei lewbei commented May 12, 2026

Fixes #37.

This persists the File mask field between Storm Search panels.

Changes:

  • stores file mask updates in VS Code workspaceState
  • injects the saved file mask into newly created webview panels
  • initializes the webview search filter state from the restored input value
  • automatically opens the filter row when a saved file mask exists
  • escapes the saved value before putting it into the input attribute

Verification:

npm ci
npm run compile

npm run compile passes.

I also ran npm run lint, but the repository currently has no ESLint config file, so ESLint exits before linting source files:

ESLint couldn't find a configuration file.

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.

Add a way to store File Mask next time?

1 participant