feat: update rust debug

This commit is contained in:
ralvescosta 2025-03-27 18:09:02 -03:00
parent d03ad5f526
commit 727dc5968d
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ return {
app_name = function() app_name = function()
return get_program_name() return get_program_name()
end, end,
rust_env = 'local', RUST_ENV = 'local',
rust_backtrace = 'full', RUST_BACKTRACE = 'full',
}, },
cwd = '${workspaceFolder}', cwd = '${workspaceFolder}',
}, },