提交 1e3fb4d9 编写于 作者: A Alex Dima

Use unique pipe names from stdFork

上级 13650824
......@@ -29,7 +29,7 @@ function makeRandomHexString(length: number): string {
}
function generatePipeName(): string {
let randomName = 'vscode-' + makeRandomHexString(40);
let randomName = 'vscode-std-' + makeRandomHexString(40);
if (process.platform === 'win32') {
return '\\\\.\\pipe\\' + randomName + '-sock';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册