mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Fixes #27633
This commit is contained in:
@@ -15,7 +15,7 @@ class PreviousEditPointAction extends BasicEmmetEditorAction {
|
||||
constructor() {
|
||||
super(
|
||||
'editor.emmet.action.previousEditPoint',
|
||||
nls.localize('previousEditPoint', "Emmet: Previous Edit Point"),
|
||||
nls.localize('previousEditPoint', "Emmet: Go to Previous Edit Point"),
|
||||
'Emmet: Go to Previous Edit Point',
|
||||
'prev_edit_point'
|
||||
);
|
||||
@@ -27,7 +27,7 @@ class NextEditPointAction extends BasicEmmetEditorAction {
|
||||
constructor() {
|
||||
super(
|
||||
'editor.emmet.action.nextEditPoint',
|
||||
nls.localize('nextEditPoint', "Emmet: Next Edit Point"),
|
||||
nls.localize('nextEditPoint', "Emmet: Go to Next Edit Point"),
|
||||
'Emmet: Go to Next Edit Point',
|
||||
'next_edit_point'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user