Update debug.lua

This commit is contained in:
SamPosh 2023-04-20 11:04:34 +05:30 committed by GitHub
parent 17c0042511
commit 1a27472331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ return {
-- Install python specific config
require('dap-python').setup() -- Debug with default settings.
-- We can set the config by below mechanism as well
-- We can set additional custom config by below mechanism as well
table.insert(require('dap').configurations.python, {
type = 'python',
request = 'launch',