Sublime Forum

Help setting up a project

#1

Ho, I’m having some trouble setting up a project, and I’m not sure if what I’m trying to do is actually possible.

My project code is like this:

[code]


            </options>
[/code]

I’m trying to use the directory foo as my mount point, and then include the subdirectories bar and ham giving a tree like foo\bar and foo\ham\eggs

Is this even possible?

0 Likes

#2

Elements in “dirinclude” are only matched against the leaf name of the directory, so putting path separators in there won’t work as expected.

I think you’d have better luck just using two mount points, one for “bar”, and one for “ham/eggs”.

0 Likes