Skip to content

Commit

Permalink
tweak wording of log message, microsoft/vscode#131165
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Nov 11, 2021
1 parent d967d9c commit ef7b823
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ class ProposedApiController {
});
const key = ExtensionIdentifier.toKey(entry.key);
if (this._productEnabledExtensions.has(key)) {
_logService.warn(`Extension '${key} appears in BOTH 'enableProposedApi' and 'extensionEnabledApiProposals'. The latter is more restrictive and will override the former.`);
_logService.warn(`Extension '${key} appears in BOTH 'product.json#extensionAllowedProposedApi' and 'extensionEnabledApiProposals'. The latter is more restrictive and will override the former.`);
}
this._productEnabledExtensions.set(key, proposalNames);
});
Expand Down

0 comments on commit ef7b823

Please sign in to comment.