Skip to content

Commit dcf3167

Browse files
committed
shutdown should also exit (don't really car about the answer (at least VSCode does not care and others exit))
1 parent 88fa90b commit dcf3167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PharoLanguageServer/PLSAbstractServer.class.st

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ PLSAbstractServer >> serverInitialized [
334334
PLSAbstractServer >> serverShutdown [
335335

336336
<jrpc: #shutdown>
337+
self serverExit.
337338
^ nil
338339
]
339340

0 commit comments

Comments
 (0)