From 727dc5968dda1cd9b36dc96876c4d155b57e5ac9 Mon Sep 17 00:00:00 2001 From: ralvescosta Date: Thu, 27 Mar 2025 18:09:02 -0300 Subject: [PATCH] feat: update rust debug --- lua/custom/plugins/rustaceanvim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/custom/plugins/rustaceanvim.lua b/lua/custom/plugins/rustaceanvim.lua index c30046f7..ebd9ce85 100644 --- a/lua/custom/plugins/rustaceanvim.lua +++ b/lua/custom/plugins/rustaceanvim.lua @@ -56,8 +56,8 @@ return { app_name = function() return get_program_name() end, - rust_env = 'local', - rust_backtrace = 'full', + RUST_ENV = 'local', + RUST_BACKTRACE = 'full', }, cwd = '${workspaceFolder}', },