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
NeoVim Version NVIM v0.10.0-dev-2507+g3df1211ebc Build type: RelWithDebInfo LuaJIT 2.1.1702233742 Run "nvim -V1 -v" for more info
Describe the bug Run tests by issuing the following command
require("neotest").run.run({ strategy = "dap" })
Sorry for not providing any additional information but the bug is too obvious :)
For some reason this line
https://github.com/Issafalcon/neotest-dotnet/blob/c19df2a139d88c5b4130b830d2cbe63a2c6c6c0c/lua/neotest-dotnet/init.lua#L150C27-L150C35
was not changed in the commit where the line
https://github.com/Issafalcon/neotest-dotnet/blob/c19df2a139d88c5b4130b830d2cbe63a2c6c6c0c/lua/neotest-dotnet/init.lua#L7
was changed.
So it causes an error on this line
https://github.com/Issafalcon/neotest-dotnet/blob/c19df2a139d88c5b4130b830d2cbe63a2c6c6c0c/lua/neotest-dotnet/strategies/netcoredbg.lua#L62
The text was updated successfully, but these errors were encountered:
Did you mean to open this issue in https://github.com/Issafalcon/neotest-dotnet?
Sorry, something went wrong.
Huge facepalm. Sorry, my bad. Closing the issue.
rcarriga
No branches or pull requests
NeoVim Version
NVIM v0.10.0-dev-2507+g3df1211ebc
Build type: RelWithDebInfo
LuaJIT 2.1.1702233742
Run "nvim -V1 -v" for more info
Describe the bug
Run tests by issuing the following command
Sorry for not providing any additional information but the bug is too obvious :)
For some reason this line
https://github.com/Issafalcon/neotest-dotnet/blob/c19df2a139d88c5b4130b830d2cbe63a2c6c6c0c/lua/neotest-dotnet/init.lua#L150C27-L150C35
was not changed in the commit where the line
https://github.com/Issafalcon/neotest-dotnet/blob/c19df2a139d88c5b4130b830d2cbe63a2c6c6c0c/lua/neotest-dotnet/init.lua#L7
was changed.
So it causes an error on this line
https://github.com/Issafalcon/neotest-dotnet/blob/c19df2a139d88c5b4130b830d2cbe63a2c6c6c0c/lua/neotest-dotnet/strategies/netcoredbg.lua#L62
The text was updated successfully, but these errors were encountered: