# 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](https://github.com/niradler/manage-ports) for that, and now for the even easier and quicker way a vs-code [extension](https://marketplace.visualstudio.com/items?itemName=niradler.kill-process).

![Vscode extension kill-process](https://cdn.hashnode.com/res/hashnode/image/upload/v1642373578737/BJQUthWHm.gif align="left")

GitHub: [Link](https://github.com/niradler/kill-process-vscode)

VScode Marketplace: [Link](https://marketplace.visualstudio.com/items?itemName=niradler.kill-process)

NPM: [Link](https://github.com/niradler/manage-ports)
