Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.41k stars 135 forks source link

Feature Request: Support root configuration file #699

Closed x0vr closed 1 year ago

x0vr commented 1 year ago

Hi,

due to I am working in teams a lot, it would be very nice to have the possibility to have a centralized configuration file in the root directory of the project workspace (synchronized in the repository). So everybody working in the project uses the same settings, especially our custom tags and so on.

(same logic like it is for ESLint using ".eslintrc.js", or Prettier using ".prettierrc" ...)

Or maybe that's even possible today somehow? Would be nice if not everybody has to add custom tags to his VSCode user settings. Or should we just use the default functionality of ".vscode/settings.json" shared in the repository?

Thanks in advance 👍

bgoewert commented 1 year ago

ESLint .eslintrc.js configs, and other tool configs like this, are not specific to IDE's whereas todo-tree is. It would not make sense to have a separate config file for this. If you are all on VSCode and looking for "centralized" (i.e., shared) settings specific to todo-tree, I would say .vscode/settings.json is your best option.

Gruntfuggly commented 1 year ago

I am going to close this as it's really a feature request for VSCode itself. Please feel free to re-open if you feel differently.