You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could you please clarify the use of the following configuration?
-- this controls the behaviour of `CdProjectAdd` command about how to get the project directory
project_dir_pattern = { ".git", ".gitignore", "Cargo.toml", "package.json", "go.mod" },
From the description it's not clear what it does.
Thank you.
The text was updated successfully, but these errors were encountered:
The comment sums up nicely what the config option is supposed to do. If the directory you're trying to add doesn't have any of those files/dir in them, It shouldn't be added to you JSON file.
Although... while testing it, it seems like it's not working as intended, I'll look into this soon.
Hi,
could you please clarify the use of the following configuration?
From the description it's not clear what it does.
Thank you.
The text was updated successfully, but these errors were encountered: