-
Notifications
You must be signed in to change notification settings - Fork 283
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
Plugin Problem with alefragnani.project-manager #3042
Comments
Thanks for the great bug report @iilonmasc ! Really appreciate all the details. Looks like there are a few issues: Issue 1: Quick menu selectionLooks like there are a few messages that are being sent up that we are not currently handling:
Issue 2: Not showing icons in the quickmenuLooks like we're not handling the Issue 3: Not showing up in UXWe're currently missing the plumbing to show contributed tree view / pane items - so it's expected that it wouldn't show up in the UX yet. Related #1058 |
__Todo:__ - [x] Consolidate the `Command` and `KeybindingInvoked` action __Next steps:__ - Investigate wiring up the `setContext` command - Fix issue with the explorer not showing new folder - Fix `${git-branch}` rendering issue Related #3042
I'm currently not able to reproduce this on current builds because the plugin got disabled/taken down (for now) from openvsx. I'd mark this issue as "stale" or "waiting", if possible, until @alefragnani claims the plugin on openvsx and makes it available again. |
Since the plugin is working in VSCode, I'm filing the issue here:
After installing the project-manager from alefragnani no sidebar entry is added and the open project command from the plugin doesn't work.
What I expected:
What happens
projectManager.listProjects
command either through the palette or via keybind (which has to be configured first) does not open any project.Steps to reproduce
oni2 --install-extension project-manager
Use the command palette or a keybind to open the project list. The keybind I used is
{ "key": "<A-S-P>", "command": "projectManager.listProjects", "when": "normalMode"}
which mirrors the VSCode behaviour.
Select one of your projects and try to open it with ENTER, it does not open the chosen project.
If plugin issues with onivim should be filed against the plugin repository itself please disregard this issue though.
The text was updated successfully, but these errors were encountered: