From e8794e7d4307a46dacceaa0d06e0ef6d0e51d222 Mon Sep 17 00:00:00 2001 From: s-a Date: Fri, 30 Sep 2016 11:05:27 +0200 Subject: [PATCH] deactivate useIronNodeDevToolsExtension --- .iron-node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.iron-node.js b/.iron-node.js index fac7765..41fdfd2 100644 --- a/.iron-node.js +++ b/.iron-node.js @@ -16,7 +16,7 @@ var settings = { "autoAddWorkSpace" : false, // DEFAULT=TRUE; disables the autoAddWorkSpace behavior. "openDevToolsDetached" : true, // DEFAULT=FALSE; opens the dev tools windows detached in an own window. "hideMainWindow" : true, // DEFAULT=FALSE; hides the main window to show dev tools only. - "useIronNodeDevToolsExtension" : true, // DEFAULT=TRUE; loads the IronNodeDevToolsExtension. + "useIronNodeDevToolsExtension" : false, // DEFAULT=TRUE; loads the IronNodeDevToolsExtension. }, "workSpaceDirectory" : function(argv) { // determines the workspace directory for specific commandline applications. var result = "";