Skip to content

Commit ab8e2f6

Browse files
author
Jens Henrik Göbbert
committed
rename title of launcher
1 parent fecef19 commit ab8e2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_codeserver_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _get_random_alphanumeric_string(length):
111111
'launcher_entry': {
112112
'enabled': True,
113113
'icon_path': os.path.join(HERE, 'icons/code-server-logo.svg'),
114-
'title': 'Code-Server',
114+
'title': 'VS Code (code-server)',
115115
# 'path_info': path_info,
116116
},
117117
}

0 commit comments

Comments
 (0)