Quellcode durchsuchen

Ensures annotations refresh on settings change

main
Eric Amodio vor 4 Jahren
Ursprung
Commit
f98efbd3f0
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      src/annotations/fileAnnotationController.ts

+ 1
- 0
src/annotations/fileAnnotationController.ts Datei anzeigen

@ -378,6 +378,7 @@ export class FileAnnotationController implements Disposable {
const currentProvider = this.getProvider(editor);
if (currentProvider?.annotationType === type) {
await currentProvider.provideAnnotation(shaOrLine);
await currentProvider.selection(shaOrLine);
return true;
}

Laden…
Abbrechen
Speichern