DEV Community

Nir Adler
Nir Adler

Posted on • Originally published at blog.niradler.com on

Vscode extension kill-process

while developing web apps often have this moment when I need to remember the commands to kill a process by port, usually, it is more than one command and when I move from os to os the command is changed, so my solution for that was first of all to create command line tool for that, and now for the even easier and quicker way a vs-code extension.

Vscode extension kill-process

GitHub: Link

VScode Marketplace: Link

NPM: Link

Top comments (0)