File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 52
52
"nvim-neotest/neotest",
53
53
lazy = true,
54
54
dependencies = {
55
+ "nvim-neotest/nvim-nio",
56
+ "nvim-lua/plenary.nvim",
57
+ "antoinemadec/FixCursorHold.nvim",
58
+ "nvim-treesitter/nvim-treesitter",
55
59
"olimorris/neotest-phpunit",
56
60
},
57
61
config = function()
62
+ log_level = vim.log.levels.DEBUG,
58
63
require("neotest").setup({
59
64
adapters = {
60
65
require("neotest-phpunit"),
@@ -99,6 +104,20 @@ body:
99
104
validations :
100
105
required : false
101
106
107
+ - type : textarea
108
+ id : logs
109
+ attributes :
110
+ label : Neotest logs
111
+ description : |
112
+ 1. Wipe the `neotest.log` file in `stdpath("log")` or `stdpath("data")`.
113
+ 2. Set `log_level = vim.log.levels.DEBUG` in your neotest config.
114
+ 3. Reproduce the issue.
115
+ 4. Provide the new logs.
116
+ placeholder : |
117
+ ### Neotest logs
118
+ validations :
119
+ required : true
120
+
102
121
- type : textarea
103
122
id : bug
104
123
attributes :
You can’t perform that action at this time.
0 commit comments