SSH widget updates when config file changes by lauren-ciha · Pull Request #3850 · microsoft/devhome (original) (raw)

Summary of the pull request

The SSH widget was not updating when the config file changed because the widget did not allow outside processes to read or write to the file.

This pull request modifies the SSHWalletWidget's FileStreamOptions to allow read/write sharing.

References and relevant issues

Resolves #2672

Detailed description of the pull request / Additional comments

Before:

After:

Validation steps performed (locally)

PR checklist