提交 9b7111bc 编写于 作者: B Benjamin Pasero

💄

上级 3f821374
......@@ -167,13 +167,13 @@ export class WorkspaceEditingService implements IWorkspaceEditingService {
}
private informUserOnce(): void {
// if (product.quality !== 'stable') {
// return; // only for stable
// }
if (product.quality !== 'stable') {
return; // only for stable
}
// if (this.storageService.getBoolean(WorkspaceEditingService.INFO_MESSAGE_KEY)) {
// return; // user does not want to see it again
// }
if (this.storageService.getBoolean(WorkspaceEditingService.INFO_MESSAGE_KEY)) {
return; // user does not want to see it again
}
const closeAction = new Action(
'enterWorkspace.close',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册