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.
2 parents 8dbfe08 + 74af95e commit 5665196Copy full SHA for 5665196
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