mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
@@ -143,7 +143,7 @@ export class LabelService extends Disposable implements ILabelService {
|
||||
this.userHome = pathService.defaultUriScheme === Schemas.file ? this.pathService.userHome({ preferLocal: true }) : undefined;
|
||||
|
||||
const memento = this.storedFormattersMemento = new Memento('cachedResourceFormatters', storageService);
|
||||
this.storedFormatters = memento.getMemento(StorageScope.GLOBAL, StorageTarget.USER);
|
||||
this.storedFormatters = memento.getMemento(StorageScope.GLOBAL, StorageTarget.MACHINE);
|
||||
this.formatters = this.storedFormatters?.formatters || [];
|
||||
|
||||
// Remote environment is potentially long running
|
||||
|
||||
Reference in New Issue
Block a user