mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 10492ba146318412cbee8b76a8c630f226914734
This commit is contained in:
@@ -419,8 +419,8 @@ registerEditorAction(class ShowLensesInCurrentLine extends EditorAction {
|
||||
super({
|
||||
id: 'codelens.showLensesInCurrentLine',
|
||||
precondition: EditorContextKeys.hasCodeLensProvider,
|
||||
label: localize('showLensOnLine', "Show Code Lens Commands For Current Line"),
|
||||
alias: 'Show Code Lens Commands For Current Line',
|
||||
label: localize('showLensOnLine', "Show CodeLens Commands For Current Line"),
|
||||
alias: 'Show CodeLens Commands For Current Line',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user