Sublime Forum

Project folder paths and auto refresh

#1

When creating a Sublime Text project, the default setting for the path is the complete path of the enclosing folder, which isn’t great to check into version control because the path might be different. Luckily, using relative paths works just fine… but the automatic folder refresh breaks then, so every time I add a new file or folder (even from within Sublime Text), I have to refresh all folders manually. Is this just me doing something stupid or is this a bug inside Sublime Text?

Btw, here is a sublime-project file which reproduces the problem:

{
	"folders":
	
		{
			"path": "/"
		}
	]
}
0 Likes