Is it not possible to reference the same folder multiple times in the sublime-project file Folders section, even though each has a different name and file_include_pattern set defined?
I’ve tried something like this below, but it does not seem to work:
“folders”:
[
…
{“name”: “Versioned Stored procedures”, “path”: “SQLs/here_V”, “file_include_patterns”: ["*usp*"]},
{“name”: “Versioned Stored functions”, “path”: “SQLs/here_V”, “file_include_patterns”: ["*udf*"]},
{“name”: “Upgrade”, “path”: “SQLs/upgrade”},
…
],