-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Can't list home directory content #1599
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
Comments
Could you follow those steps to help me find the cause of the issue:
|
I identified the issue! It was cause by the wrong first try with the Here's the error frame from graphql: {
"type": "data",
"id": "19",
"payload": {
"errors": [
{
"message": "/Users/zoispag/.Trash/package.json: Unexpected token / in JSON at position 1047",
"locations": [
{
"line": 18,
"column": 5
}
],
"path": [
"folderOpen",
"children",
2,
"isVueProject"
]
}
],
"data": {
"folderOpen": {
"name": "zoispag",
"path": "/Users/zoispag",
"favorite": false,
"isPackage": false,
"isVueProject": false,
"children": [
...
],
"__typename": "Folder"
}
}
}
} Maybe the .Trash directory should be excluded from indexing? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 3.0.0-rc.2
Original messages:
See #1596 (comment)
The text was updated successfully, but these errors were encountered: