I want to remove 'Open folder' button and change text 'You have not yet added a folder to the workspace.' to You have not yet added a project to the workspace. #16723
Unanswered
sumit140792
asked this question in
General
Replies: 1 comment 2 replies
-
|
Hey @sumit140792, you can use the |
Beta Was this translation helpful? Give feedback.
2 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.
-
protected renderEmptyMultiRootWorkspace(): React.ReactNode {
return
<button className='theia-button open-workspace-button' title={nls.localizeByDefault('Add Folder to Workspace')}
onClick={this.addFolder}
onKeyUp={this.keyUpHandler}>
{nls.localizeByDefault('Open Folder')}
}
can we override and manage this?
Beta Was this translation helpful? Give feedback.
All reactions