소스 검색

Fixes issue in command description

main
Eric Amodio 8 년 전
부모
커밋
1a208b8691
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      package.json
  2. +1
    -1
      src/commands/toggleCodeLens.ts

+ 1
- 1
package.json 파일 보기

@ -239,7 +239,7 @@
"errors",
"verbose"
],
"description": "Specifies whether how much (if any) output will be sent to the GitLens output channel"
"description": "Specifies how much (if any) output will be sent to the GitLens output channel"
}
}
},

+ 1
- 1
src/commands/toggleCodeLens.ts 파일 보기

@ -1,7 +1,7 @@
'use strict';
import { TextEditor, TextEditorEdit } from 'vscode';
import { EditorCommand } from './commands';
import { Commands} from '../constants';
import { Commands } from '../constants';
import GitProvider from '../gitProvider';
export default class ToggleCodeLensCommand extends EditorCommand {

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