提交 f689edad 编写于 作者: A Amy Qiu

Fix #26011

- use em dash instead of en dash
上级 6019724a
......@@ -39,7 +39,7 @@ export class TitlebarPart extends Part implements ITitleService {
private static NLS_UNSUPPORTED = nls.localize('patchedWindowTitle', "[Unsupported]");
private static NLS_EXTENSION_HOST = nls.localize('devExtensionWindowTitlePrefix', "[Extension Development Host]");
private static TITLE_DIRTY = '\u25cf ';
private static TITLE_SEPARATOR = ' - ';
private static TITLE_SEPARATOR = ' ';
private titleContainer: Builder;
private title: Builder;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册