How to change the default open extension #14101
Unanswered
pingbaohua
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hey @pingbaohua, please open such questions as discussions - we try to keep our issues for actionable items. We dynamically register a command for each view contributed by VS Code extensions. See: theia/packages/plugin-ext/src/main/browser/view/plugin-view-registry.ts Lines 424 to 426 in 4c7ffb6 As far as I can tell the Oracle extension contributes those views: You can tell call the command |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After theia is running, how do I make the installed extensions open by default at startup, such as the Oracle Developer Tools for VS Code extension or other
Beta Was this translation helpful? Give feedback.
All reactions