-
I want to register a CodeLens, and i know i can use theia or vscode plugin to do it, but i wonder there is a way to just call theia api to reach it? |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Feb 21, 2025
Replies: 1 comment 1 reply
-
Hey @lqd1434, Someone asked a very similiar question a few months ago. I'll just link it here #13784. Short answer: You can simply use the monaco API to do it. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lqd1434
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @lqd1434,
Someone asked a very similiar question a few months ago. I'll just link it here #13784.
Short answer: You can simply use the monaco API to do it.