hi,
I am trying to set my preferences for a plugin. First, ‘Preferences’ showed up twice, now only once (I changed some things) but ‘Test’ is not listed in ‘Package Settings’
[
{
"caption": "Test",
"mnemonic": "T",
"id": "test",
"children":
[
{
"caption": "tool",
"children":
[
{ "command": "command"}
]
}
]
},
{
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "Test",
"children":
[
{
"command": "open_file",
"args": {"file": "${packages}/Test/Test.sublime-settings"},
"caption": "Settings – Default"
}
]
}
]
}
]
}
]
I cannot see the problem?