From dbe4943fa5e4ac35d3e093a429c5db590d123f91 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Wed, 11 Oct 2017 13:25:52 +0100 Subject: [PATCH] allow to stop allow to stop --- menus/php-server.cson | 3 +++ 1 file changed, 3 insertions(+) diff --git a/menus/php-server.cson b/menus/php-server.cson index f35a3e0..57d5327 100644 --- a/menus/php-server.cson +++ b/menus/php-server.cson @@ -3,11 +3,13 @@ {type: 'separator'} {label: 'PHP Server here', command: 'php-server:start-tree'} {label: 'PHP Server route file', command: 'php-server:start-tree-route'} + {label: 'PHP Server Stop', command: 'php-server:stop'} {type: 'separator'} ] 'atom-text-editor': [ {type: 'separator'} {label: 'PHP Server here', command: 'php-server:start-document'} + {label: 'PHP Server Stop', command: 'php-server:stop'} {type: 'separator'} ] @@ -19,6 +21,7 @@ { label: 'Start in project root', command: 'php-server:start' } { label: 'Start in folder selected in tree', command: 'php-server:start-tree' } { label: 'Start in folder of current file', command: 'php-server:start-document' } + { label: 'Stop server', command: 'php-server:stop' } ] ] }]