Closed lukelbd closed 1 year ago
The latest version of deno (1.29.2) requires the following --allow flags for ddc.vim to work after updating deno or installing deno for the first time (I installed deno with mamba install deno):
Please use the latest version of deno. Because 1.29.2
is not the latest.
% deno upgrade
Looking up latest version
Local deno version 1.32.1 is the most recent release
Problems summary
The latest version of deno (1.29.2) requires the following
--allow
flags forddc.vim
to work after updating deno or installing deno for the first time (I installed deno withmamba install deno
):Perhaps this is specific to the deno version I installed. But if not, it might be a good idea to add some notice to the documentation / at the top of your readme. Or, you could even include these flags by default when ddc starts the server?
Expected
The ddc plugin works like normal / without errors on startup.
Actual
The ddc plugin throws many many different errors without the above
init.vim
setting.Environment Information
Shougo/ddc.vim@8905e6d52b4d2ffb5d446996561ca9df304db5e6
vim-denops/denops.vim@8f3899de3d3add07105221262dca90a31c4c2d4c
deno -V
output):sw_vers
output)::version
output:Provide a minimal init.vim/vimrc without plugin managers (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
Simply start vim with
ddc
enabled and the versions listed above.Upload the log messages by
:redir
and:message
(if errored)g:denops#server#deno_args
setting is no longer required forddc
to work like normal.I can no longer get the specific error messages, but hopefully you can still reproduce. Thanks for the great package.