Sublime Forum

How to tell Package Control only install some package on specific platform?

#1

For instance, the TerminalView is not available on Windows. It would be great if I can configure Package Control to install TerminalView only on Linux and OS X.

0 Likes

#2

I presume that you are syncing packages across machines?

If so, this is probably an enhancement that will need to be implemented.

1 Like

#3

@roycyt As a temporary fix try adding:

{
    "ignored_packages":
    [
        "TerminalView"
    ]
}

to the file Preferences (Windows).sublime-settings.

1 Like

#4

I tried your temporary fix and the result was the same. I don’t think Sublime Text or Package Control will read this file: “Preferences (Windows).sublime-settings.”

0 Likes

#5
1 Like