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
I tried configuring TabNine with an LSP server for D.
Looking at language_tokenization.json I figured out that the mapping of supported languages is possibly hard-coded and stale, but the error messages I got when trying to enable semantic completion kept referring to Makefile for some reason.
...
Or, type TabNine::no_sem to disable semantic completion for Makefile.
tabnine_config.json also seems to misidentify my D files as makefile:
...,"semantic_status":{"makefile":"Enabled"},
The text was updated successfully, but these errors were encountered:
I tried configuring TabNine with an LSP server for D.
Looking at language_tokenization.json I figured out that the mapping of supported languages is possibly hard-coded and stale, but the error messages I got when trying to enable semantic completion kept referring to Makefile for some reason.
tabnine_config.json
also seems to misidentify my D files as makefile:The text was updated successfully, but these errors were encountered: