numaru / vscode-ceedling-test-adapter

Ceedling Test Adapter for the VS Code Test Explorer
MIT License
37 stars 14 forks source link

Add prettier test and test file labels in the test explorer #47

Closed bzielinskib closed 4 years ago

bzielinskib commented 4 years ago
  1. Added two new property to control prettier labels.

    • ceedlingExplorer.prettyTestLabel Inactive: prettyTestLabelInactive Active: prettyTestLabelActive

    • ceedlingExplorer.prettyTestFileLabel Inactive: prettyTestFileLabelInactive Active: prettyTestFileLabelActive

  2. Added reaction for .yml setting

    • :unity: -> test_prefix
    • :project -> :test_file_prefix
  3. Added reload the test tree, after changed property prettyTestLabel and prettyTestFileLabel

  4. Updated README file adding properties description.

numaru commented 4 years ago

It reduce the noise in the test list and I appreciate that. Also, I agree that the options should be enabled by default.

Thank you for contributing. 😃