Helper for host files. Provides commands to:
- Quickly open your host file
- Validate all IP addresses in a host file by pinging the host
TODO: Add screenshots of each command
This extension contributes the following settings:
hostHelper.path
: path to your host file. Defaults toC:\Windows\System32\drivers\etc\hosts
.
To build the project from source, follow these steps:
- Clone the repository using
git clone https://github.com/NamalD/hosts-helper.git
. - Navigate to the project directory using
cd hosts-helper
. - Install the dependencies using
npm install
. - Build the project using
npm run compile
. - Run the tests using
npm test
.