ソースを参照

Allows window annotations to always toggle

main
Eric Amodio 2年前
コミット
3712aa0f22
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/annotations/fileAnnotationController.ts

+ 1
- 1
src/annotations/fileAnnotationController.ts ファイルの表示

@ -362,7 +362,7 @@ export class FileAnnotationController implements Disposable {
context?: AnnotationContext | ChangesAnnotationContext,
on?: boolean,
): Promise<boolean> {
if (editor != null) {
if (editor != null && this._toggleModes.get(type) === AnnotationsToggleMode.File) {
const trackedDocument = await this.container.tracker.getOrAdd(editor.document);
if ((type === FileAnnotationType.Changes && !trackedDocument.isTracked) || !trackedDocument.isBlameable) {
return false;

読み込み中…
キャンセル
保存