Sublime Forum

More than one Project in SideBarEnhancements.json possible?

#1

Hello

i’m new to st2 but after short time i fall in love with this great editor.
To open an HTML5 project with my browser, i used Project->Edit Project Preview URL to call this.
But often i work with different projects and so i have to change the sidebarenhancements.json file.

So my question, is it possible to add more projects to this file so that i am able to call them via f12 shortcut or is there a limitation to only one project?

THX!

0 Likes

#2

No limitation, you can add any amount of paths you wish

[quote]{
“S:/www/domain.tld”:{
“url_testing”:“http://testing”,
“url_production”:“http://domain.tld
},
“C:/Users/luna/some/domain2.tld”:{
“url_testing”:“http://testing1”,
“url_production”:“http://productiontld2
}
}[/quote]

I can see that Project -> Edit Project Preview URLs, may gives the impression to be project related

0 Likes

#3

Great! THX!

0 Likes