andriyko / sublime-robot-framework-assistant

Robot Framework plugin for Sublime Text3
MIT License
110 stars 43 forks source link

Project specific database not working #171

Closed jrkoiter closed 8 years ago

jrkoiter commented 8 years ago

I've setup my Sublime project according to https://github.com/andriyko/sublime-robot-framework-assistant/wiki/How-To#project-specific-settings, but still the default database path is used. The provided setting for "robot_framework_database_path" is a valid directory.

I'm on Mac 10.11.6, Sublime 3 build 3126 and RFA 5.1.1.

aaltat commented 8 years ago

Could you share the how you defined the project specific settings?

jrkoiter commented 8 years ago

Here is the content of the sublime-project file:

    "folders":
    [
        {
            "path": "."
        }
    ],
    "robot_framework_assistant":
    {
        "robot_framework_workspace": "/Users/joost/Documents/SystemTests",
        "robot_framework_database_path": "/Users/joost/Documents/SystemTests/SystemTests.database"
    }
}
aaltat commented 8 years ago

Thank you from the input. I will take a look later in the evening.

aaltat commented 8 years ago

I can produce the same problem with my environment and it is a bug. I need to find where it is broken, fix it and make a new release.

aaltat commented 8 years ago

This should be now fixed and new release should be soon available from Package Control. Please update if the problem has not been fixed.