Skip to content

Project specific settings not working #53

@simonknittel

Description

@simonknittel

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions