diff --git a/source/options.html b/source/options.html index 9c20b19..2488df3 100644 --- a/source/options.html +++ b/source/options.html @@ -35,6 +35,7 @@
Select your IDE to use the default sessionkey or choose other to use a custom key.
+ Atom + php-debug Eclipse Netbeans MacGDBp diff --git a/source/options.js b/source/options.js index 25258dd..a1af9e9 100644 --- a/source/options.js +++ b/source/options.js @@ -21,7 +21,7 @@ idekey = "XDEBUG_ECLIPSE"; } - if (idekey == "XDEBUG_ECLIPSE" || idekey == "netbeans-xdebug" || idekey == "macgdbp" || idekey == "PHPSTORM") + if (idekey == "XDEBUG_ECLIPSE" || idekey == "netbeans-xdebug" || idekey == "macgdbp" || idekey == "PHPSTORM" || idekey == "xdebug-atom" ) { $("#ide").val(idekey); $("#idekey").prop('disabled', true);