What tools do you use daily?

You should install Atom’s command line tool atom and use that instead.

1 Like

How to do it? The following combination doesn’t work for me:

$ which atom
/usr/local/bin/atom

17

33

Not sure. My guess is the editor is executed in the exact same environment as your terminal (which might have many additions to path).

Have you tried adding the actual path, i.e. /usr/local/bin/atom ?

I think the editor is executed in the same environment as launchd, which doesn’t include anything in .bashrc / .zshrc as far as I know. Anyway, your best bet is to specify the full path.

1 Like

I tried /usr/local/bin/atom, but it works by the same way as /Applications/Atom.app/Contents/MacOS/Atom. Defold doesn’t activate the Atom window. But it works with VSCode.

By the way - did you manage to integrate LDtk to Defold? The tool evolved much and I’m interested if you manage to do anything with it maybe? :wink:

Not much really as I have moved on to some other projects that do not require LDtk

1 Like