Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] SFM: support reloading local config file and sync with local file #1937

Closed
duskmoon314 opened this issue Jul 12, 2024 · 1 comment
Labels

Comments

@duskmoon314
Copy link

Currently, SFM supports loading local config files into the app. However, the loaded config profile changes are not written back to local files, and changes to local files don't affect the app.

This PR asks for two features:

  1. Reloading:
    • SFM can reload local config files. We may reload on click or automatically.
    • Expected behavior:
      1. The user loads a config file into SFM.
      2. The user edits the config file through editors like vscode.
      3. The user clicks a button, and SFM reloads the config file.
  2. Sync with local files:
    • SFM can write the configuration back to the local files.
    • Expected behavior:
      1. The user loads a config file into SFM.
      2. The user edits the config in SFM.
      3. SFM writes the config back to the local files. The user can see the changes in editors like vscode.
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale label Sep 11, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant