We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
user prompt
1 parent c2261b0 commit e66a46dCopy full SHA for e66a46d
src/vs/workbench/contrib/userDataSync/browser/userDataSync.ts
@@ -619,8 +619,7 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
619
620
// if the `reusable prompt` feature is enabled and in vscode
621
// insiders, add the `Prompts` resource item to the list
622
- const isInsiders = (this.productService.quality !== 'stable');
623
- if (PromptsConfig.enabled(this.configService) && isInsiders) {
+ if (PromptsConfig.enabled(this.configService) === true) {
624
result.push({
625
id: SyncResource.Prompts,
626
label: getSyncAreaLabel(SyncResource.Prompts)
0 commit comments