We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed nvim-dap through rocks-nvim which installs through luarocks.
https://luarocks.org/modules/mfussenegger/nvim-dap/0.8.0-1
In the rockspec, the build.copy_directories is empty:
build = { type = 'builtin', copy_directories = { }, }
It should include the doc directory at least so that luarocks can package the help text.
doc
No response
Rocks install nvim-dap
~/.local/share/nvim/rocks/lib/luarocks/rocks-5.1/nvim-dap/0.8.0-1/
should see a dap.txt file in that directory.
dap.txt
The text was updated successfully, but these errors were encountered:
Update luarocks-tag-release GHA to v7
feaae1b
Might help with #1269
e01fce7
5a3775a
No branches or pull requests
Debug adapter definition and debug configuration
I installed nvim-dap through rocks-nvim which installs through luarocks.
https://luarocks.org/modules/mfussenegger/nvim-dap/0.8.0-1
In the rockspec, the build.copy_directories is empty:
It should include the
doc
directory at least so that luarocks can package the help text.Debug adapter version
No response
Steps to Reproduce
Rocks install nvim-dap
~/.local/share/nvim/rocks/lib/luarocks/rocks-5.1/nvim-dap/0.8.0-1/
doc
Expected Result
should see a
dap.txt
file in that directory.Actual Result
The text was updated successfully, but these errors were encountered: