Skip to content

Commit

Permalink
tweak extension workspace trust text (microsoft#170296)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatten authored Dec 30, 2022
1 parent 3cd9cec commit 8cdee24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -962,13 +962,13 @@ export class WorkspaceTrustEditor extends EditorPane {
[
localize('trustedTasks', "Tasks are allowed to run"),
localize('trustedDebugging', "Debugging is enabled"),
localize('trustedExtensions', "All extensions are enabled")
localize('trustedExtensions', "All enabled extensions are activated")
] :
[
localize('trustedTasks', "Tasks are allowed to run"),
localize('trustedDebugging', "Debugging is enabled"),
localize('trustedSettings', "All workspace settings are applied"),
localize('trustedExtensions', "All extensions are enabled")
localize('trustedExtensions', "All enabled extensions are activated")
];
this.renderLimitationsListElement(this.trustedContainer, trustedContainerItems, ThemeIcon.asClassNameArray(checkListIcon));

Expand Down

0 comments on commit 8cdee24

Please sign in to comment.