Implement stop and start server commands

This commit is contained in:
Lukas Wirth 2022-10-17 15:43:15 +02:00
parent d68616a140
commit 0421756b42
4 changed files with 26 additions and 2 deletions

View file

@ -68,8 +68,6 @@ export class Ctx {
}
if (!this.client) {
log.info("Creating language client");
this._serverPath = await bootstrap(this.extCtx, this.config, this.state).catch(
(err) => {
let message = "bootstrap error. ";