Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Doesn't work when .flowconfig isn't in project root #301

Closed
bsmith-cycorp opened this issue Dec 21, 2018 · 2 comments
Closed

Doesn't work when .flowconfig isn't in project root #301

bsmith-cycorp opened this issue Dec 21, 2018 · 2 comments

Comments

@bsmith-cycorp
Copy link

bsmith-cycorp commented Dec 21, 2018

This extension was working without problems for about a week, and then suddenly it stopped working yesterday or the day before. My .flowconfig lives at ${projectRoot}/src/.flowconfig, which is expressly supported by the Flow docs, but this extension now only works when I open src/ as the project root.

I'm on OSX, with VSCode v1.30.1 and flow-for-vscode v1.0.0

@Mayank1791989
Copy link
Contributor

In v1.0 useLSP is on by default which only supports .flowconfig in rooth path. Set useLSP to false for now.

@bsmith-cycorp
Copy link
Author

Confirmed that that fixed the problem. Thanks.

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

No branches or pull requests

2 participants