This is the README for your extension "compare-helper". After writing up a brief description, we recommend including the following sections.
Compare files or folders via configured external tools.

## Features
Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
Extension adds a new submenu `Compare (External)`
For example if there is an image subfolder under your extension project workspace:

\!\[feature X\]\(images/feature-x.png\)
-`Compare`
> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
Compares selected items with the configured default tool.
## Requirements
-`Compare With...`
If you have any requirements or dependencies, add a section describing those and how to install and configure them.
Shows a tool selection GUI and compares selected items with the chosen tool. Tools are filtered by item's kind.
## Extension Settings

Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.
## Requirements
Extension is fully dependent upon installed external tools. Configure them as needed in the Extension's Settings.
For example:
## Extension Settings
This extension contributes the following settings:
*`myExtension.enable`: enable/disable this extension
*`myExtension.thing`: set to `blah` to do something
-`compareHelper.defaultExternalTools`: default tools to use
For example:
```json
"compareHelper.defaultExternalTools": {
"folders": "FreeFileSync",
"images": "p4merge",
"text": "bbdiff"
}
```
| Property | Type | Optional | Default | Description