openvscode-server icon indicating copy to clipboard operation
openvscode-server copied to clipboard

--enable-remote-auto-shutdown does not work

Open Migili opened this issue 1 year ago • 0 comments

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version:
  • OS Version:

Steps to Reproduce:

  1. Use openvscode-server version 1.93.1
  2. Start openvscode-server with --enable-remote-auto-shutdown and --remote-auto-shutdown-without-delay
  3. Open the link for openvscode-server
  4. Close the link for openvscode-server

Expected behaviour: the process is terminated Actual behaviour: the process is still running

Up to version 1.92.1 the expected behaviour is the actual behaviour. With version 1.93.1 I get the following output: 729170286.879994 [15:04:46] [10.200.1.1][d77c1d53][ManagementConnection] New connection established. 1729170286.8913474 [15:04:46] [10.200.1.1][b76eaca8][ExtensionHostConnection] New connection established. 1729170286.9022765 [15:04:46] [10.200.1.1][b76eaca8][ExtensionHostConnection] <141894> Launched Extension Host Process. 1729170323.5907109 [15:05:23] [10.200.1.1][d77c1d53][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed.

Migili avatar Oct 22 '24 07:10 Migili