kisstkondoros / codemetrics

VSCode extension which shows the complexity information for TypeScript class members
Other
402 stars 20 forks source link

external config file to customize code metrics #76

Closed pixelbits-mk closed 4 years ago

pixelbits-mk commented 4 years ago

how do I specify an external configuration file to customize code metrics? I'm looking for something similar to tslint.json for linting, where the config file can be checked into source control, but used by Visual Studio Code in the editor UI.

kisstkondoros commented 4 years ago

Thanks for opening an issue!

I'll close this as I have no impact on this.

microsoft/vscode#15909 is about exactly this. Maybe drop some words there too about your use-case.