We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c0168 commit ad47a52Copy full SHA for ad47a52
go.mod
@@ -2,6 +2,8 @@ module github.com/arduino/arduino-language-server
2
3
go 1.12
4
5
+replace go.bug.st/lsp => ../go-lsp
6
+
7
require (
8
github.com/arduino/arduino-cli v0.0.0-20211105112240-8cae8809aad9
9
github.com/arduino/go-paths-helper v1.6.1
0 commit comments