Vscode workbench startup editor #12603
-
Team, Please share any references on how to have vscode workbench startup editor feature. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @sandeepsharmadevops, do you mind explaining a bit what you mean with the vscode workbench startup editor feature? It doesn't ring a bell and Google doesn't give me any results either. |
Beta Was this translation helpful? Give feedback.
-
Hey, @msujew vscode workbench startup editor allows managing the landing page to be opened during vscode launch time, hence looking how to have the same when leveraging theia. Let me know for anything else. Thanks!! |
Beta Was this translation helpful? Give feedback.
I see. You can probably just implement a
FrontendApplicationContribution
that opens one of these widgets on startup in theonStart
method. See also this answer on our discourse forum.