Open GopherJ opened 1 month ago
tried also isBackground but still the terminal show up
if I change from shell to process the task failed and it keeps retrying every hundreds of milliseconds, how to interrupt this?
it basically was failling to run cargo build
in fish shell with an error command not found
but it should work
looks like it's a compatibility issue with toggleterm, if I switch to built in terminal it's ok
Neovim version (nvim -v)
NVIM v0.10.1 Build type: Debug LuaJIT 2.1.1713484068 Run "nvim -V1 -v" for more info
Operating system/version
Linux Mint (Ubuntu 22.04)
Describe the bug
tasks.json
launch.json
project-build task still opened the terminal
What is the severity of this bug?
breaking (some functionality is broken)
Steps To Reproduce
create .vscode/tasks.json create .vscode/launch.json launch dap
Expected Behavior
respect presentation.reveal = silent
Minimal example file
No response
Minimal init.lua
Additional context
No response