Skip to content

What is hotkey to open Project Manager Dialog? #750

Answered by alefragnani
knightmare110 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @knightmare110 ,

The extension has only one keybinding defined, to the Project Manager: List Projects to Open command. If you are on a Mac, it will be Cmd+Alt+P. In Windows or Linux, it will be Ctrl+Alt+P.

About the root folder you are refering to. Do you mean the projectManager.git.baseFolders setting, like below?

    "projectManager.git.baseFolders": [
        "~/Documents/GitHub",
        "/Volumes/ExternalDisk/sources"
    ],

Or did you edited projects.json and defined the rootFolder property of one of the projects, like:

[
	{
		"name": "James",
		"rootPath": "c:\\sources\\delphi-james",
		"paths": [],
		"tags": [
			"Personal"
		],
		"enabled": true
	}
]

Hope this helps

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alefragnani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants