You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description CMakeGenerate produce this on next release candidate neovim 0.11.0
Error executing Lua callback: Vim:E474: Trailing comma: }
]
}
stack traceback:
[C]: in function 'json_decode'
...a/nvim/lazy/cmake-tools.nvim/lua/cmake-tools/presets.lua:18: in function 'decode'
...a/nvim/lazy/cmake-tools.nvim/lua/cmake-tools/presets.lua:102: in function 'parse'
...data/nvim/lazy/cmake-tools.nvim/lua/cmake-tools/init.lua:116: in function <...data/nvim/lazy/cmake-tools.nvim/lua/cmake-tools/init.lua:85>
Steps to reproduce
Minimal configuration
vim.env.LAZY_STDPATH=".repro"load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec= {
"stevearc/conform.nvim",
"nvim-neotest/nvim-nio",
{
"Civitasv/cmake-tools.nvim",
dependencies= {
"nvim-lua/plenary.nvim",
},
opts= {
cmake_regenerate_on_save=false, -- auto generate when save CMakeLists.txtcmake_virtual_text_support=false, -- Show the target related to current file using virtual text (at right corner)
}
},
},
})
Bug description
CMakeGenerate
produce this on next release candidate neovim 0.11.0Steps to reproduce
Minimal configuration
Expected behavior
Working as expected
Screenshots
Environment
Contents in the *cmake-tools* buffer
The text was updated successfully, but these errors were encountered: