mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Use launch.json in Debug Lens sessions.
Add the possibility to use existing configurations via Debug Lens
This commit is contained in:
parent
e914d622ec
commit
9ebb2acdca
3 changed files with 25 additions and 2 deletions
|
@ -117,6 +117,7 @@ export class Config {
|
|||
engineSettings: this.get<object>("debug.engineSettings"),
|
||||
openUpDebugPane: this.get<boolean>("debug.openUpDebugPane"),
|
||||
sourceFileMap: sourceFileMap,
|
||||
useLaunchJson: this.get<object>("debug.useLaunchJson"),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue