提交 af5adb53 编写于 作者: J Johannes Rieken

Revert "add arch to cached data path, https://github.com/microsoft/vscode/issues/113852"

This reverts commit 72095f86.
上级 d687818f
......@@ -524,7 +524,7 @@ function getNodeCachedDir() {
return undefined;
}
return path.join(userDataPath, 'CachedData-' + process.arch, commit);
return path.join(userDataPath, 'CachedData', commit);
}
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册