You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/lspconfig/server_configurations/arduino_language_server.lua
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ $ arduino-cli sketch new test
46
46
$ cd test
47
47
```
48
48
49
-
You will need a `sketch.json` file in order for the language server to understand your project. It will also save you passing options to `arduino-cli` each time you compile or upload a file. You can generate the file like using the following commands.
49
+
You will need a `sketch.yaml` file in order for the language server to understand your project. It will also save you passing options to `arduino-cli` each time you compile or upload a file. You can generate the file like using the following commands.
50
50
51
51
52
52
First gather some information about your board. Make sure your board is connected and run the following:
@@ -60,27 +60,22 @@ Port Protocol Type Board Name FQBN Core
0 commit comments