-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle 'workbench.action.addRootFolder' vscode command #7350
Handle 'workbench.action.addRootFolder' vscode command #7350
Conversation
@vince-fugnitto This PR with correct ECA. |
Signed-off-by: Tomer Epstein <tomer.epstein@sap.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tomer-epstein the changes worked correctly for me, thank you for your contribution!
@vince-fugnitto does the ripgrep download failure a known issue? |
Yes it happens when working on forks for non-committers. |
@vince-fugnitto do you have the privileges to re-triger the job or can make it pass? |
@vince-fugnitto thanks. the build passed. |
Great! I manually restarted it for you. |
Thank you for your contribution! I look forward to many more in the future. |
Signed-off-by: Tomer Epstein tomer.epstein@sap.com
What it does
This change proposal adds ability to handle workbench.action.addRootFolder command.
How to test
git clone https://github.com/tomer-epstein/vscode-add-Root-Folder
cd vscode-add-Root-Folderr
npm run compile && npm run package
copy vscode-add-Root-Folder-0.0.1.vsix to plugins folder
F1, choose 'Add Root Folder'.
Review checklist
Reminder for reviewers