Use launch.json in Debug Lens sessions.
Add the possibility to use existing configurations via Debug Lens
This commit is contained in:
@@ -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"),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user