nvim-jdtls/.luarc.json
Mathias Fussenegger efacec1c97 Add context param to dap test methods
Allows to set the buffer/window for which to trigger a test
2022-12-14 17:51:15 +01:00

4 lines
145 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.workspace.checkThirdParty": false
}