Get current working directory is set
This commit is contained in:
parent
de20bf7427
commit
7482a4564f
|
@ -89,7 +89,7 @@ return {
|
|||
request = 'launch',
|
||||
name = 'My custom launch configuration',
|
||||
program = '${file}',
|
||||
cwd = '${fileDirName}'
|
||||
cwd = vim.fn.getcwd()
|
||||
})
|
||||
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue