mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Remove "rust-analyzer.debug.useLaunchJson" option
This commit is contained in:
parent
9ebb2acdca
commit
3ffc26eaeb
3 changed files with 9 additions and 18 deletions
|
@ -116,8 +116,7 @@ export class Config {
|
|||
engine: this.get<string>("debug.engine"),
|
||||
engineSettings: this.get<object>("debug.engineSettings"),
|
||||
openUpDebugPane: this.get<boolean>("debug.openUpDebugPane"),
|
||||
sourceFileMap: sourceFileMap,
|
||||
useLaunchJson: this.get<object>("debug.useLaunchJson"),
|
||||
sourceFileMap: sourceFileMap
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue