Sublime Forum

${project_path:${folder}} not returning current project

#1

This seems to return the first project regardless of the project I have loaded? I can use ${folder} which seems to work but is this correct. I’m using it in a build system.

tested variables with the following

{
	"cmd": "echo", "${project_path:${folder}}"]
}

platform: ubuntu 12.04
ST2 build: 2217

thanks

0 Likes