Skip to content

Commit 0bc41da

Browse files
committed
more debugging
1 parent 0dc8b5a commit 0bc41da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/lsptoolshost/integrationTests/codeactions.integration.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,13 @@ async function getCodeActions(
320320
/** kind **/ undefined,
321321
resolveCount
322322
);
323+
324+
const moreAction = codeActions.find((a) => a.title === 'More...');
325+
if (moreAction) {
326+
console.log('More actions available');
327+
console.log(JSON.stringify(moreAction));
328+
}
329+
323330
return codeActions;
324331
}
325332

0 commit comments

Comments
 (0)