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 tried everything, but nothing is passed:
I put all at once just to show what I tried. Here is what I see (days is 0):
Sonoma 14.4 (23E214)
require('dap-go').setup { dap_configurations = { { type = "go", name = "Debug (Build Flags)", request = "launch", program = "${file}", buildFlags = require("dap-go").get_build_flags, }, }, })
▶ nvim -version NVIM v0.10.0 Build type: Release LuaJIT 2.1.1720049189 Run "nvim -V1 -v" for more info
P.S. The same works in goland:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried everything, but nothing is passed:
I put all at once just to show what I tried.
Here is what I see (days is 0):
Environment
OSX
Sonoma 14.4 (23E214)
Neovim config:
Neovim Version
P.S.
The same works in goland:
The text was updated successfully, but these errors were encountered: