We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a670d7 commit 74af95eCopy full SHA for 74af95e
src/vs/workbench/services/label/common/labelService.ts
@@ -143,7 +143,7 @@ export class LabelService extends Disposable implements ILabelService {
143
this.userHome = pathService.defaultUriScheme === Schemas.file ? this.pathService.userHome({ preferLocal: true }) : undefined;
144
145
const memento = this.storedFormattersMemento = new Memento('cachedResourceFormatters', storageService);
146
- this.storedFormatters = memento.getMemento(StorageScope.GLOBAL, StorageTarget.USER);
+ this.storedFormatters = memento.getMemento(StorageScope.GLOBAL, StorageTarget.MACHINE);
147
this.formatters = this.storedFormatters?.formatters || [];
148
149
// Remote environment is potentially long running
0 commit comments