-
|
Hello there, Im creating a vscode plugin but Im having a hard time just adding the icon on the editor toolbar, any chance you could show me how you made it work ? I saw the demo of you plugin doc-jit and it's exactly what I want to achieve ! Good job and have a good day :) |
Beta Was this translation helpful? Give feedback.
Answered by
jcalixte
May 29, 2024
Replies: 1 comment
-
|
Hi! Sooooo sorry for the delay, if it's still relevant for you, you can check the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jcalixte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Sooooo sorry for the delay, if it's still relevant for you, you can check the
package.jsonand the "menus" props. You can then associate an icon (used by VS code) and a command you registered in yoursrc/index.ts.