Get current working directory is set

This commit is contained in:
SamPosh 2023-04-12 16:52:11 +05:30 committed by GitHub
parent de20bf7427
commit 7482a4564f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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