This commit is contained in:
Johan
2025-11-09 21:08:25 +00:00
parent 36024d663c
commit b65fc3fdd0

View File

@@ -64,7 +64,7 @@ return {
program = function()
return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file')
end,
args = {"cube.obj"}, -- provide arguments if needed
args = {}, -- provide arguments if needed
cwd = "${workspaceFolder}",
stopAtBeginningOfMainSubprogram = false,
},