mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-14 11:03:01 -04:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -92,7 +92,7 @@ export class StateService implements IStateService {
|
||||
|
||||
private fileStorage: FileStorage;
|
||||
|
||||
constructor( @IEnvironmentService environmentService: IEnvironmentService, @ILogService logService: ILogService) {
|
||||
constructor(@IEnvironmentService environmentService: IEnvironmentService, @ILogService logService: ILogService) {
|
||||
this.fileStorage = new FileStorage(path.join(environmentService.userDataPath, 'storage.json'), error => logService.error(error));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user