Skip to content

Commit

Permalink
[FIX] use yamlls instead of debug-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Sep 30, 2023
1 parent a634e21 commit 7dd2c21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/adapter/yamlls/yamlls.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ type YamllsConnector struct {
}

func NewYamllsConnector(workingDir string, clientConn jsonrpc2.Conn, documents *lsplocal.DocumentStore) *YamllsConnector {
// yamllsCmd := exec.Command("yaml-language-server", "--stdio")
yamllsCmd := exec.Command("debug-lsp.sh")
yamllsCmd := exec.Command("yaml-language-server", "--stdio")

stdin, err := yamllsCmd.StdinPipe()
if err != nil {
Expand Down

0 comments on commit 7dd2c21

Please sign in to comment.