mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Improve preinstalled handling
This commit is contained in:
parent
0b227906a7
commit
e221c17bb8
@ -909,7 +909,7 @@ module.exports = function(options) {
|
||||
if (options.platform !== "win32") {
|
||||
plugins.push({
|
||||
packagePath: "plugins/c9.ide.language.codeintel/codeintel",
|
||||
notInstalled: options.ssh || !hosted,
|
||||
preinstalled: hosted && !options.ssh,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"c9.ide.language.javascript.tern": "#b55d0069bb",
|
||||
"c9.ide.language.javascript.infer": "#325ac6880e",
|
||||
"c9.ide.language.jsonalyzer": "#4b329741b1",
|
||||
"c9.ide.language.codeintel": "#434e8345ef",
|
||||
"c9.ide.language.codeintel": "#0cfb862d32",
|
||||
"c9.ide.collab": "#11a0d3c5ce",
|
||||
"c9.ide.local": "#10eb45842a",
|
||||
"c9.ide.find": "#e33fbaed2f",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user