mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Changes for debug restarting
This commit is contained in:
parent
91aa3f46b3
commit
b4f278b463
4 changed files with 63 additions and 1 deletions
|
@ -303,6 +303,7 @@ export class Config {
|
|||
engine: this.get<string>("debug.engine"),
|
||||
engineSettings: this.get<object>("debug.engineSettings") ?? {},
|
||||
openDebugPane: this.get<boolean>("debug.openDebugPane"),
|
||||
buildBeforeRestart: this.get<boolean>("debug.buildBeforeRestart"),
|
||||
sourceFileMap: sourceFileMap,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue