提交 34a85725 编写于 作者: D Daniel Imms

Resolve --user-data-dir before calling app.setPath

Fixes #11735
上级 9027dfa0
......@@ -122,7 +122,7 @@ try {
}
// Set userData path before app 'ready' event
var userData = args['user-data-dir'] || paths.getDefaultUserDataPath(process.platform);
var userData = path.resolve(args['user-data-dir'] || paths.getDefaultUserDataPath(process.platform));
app.setPath('userData', userData);
// Mac: when someone drops a file to the not-yet running VSCode, the open-file event fires even before
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册