Skip to content

Commit

Permalink
Not starting runner if not lsp comapitable.
Browse files Browse the repository at this point in the history
  • Loading branch information
BugDiver committed Apr 30, 2018
1 parent 7ef0623 commit 765d3e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/lang/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ func initializeRunner() {
id, err := getLanguageIdentifier()
if err != nil || id == "" {
logDebug(nil, "Current runner is not compatible with gauge LSP.")
return
}
err = startRunner()
if err != nil {
Expand Down

0 comments on commit 765d3e7

Please sign in to comment.