how to trigger a command from launch.json #8343
Unanswered
nsharma1989
asked this question in
General
Replies: 1 comment
-
|
It should be something like |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi In vscode we can trigger a command from launch.json like
"configurations": [ { // ... "name": "COMMAND_NAME", // The name of the command defined in package.json // ... }but in theia the same isn't working. Any solutions?
Beta Was this translation helpful? Give feedback.
All reactions