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

fix(plugin): Set preopen directories properly #723

Merged
merged 1 commit into from Sep 19, 2021

Commits on Sep 19, 2021

  1. fix(plugin): Set preopen directories properly

    Every plugin will have following two directories for its use:
    
    `./`: Plugin's own data should be saved here, every plugin will have its own directory.
    `/global/`: All plugins have access to this directory, Some shared data could be saved here.
    
    Signed-off-by: Tw <tw19881113@gmail.com>
    tw4452852 committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    dd9b437 View commit details
    Browse the repository at this point in the history