提交 10be0f69 编写于 作者: T Till Salinger

- fixes test

- displayCurrentPath: file/folder not bold anymore
上级 1d8a10fe
......@@ -328,7 +328,7 @@ export class FileRenderer implements IRenderer {
inputBox.showMessage({
type: MessageType.INFO,
content: nls.localize('constructedPath', "Create **{0}** in **{1}**", fileType, newPath),
content: nls.localize('constructedPath', "Create {0} in **{1}**", fileType, newPath),
formatContent: true
});
}
......
......@@ -198,7 +198,7 @@ suite('Files - View Model', () => {
assert(validateFileName(s, 'foo\\bar') === null);
assert(validateFileName(s, 'all/slashes/are/same') === null);
assert(validateFileName(s, 'theres/one/different\\slash') === null);
assert(validateFileName(s, '/slashAtBeginning') !== null);
assert(validateFileName(s, '/slashAtBeginning') === null);
if (isWindows) {
assert(validateFileName(s, 'foo:bar') !== null);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册