I'm working on a language server extension right now and keep getting annoyed because after opening the source control tab once in a session, VSC sends a shutdown request to my language server. It never restarts it so I just have to restart VSC instead.
Anyone know if there's some configuration I'm missing or way to disable this behavior? It's quite inconvenient...