-
Notifications
You must be signed in to change notification settings - Fork 192
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
Language server error: Failed making directory even after creating parent directories #42
Comments
I just tried with
(formatting by me) |
I have the impression that the Where, and to what value is Also see codota/TabNine#119, which seems to be related |
Aha, apparently TabNine will only detect a a If this is intended behaviour, it should clearly be mentioned somewhere in TabNine's docs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
So in VS Code, I opened a new directory
/tmp/vscode-tabnine
and created a filemyfile.cpp
in it with this content:But typing
TabNine::
in line 3 complains that "The language server exited unexpectedly."TabNine::restart
doesn't help.The log from
TabNine::config
complains about some directory creation failing:This happens in every directory. I installed
cquery
according to their wiki (installed it to/usr/local/
). I also tried to set<config_dir>/TabNine.toml
withcommand = "/usr/local/bin/cquery"
, but that has the same result.How can I enable semantic completion for TabNine?
Here is the full TabNine log
The text was updated successfully, but these errors were encountered: