playwright icon indicating copy to clipboard operation
playwright copied to clipboard

[Bug]: "stop dev server" button in vs code extension is hidden

Open maxisam opened this issue 1 year ago • 0 comments

Version

1.48.0

Steps to reproduce

https://github.com/microsoft/playwright-vscode/blob/4454e6876bfde1b4a8570dbaeca1ad14e8cd37c8/src/settingsView.ts#L167-L172

The button to stop dev server is hidden. It would be very useful to have it. Sometime dev server doesn't always stop and it will occupy the port and stop users from running a new dev server if they want.

Workaround:

use netstat to find out the port and kill the process

Expected behavior

see the stop dev server button and hope it work as intend.

Actual behavior

not seeing the button

Additional context

No response

Environment

System: OS: Windows 11 10.0.22631 CPU: (32) x64 AMD Ryzen Threadripper PRO 3955WX 16-Cores Memory: 16.69 GB / 63.85 GB Binaries: Node: 20.15.1 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.22 - C:\Program Files\nodejs\yarn.CMD npm: 10.8.2 - C:\Program Files\nodejs\npm.CMD IDEs: VSCode: 1.93.1 - C:\Users\saml\AppData\Local\Programs\Microsoft VS Code\bin\code.CMD Languages: Bash: 5.1.16 - C:\Windows\system32\bash.EXE

maxisam avatar Oct 09 '24 16:10 maxisam