Skip to content

Commit 206daed

Browse files
committed
fix: snippets 3 dots in the menu item was not consistent with the 3 dots in other menu items
1 parent 8068629 commit 206daed

File tree

1 file changed

+1
-1
lines changed
  • src/extensionsIntegrated/CustomSnippets

1 file changed

+1
-1
lines changed

src/extensionsIntegrated/CustomSnippets/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ define(function (require, exports, module) {
4040

4141
const MY_COMMAND_ID = "custom_snippets";
4242
const PANEL_ID = "customSnippets.panel";
43-
const MENU_ITEM_NAME = "Custom Snippets..."; // this name will appear as the menu item
43+
const MENU_ITEM_NAME = "Custom Snippets\u2026"; // this name will appear as the menu item
4444
const PANEL_MIN_SIZE = 340; // the minimum size more than which its height cannot be decreased
4545

4646
// this is to store the panel reference,

0 commit comments

Comments
 (0)