You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble retrieving the text/info that appears when I hover over a part of the code in the text editor (ie. red circled part in screenshot), and would appreciate any help. How can I approach this? I've tried getting the CodeLens, then the Tooltip, but it appears to be undefined. Please see steps to reproduce for more details. Thanks!
Usage
Steps to reproduce
const editor = new TextEditor();
const editor1 = await new EditorView().openEditor("example.c");
await editor.selectText("text");
const lens = await editor.getCodeLens("text");
await lens?.click();
const text = await lens?.getText();
const tooltip = await lens?.getTooltip();
Operating System
Ubuntu 22.04
Visual Studio Code
1.85.0
vscode-extension-tester
7.0.0
NodeJS
18.15.0
The text was updated successfully, but these errors were encountered:
Describe the request
Hi,
I'm having trouble retrieving the text/info that appears when I hover over a part of the code in the text editor (ie. red circled part in screenshot), and would appreciate any help. How can I approach this? I've tried getting the CodeLens, then the Tooltip, but it appears to be undefined. Please see steps to reproduce for more details. Thanks!
Usage
Steps to reproduce
Operating System
Ubuntu 22.04
Visual Studio Code
1.85.0
vscode-extension-tester
7.0.0
NodeJS
18.15.0
The text was updated successfully, but these errors were encountered: