mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Implement stop and start server commands
This commit is contained in:
parent
d68616a140
commit
0421756b42
4 changed files with 26 additions and 2 deletions
|
@ -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. ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue