kopia lustrzana https://github.com/c9/core
Removes nps and dependencies
rodzic
53a1db9b33
commit
8decff1b09
|
@ -53,15 +53,6 @@ module.exports.makeLocal = function(config, options) {
|
||||||
config[i].path = join(settingDir, "/metadata");
|
config[i].path = join(settingDir, "/metadata");
|
||||||
config[i].changeCheckInterval = 2000;
|
config[i].changeCheckInterval = 2000;
|
||||||
}
|
}
|
||||||
else if (config[i].packagePath == "plugins/c9.ide.feedback/feedback") {
|
|
||||||
config[i].screenshotSupport = false;
|
|
||||||
}
|
|
||||||
// else if (config[i].packagePath == "plugins/c9.ide.feedback/feedback") {
|
|
||||||
// config[i] = {
|
|
||||||
// packagePath : "plugins/c9.ide.help/help",
|
|
||||||
// staticPrefix : options.staticPrefix + "/plugins/c9.ide.help"
|
|
||||||
// };
|
|
||||||
// }
|
|
||||||
|
|
||||||
else if (config[i].packagePath == "plugins/c9.core/c9") {
|
else if (config[i].packagePath == "plugins/c9.core/c9") {
|
||||||
config[i].local = true;
|
config[i].local = true;
|
||||||
|
@ -138,7 +129,6 @@ module.exports.makeLocal = function(config, options) {
|
||||||
"plugins/c9.ide.newresource/open": true,
|
"plugins/c9.ide.newresource/open": true,
|
||||||
"plugins/c9.ide.info/info": true,
|
"plugins/c9.ide.info/info": true,
|
||||||
// "plugins/c9.ide.login/login": true,
|
// "plugins/c9.ide.login/login": true,
|
||||||
"plugins/c9.ide.feedback/nps": true,
|
|
||||||
"plugins/c9.ide.download/download": true
|
"plugins/c9.ide.download/download": true
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -94,9 +94,6 @@ module.exports = function(manifest, installPath) {
|
||||||
},
|
},
|
||||||
assumeConnected: true
|
assumeConnected: true
|
||||||
},
|
},
|
||||||
feedback: {
|
|
||||||
userSnapApiKey: "a83fc136-1bc4-4ab8-8158-e750c30873b5"
|
|
||||||
},
|
|
||||||
support: {
|
support: {
|
||||||
userSnapApiKey: "e3d3b232-1c21-4961-b73d-fbc8dc7be1c3"
|
userSnapApiKey: "e3d3b232-1c21-4961-b73d-fbc8dc7be1c3"
|
||||||
},
|
},
|
||||||
|
|
Ładowanie…
Reference in New Issue