Skip to content

ArturN/ping-my-file

 
 

Repository files navigation

Ping My File

This extension adds the abbility to ping all hosts listed in a file. You can decide if you want to ping all hosts just once or ping them continously untill stopped. Unresponsive hosts will be highlighted in a file and they will be presented in "Problems".

alt

Features

  • supports continous mode:

    alt

  • unresponsive hosts are reported in problems so you can easily navigate to them:

    alt

  • you can edit file while ping is in continous mode - scan will be paused for specified amount of time (2 sec by default):

    alt

  • once continous ping is started you can close it's file - scan will go on and you will be notified of unresponsive hosts in "problems":

    alt

Commands

This extension contributes the following commands:

  • Ping My File: Ping this file once - pings all hosts in a file. Results are reported:

    • in a file - by changing background color (default colors are green and red)
    • in 'problems' section
  • Ping My File: Start ping on this file - starts continous ping. After ping is done on all hosts in a file it waits specified amount of time then repeats the scan. Scan is also performed on closed filed. Scan is paused for specified amount of time after document is edited.

  • Ping My File: Stop ping on this file - stops continous ping

Extension Settings

This extension contributes the following settings:

  • pingmyfile.pausebetweenpings - specifies how long in miliseconds we should wait with ping restart after whole file is competed.
  • pingmyfile.delayafteredit - specifies how long in miliseconds we should wait with ping restart after file was edited.

Release Notes

0.1.0

Fixed icon

0.0.1

Initial release of extension

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%