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: arduino-ide-extension/scripts/utils.js
+20-2
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
/**
2
+
* Clones something from GitHub and builds it with [`Task`](https://taskfile.dev/).
3
+
*
4
+
* @param version {object} the version object.
5
+
* @param destinationPath {string} the absolute path of the output binary. For example, `C:\\folder\\arduino-cli.exe` or `/path/to/arduino-language-server`
6
+
* @param taskName {string} for the CLI logging . Can be `'CLI'` or `'language-server'`, etc.
0 commit comments