Skip to content

Commit

Permalink
Automatically start server after new project is initialized
Browse files Browse the repository at this point in the history
References #460
  • Loading branch information
Gert-dev committed May 19, 2019
1 parent c6dd045 commit 9908755
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/SerenataClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ class SerenataClient extends AutoLanguageClient
});

this.projectManager.load(paths[0]);

this.restartAllServers();
}});
}
};

0 comments on commit 9908755

Please sign in to comment.