You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Hi there, I have installed linter-clang and autocomplete-clang to try and make Atom my go to IDE for C++ development. I came from a Vim environment where we just use YouCompleteMe.
Every time I make a change to the code the linter takes ages processing and then just gives up, and spits the same error repeatedly:
[Linter] Error running clang Error: Process execution timed out
at /Users/tiferrei/.atom/packages/linter-clang/node_modules/sb-exec/lib/index.js:89
(anonymous) @ linter-registry.js [sm]:137
I was wondering if there might be some sort of conflict with autocomplete-clang as that doesn't work either.
The text was updated successfully, but these errors were encountered:
Hi there, I have installed
linter-clang
andautocomplete-clang
to try and make Atom my go to IDE for C++ development. I came from a Vim environment where we just useYouCompleteMe
.Every time I make a change to the code the linter takes ages processing and then just gives up, and spits the same error repeatedly:
I was wondering if there might be some sort of conflict with
autocomplete-clang
as that doesn't work either.The text was updated successfully, but these errors were encountered: