提交 8ceb602f 编写于 作者: S Sandeep Somavarapu

also check if application was opened before

上级 1c320c0a
......@@ -66,6 +66,11 @@ async function initialize(
return;
}
if (!storageService.isNew(StorageScope.GLOBAL)) {
logService.trace(`Skipping initializing ${userDataLabel} as application was opened before`);
return;
}
if (!storageService.isNew(StorageScope.WORKSPACE)) {
logService.trace(`Skipping initializing ${userDataLabel} as workspace was opened before`);
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册