We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6793a99 commit ec3bf60Copy full SHA for ec3bf60
lua/defold/service/debugger.lua
@@ -72,13 +72,7 @@ function M.register_nvim_dap(editor_port_fn)
72
end,
73
74
sourcedirs = function()
75
- local libs = { project.defold_api_path() }
76
-
77
- for _, lib in ipairs(project.dependency_api_paths()) do
78
- table.insert(libs, lib)
79
- end
80
81
- return libs
+ return project.dependency_api_paths()
82
83
84
-- TODO: make this configurable or better read it from the collection if possible
0 commit comments