atom-node-debugger icon indicating copy to clipboard operation
atom-node-debugger copied to clipboard

Project specific settings that can override globals

Open nsantini opened this issue 9 years ago • 6 comments

silly question, but you mention a config file but not where it is or what to call it

nsantini avatar Jun 27 '16 21:06 nsantini

Yep I have the same question. It might be a silly FTM for Atom question.

madwax avatar Jul 27 '16 10:07 madwax

I cannot find it also. Why this info not in docs?

romangusiev avatar Aug 25 '16 00:08 romangusiev

You open the file using Atoms menu; file->config...

codecontemplator avatar Sep 03 '16 19:09 codecontemplator

Documentation should be updated to mention this.

codecontemplator avatar Sep 03 '16 19:09 codecontemplator

The model VS Code uses where you get a per-project config file is a better approach and would be nice to see here. It may even be possible to steal the file format they are using.

gauthierm avatar Oct 19 '16 03:10 gauthierm

Agreed. Project specific settings would be useful. I think the file format should be the same as for the "global" settings used for atom. Only that the project specific overrides the global is set. Seems like atom has no built-in support for this but it should be straight forward to search for a settings file in the project root folder.

codecontemplator avatar Oct 27 '16 21:10 codecontemplator