mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
workarounds for #16819 - TS2.1 compiler issues
This commit is contained in:
@@ -107,6 +107,6 @@ export class ExtHostConfiguration extends ExtHostConfigurationShape {
|
||||
mixin(result, config, false);
|
||||
}
|
||||
|
||||
return Object.freeze(result);
|
||||
return <WorkspaceConfiguration>Object.freeze(result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user