提交 cfd5d358 编写于 作者: B Benjamin Pasero

fix #66753

上级 14b71413
......@@ -74,7 +74,6 @@ class NPSContribution implements IWorkbenchContribution {
run: () => storageService.store(SESSION_COUNT_KEY, sessionCount - 3, StorageScope.GLOBAL)
}, {
label: nls.localize('neverAgain', "Don't Show Again"),
isSecondary: true,
run: () => {
storageService.store(IS_CANDIDATE_KEY, false, StorageScope.GLOBAL);
storageService.store(SKIP_VERSION_KEY, pkg.version, StorageScope.GLOBAL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册