mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 17:39:19 +00:00
update initial file loading to use URIs passed from the client
changes to the appSourceRoot now require an extension restart
This commit is contained in:
@@ -25,12 +25,11 @@ const defaultSettings = {
|
||||
return;
|
||||
}
|
||||
this.updateCount += 1;
|
||||
console.log(`settings set: ${JSON.stringify(values)}`);
|
||||
for (let key in defaultSettings) {
|
||||
for (let key in defaultSettings) {
|
||||
if (Object.prototype.hasOwnProperty.call(values, key)) {
|
||||
this[key] = values[key];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user