From 0a6a7aa3131794724f87357a1d566ec55b4eb2d7 Mon Sep 17 00:00:00 2001 From: nightwing Date: Mon, 30 Mar 2015 01:12:36 +0400 Subject: [PATCH] enable download plugin in sdk --- configs/client-default.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/client-default.js b/configs/client-default.js index 5f42b148..a01313ee 100644 --- a/configs/client-default.js +++ b/configs/client-default.js @@ -501,6 +501,8 @@ module.exports = function(options) { "plugins/c9.ide.format/formatters/jsbeautify", // Other + "plugins/c9.ide.download/download", + { packagePath: "plugins/c9.ide.info/info", installPath: options.installPath,