-
Notifications
You must be signed in to change notification settings - Fork 202
Autocomplete not working when starting Atom without sudo #956
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
just for more, here is my tsconfig
Added to this, I have a whole lotta Pending requests piling up whenever I try to type. |
I'm getting very similar errors, and I can't figure out quite what the problem is. Starting a new project and adding a tsconfig I'm getting no issues to start with, but on all my (medium to largeish) projects I seem to get this error. Running in sudo doesn't help either. Also, atom seems to be using 100% CPU time according to top. Any ideas as to how I would begin debugging the issue? |
So when installing a starter project using angular-cli
I can reproduce the issue every time.
Just try editing the TestprojAppComponent (adding a constructor or something) and the issue will arise. I turned off all other (community) atom packages, and tested this on windows and linux. It seems the issue is some kind of memory leak / infinite loop, since my CPU and memory usage rises until I'm out of memory, and then it restarts again and again until I close atom. |
Seems like it might be the same issue as #332 ? |
@Maistho Firstly
And then I specified
This made sure all my source code is covered and Atom does'nt go hunting. My tsconfig.json is in my /src folder, so I don't need to exclude any dir here |
Same here. This shouldn't be an issue to start with, since I included all the files I wanted to look at in my files array from the beginning. If look filesGlob is present, the behaviour should be to just use the files in the files array |
This issue has been marked as stale because it did not have any activity for the last 90 days or more. Remove the stale label or comment or this will be closed in 14 days |
Hi,
I noticed this thread #549 was discussed earlier as well.
I think the issue still persists. Autocomplete and format was working totally fine for me, until recently. I removed all my plugins except nuclide. Still no go.
However, if I run Atom from the CLI with sudo, things work perfectly fine. Here is a snippet from the console when I try autocomplete without atom started with sudo
What might I be missing here?
Thanks
The text was updated successfully, but these errors were encountered: