Changes for debug restarting

This commit is contained in:
Bas van Driel 2024-09-25 15:02:36 +02:00
parent 91aa3f46b3
commit b4f278b463
No known key found for this signature in database
GPG key ID: F3C337F3F4A0BD1D
4 changed files with 63 additions and 1 deletions

View file

@ -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,
};
}