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

Feat: Remove pluginDir Item in Config File #1252

Merged
merged 3 commits into from
Nov 24, 2022

Conversation

daniel-hutao
Copy link
Member

Pre-Checklist

Note: please complete ALL items in the following checklist.

  • I have read through the CONTRIBUTING.md documentation.
  • My code has the necessary comments and documentation (if needed).
  • I have added relevant tests

Description

To further simplify the config file, we decided to use the default plugin directory "~/.devstream/plugins".

Custom plugin directory is no longer supported in the config file. If you do have a need to customize the plugin directory, you can still do so by using the -d flag. As for why we keep -d, on the one hand, the implementation of -d is very lightweight, almost one line of code, and this one line of code brings more flexibility and seems to be a good gain.

Related Issues

#1251

New Behavior (screenshots if needed)

Custom plugin directory is no longer supported in the config file.

Signed-off-by: Daniel Hu <tao.hu@merico.dev>
Signed-off-by: Daniel Hu <tao.hu@merico.dev>
Signed-off-by: Daniel Hu <tao.hu@merico.dev>
@daniel-hutao daniel-hutao merged commit c128cf7 into devstream-io:main Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants