atom-shell-commands icon indicating copy to clipboard operation
atom-shell-commands copied to clipboard

Not seeing commands under Packages/Atom-Shell-Commands

Open ZionGates opened this issue 3 years ago • 0 comments

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" } ]

image

ZionGates avatar Jan 11 '22 10:01 ZionGates