提交 3c12981e 编写于 作者: B Benjamin Pasero

less ascii art for dirty file prompt

上级 55870109
......@@ -167,7 +167,7 @@ export class TextFileService extends BrowserTextFileService {
if (resourcesToConfirm.length > 1) {
message.push('');
message.push(...resourcesToConfirm.map((r) => nls.localize('dirtyList', "- {0}", paths.basename(r.fsPath))));
message.push(...resourcesToConfirm.map((r) => paths.basename(r.fsPath)));
message.push('');
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册