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

Fail Silently on Missing baseProjectFolder #46

Closed
willpracht opened this issue Mar 22, 2017 · 2 comments
Closed

Fail Silently on Missing baseProjectFolder #46

willpracht opened this issue Mar 22, 2017 · 2 comments

Comments

@willpracht
Copy link

I use this plugin on two different machines (with synced settings via the Settings Sync plugin), both with different directories used for projects.

Example:

[
  '/Users/user1/projects',
  '/Users/user2/projects'
]

In previous versions, having an incorrect path in my baseProjectsFolders array would fail silently.

So if I was on Machine 1/User 1, it would index those projects properly and then fail silently when it couldn't find the user2 directory.

With the last update it now fails completely when it can't find all of the folders in the array.

It would be nice to go back to the previous way of handling this.

@felipecaputo
Copy link
Owner

felipecaputo commented Mar 22, 2017

Hi @willpracht, sometime ago, someone asked to avoid warning messages, and proposed a configuration that would hide them. The warnFoldersNotFound config is false by default, and do not warn from projects folders that don't exists. If you change it to true it's expected to extension show a warn when a project folder is missing.

Could you please check if, changing it to true would fix the problem?

@felipecaputo
Copy link
Owner

@willpracht I'm closing this issue by inactivity. If the problem persists, fell free to reopen it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants