Skip to content

Commit 25538af

Browse files
test
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 45bf829 commit 25538af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

code/src/vs/workbench/services/extensions/common/extensionsProposedApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export class ExtensionsProposedApi {
7070
const normalizedProposals: ApiProposalName[] = [];
7171
for (const name of extension.enabledApiProposals) {
7272
const normalizedName = normalizeProposedApiName(name);
73+
this._logService.error(`===== ${name} === ${normalizedName}`);
7374
const result = Boolean(allApiProposals[normalizedName]);
7475
if (!result) {
7576
this._logService.error(`Extension '${key}' wants API proposal '${name}' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.`);

0 commit comments

Comments
 (0)