소스 검색

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;

불러오는 중...
취소
저장