-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
I'm currently having a problem, that my project specific settings are not working.
My .sublime-project file looks like this
{
"folders":
[
{
"path": "."
}
],
"Gulp": {
"results_in_new_tab": true,
"gulpfile_paths": [
"sub-directory/sub-directory-2"
]
}
}Neither the "results_in_new_tab" nor the "gulpfile_paths" have any effect. Changing the "folders" setting does have effects, so the .sublime-project file itself gets read.
I'm using Sublime Text Build 3083.
Any ideas?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels