Skip to content

Commit

Permalink
deactivate useIronNodeDevToolsExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
s-a committed Sep 30, 2016
1 parent 71c1768 commit e8794e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .iron-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit e8794e7

Please sign in to comment.