-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Infinite indexing #214
Comments
what is the bsconfig.json ? |
It should be the same issue that I’ve reported to you in discord: gson parsing error because of json5 format |
{
"name": "Project",
"sources": [
{
"dir": "src",
"subdirs": true
},
{
"dir": "__tests__",
"subdirs": true,
"type": "dev"
}
],
"package-specs": {
"module": "commonjs",
"in-source": true
},
"suffix": ".bs.js",
"bs-dependencies": [
"reason-react",
"@glennsl/bs-json",
"bs-webapi",
"bs-fetch",
"bs-moment",
"reason-date-fns",
"re-classnames",
"reason-apollo",
"reason-apollo-hooks",
"re-debouncer",
"bs-reform",
"reschema"
],
"bs-dev-dependencies": [
"@glennsl/bs-jest",
"bs-react-test-renderer"
],
"ppx-flags": [
"graphql_ppx/ppx",
"lenses-ppx/ppx"
],
"reason": {
"react-jsx": 3
},
"refmt": 3,
// "bsc-flags": ["-bs-g"],
"generate-merlin": true,
"warnings": {
"number": "-45"
}
}
|
giraud
added a commit
that referenced
this issue
Apr 3, 2020
should be fixed in 0.87.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When uninstalling this plugin, everything works fine. But with it, I have infinite project indexing.
plugin version: 0.87-2019.3
Edit: works fine on version
0.86.1-2019.3 → 0.87-2019.3
The text was updated successfully, but these errors were encountered: