0

I'd like to activate extension A from extension B with a help of a command that extension A defines. This command is also an activation event for extension A, i.e. "trigger.command" Therefore if from extension B I call VScode.commands.executeCommand("trigger.command") will that activate extension A? If not, is there anything else I can try doing?

1 Answer 1

0

If the command actually runs, I don't see how this cannot activate the extension. It must to run the code. See VS Code API.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.