Skip to content

Commit 23f4859

Browse files
committed
Add CodeLLDB Rust visualization
1 parent 435a17e commit 23f4859

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,4 +609,4 @@
609609
}
610610
]
611611
}
612-
}
612+
}

editors/code/src/commands/runnables.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ function getLldbDebugConfig(config: ra.Runnable, executable: string, sourceFileM
7272
program: executable,
7373
args: config.extraArgs,
7474
cwd: config.cwd,
75-
sourceMap: sourceFileMap
75+
sourceMap: sourceFileMap,
76+
sourceLanguages: ["rust"]
7677
};
7778
}
7879

0 commit comments

Comments
 (0)