Can I call the built-in commands provided by vscode in the terminal? #2436
Unanswered
dddssw
asked this question in
Extension Development QnA
Replies: 1 comment
-
Hi @dddssw , There is no So, in order to accomplish your idea, I think you will need to create not only a new CLI, but also an extension, and make them talk to each other. Similar to GistPad CLI. Hope this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an idea. generate template code through cli and insert the code into the currently edited file. Is this feasible? The difficulty I encountered was how to get the address of the currently edited file.
Beta Was this translation helpful? Give feedback.
All reactions