Get current working directory is set

pull/298/head
SamPosh 2 years ago committed by GitHub
parent de20bf7427
commit 7482a4564f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,7 +89,7 @@ return {
request = 'launch',
name = 'My custom launch configuration',
program = '${file}',
cwd = '${fileDirName}'
cwd = vim.fn.getcwd()
})
end,

Loading…
Cancel
Save