Fixes issue in command description
This commit is contained in:
+1
-1
@@ -239,7 +239,7 @@
|
|||||||
"errors",
|
"errors",
|
||||||
"verbose"
|
"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,7 +1,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
import { TextEditor, TextEditorEdit } from 'vscode';
|
import { TextEditor, TextEditorEdit } from 'vscode';
|
||||||
import { EditorCommand } from './commands';
|
import { EditorCommand } from './commands';
|
||||||
import { Commands} from '../constants';
|
import { Commands } from '../constants';
|
||||||
import GitProvider from '../gitProvider';
|
import GitProvider from '../gitProvider';
|
||||||
|
|
||||||
export default class ToggleCodeLensCommand extends EditorCommand {
|
export default class ToggleCodeLensCommand extends EditorCommand {
|
||||||
|
|||||||
Reference in New Issue
Block a user