fannheyward / coc-julia

Julia extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server seems to ignore project environment

cdhf opened this issue · comments

commented

To reproduce:

  1. Generate a new project
  2. Add package, eg DataFrames
  3. Open source file in project
  4. DataFrames functions result in Missing reference warnings

Functions from stdlib work fine. If I install DataFrames to the default environment, it is found as expected.

This is with LanguageServer et al from master.

commented

Tried again today with latest coc release and :CocUpdate. Now it works :-)