atom-shell-commands
atom-shell-commands copied to clipboard
Not seeing commands under Packages/Atom-Shell-Commands
I'm not seeing the commands in the interface after putting the code below in my config file. I'm seeing defaults only (Atom 1.58)
"atom-shell-commands": commands: [ { name: "compile" command: "d:/dev/mingw/bin/gcc" arguments: [ "{FileName}" "-o" "{FileNameNoExt}.exe" ] options: cwd: "{FileDir}" keymap: "ctrl-2" } ]
