mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
show clone output in the IDE
This commit is contained in:
parent
298c5518f1
commit
94d56636a4
@ -390,7 +390,34 @@ module.exports = function(options) {
|
||||
},
|
||||
{
|
||||
packagePath: "plugins/c9.ide.console/console",
|
||||
staticPrefix: staticPrefix + "/plugins/c9.ide.layout.classic"
|
||||
staticPrefix: staticPrefix + "/plugins/c9.ide.layout.classic",
|
||||
defaultState: options.project.scmurl ? {
|
||||
type: "pane",
|
||||
nodes: [{
|
||||
type: "tab",
|
||||
editorType: "terminal",
|
||||
active: "true",
|
||||
document: {
|
||||
changed: false,
|
||||
meta: {
|
||||
timestamp: Date.now()
|
||||
},
|
||||
filter: true,
|
||||
title: "bash - \"Cloning ...\"",
|
||||
tooltip: "bash - \"Cloning ...\"",
|
||||
terminal: {
|
||||
id: "clone",
|
||||
cwd: ""
|
||||
}
|
||||
}
|
||||
}, {
|
||||
type: "tab",
|
||||
editorType: "immediate",
|
||||
document: {
|
||||
title: "Immediate"
|
||||
}
|
||||
}]
|
||||
} : null
|
||||
},
|
||||
|
||||
// Layout & Panels
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user