Store Startup tasks on different xml settings file

I work with mutliple developers (all on PhpStorm) and want to share certain settings among us, I want to put certain files from the .idea folder to our git repository.

This works fine for the vcs.xml for example.

I also want to share the startup tasks among the group, but these are stored inside the workspace.xml, which is basically the only file that can't be shared among the team.

Is there a way to store the startup task somewhere else? If not consider this a feature request.

1

Hi there,

Well .. there is a "Share" column on "Startup Tasks" screen ... so it should be shareable and therefore stored in separate ".idea/startup.xml" file.

Don't you have that in your IDE? What IDE version do you use?

0
Avatar
Permanently deleted user

Thank you for the answer. Found that shortly after writing the answer myself.

Yet at least in my case the file is a different. I found it at 

.idea/runConfigurations/*

 

0

Yes and No.

Those are shared Run/Debug Configurations (which you use for debug/running stuff... and what startup tasks are executing).

The list of actual Startup Tasks is stored in that ".idea/startup.xml" file.

Obviously, you cannot have shared Startup Task if Run/Debug Configuration is personal (not shared).

0

请先登录再写评论。