mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
test for index-access style, make object immutable, #1396
This commit is contained in:
@@ -61,7 +61,8 @@ export class ExtHostConfiguration extends ExtHostConfigurationShape {
|
||||
}
|
||||
return result;
|
||||
};
|
||||
return result;
|
||||
|
||||
return Object.freeze(result);
|
||||
}
|
||||
|
||||
private static _lookUp(section: string, config: any) {
|
||||
|
||||
Reference in New Issue
Block a user