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

Does not read .eslintrc file when project folder is located on a network drive #86

Closed
behnoodk opened this issue Jun 10, 2016 · 3 comments
Labels
info-needed Issue requires more information from poster

Comments

@behnoodk
Copy link

I am using VS Code on Win10. My project folder is located on a Unix system shared on the network. The extension does not read my .eslintrc when I open my project. However if I copy the project folder on my local drive and open the project all the rules are applied.
I was able to get around this by copying all my .eslintrc config into "eslint.options" key in .vscode/settings.json file.

@dbaeumer dbaeumer added the info-needed Issue requires more information from poster label Jul 13, 2016
@dbaeumer
Copy link
Member

@behnoodk this sounds very strange since we don't have any special code here. It is actually the eslint library itself that looks for the .eslintrc file. The extension doesn't do anything special. Does everything work for you if you run eslint from a terminal.

@n0v1
Copy link

n0v1 commented Jul 18, 2016

Maybe this has something to do with file/folder watcher having to use polling to detect changes on network drives. See paulmillr/chokidar#242

@dbaeumer
Copy link
Member

@behnoodk closing since I haven't received any answer. Please ping if the problem still exists for you.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants