Vscode-project-manager: Hide Project

Created on 16 Nov 2017  路  10Comments  路  Source: alefragnani/vscode-project-manager

Is it possible temporary hide some unused projects?
I've tried to comment them in _project.json_ but comments do not work?

enhancement good first issue good first issue (PR available) hacktoberfest

Most helpful comment

It's not available yet, it's just an idea 馃槃

All 10 comments

Hi @advokatb ,

First of all, sorry for taking so long to answer.

Unfortunatelly no, you can't _hide_ projects. The extension does not expect/recognizes comments in the projects.json file, so it won't take effect.

But I think that a Enabled state for projects should fit your needs. You just _disable_ the project, and it wouldn't be visible.

{
    "name": "Pascal MI",
    "rootPath": "c:\\PascalProjects\\pascal-menu-insight",
    "paths": [],
    "group": "",
    "enabled": false
}

What do you think?

Thanks. Should it work now? Or you are only plan to implement it?

    {
        "name": "site.com",
        "rootPath": "d:\\Web\\Projects\\client\\site.com\\theme\\themename",
        "paths": [],
        "group": "General",
        "enabled": false
    }

I still can see project in project list by Alt+Shift+P and by clicking on Status Bar icon.

It's not available yet, it's just an idea 馃槃

Waiting for implementation ;)

@alefragnani Any thoughts about when could we test it? 馃

@alefragnani can you please take a look on this enhancement?
Thanks.

Hi, it will be the super useful thing! Could develop this snippet, I guess everybody will be pleased with you, Thank you. @alefragnani

Any thoughts about when this feature can be implemented?

I鈥檓 planning to release an update with the PR after the New Years holiday. Together with the #204.

The PR #226 was merged.
The new version will be released later today

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dobbbri picture dobbbri  路  5Comments

tdmalone picture tdmalone  路  3Comments

frontcraft picture frontcraft  路  4Comments

wottpal picture wottpal  路  4Comments

johnbillion picture johnbillion  路  3Comments