kiddkai / atom-node-debugger

A Nodejs Debugger For Atom
MIT License
265 stars 75 forks source link

Project specific settings that can override globals #179

Open nsantini opened 8 years ago

nsantini commented 8 years ago

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

madwax commented 7 years ago

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

romangusiev commented 7 years ago

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

codecontemplator commented 7 years ago

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

codecontemplator commented 7 years ago

Documentation should be updated to mention this.

gauthierm commented 7 years ago

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.

codecontemplator commented 7 years ago

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.