mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
change to freeze configuration models (#9644)
This commit is contained in:
@@ -122,8 +122,7 @@ export class ConfigurationModel implements IConfigurationModel {
|
||||
}
|
||||
|
||||
freeze(): ConfigurationModel {
|
||||
// {{SQL CARBON EDIT}} @todo anthonydresser 4/12/19 needs investigation; we shouldn't need to do this
|
||||
// this.isFrozen = true;
|
||||
this.isFrozen = true;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user