diff --git a/tools/nodeclient/settings.json b/tools/nodeclient/settings.json index f2f3f5c..fa4fd04 100644 --- a/tools/nodeclient/settings.json +++ b/tools/nodeclient/settings.json @@ -1,5 +1,6 @@ { "password": "", "url": "http://localhost:8000", - "maxcount": 50 + "maxcount": 50, + "command": "sublime_text.exe -w" }