- Gives you the ability to keep an eye on a website/service to see if it is down.
- Nodejs v15 above
- Start with
npm -i - To test it in a Exenstion developer window just press
F5
$ npm i -g vsce
$ vcse package
Once this is done, install it manually through VSCODE or Download it from relases
This extension contributes the following settings:
"WebsiteStatusUpdater.WebsitesToUse": [
{
"url": "https://google.com",
"redirect_url": "https://google.com",
"name": "Google Oogle"
}
],
"WebsiteStatusUpdater.PollingTime": 10,
"WebsiteStatusUpdater.Timeout": 2500,
- Not offcially relesed
- Tree doesnt update proprely. (new additions)
- Fix missing Dependecies
- Ability to set PollingTime for refresh to happen, it is based on minutes.
- Timeouts on request can now be set dynamincally, requires Restart
- Rework entire system
- Can open links by clicking on the service
- Unreachable services error out with a -1 for now
- Now updates list when changes made to setting
- Interval Working again
- Images include now thanks to Github action
- We have a TreeView of the services
- Update button to update services