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: configs/directories.go
+20-14Lines changed: 20 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -24,26 +24,32 @@ import (
24
24
25
25
"github.com/arduino/go-paths-helper"
26
26
"github.com/arduino/go-win32-utils"
27
-
"github.com/shibukawa/configdir"
28
27
)
29
28
30
-
// getDefaultConfigFilePath returns the default path for arduino-cli.yaml. It searches the following directories for an existing arduino-cli.yaml file:
31
-
// - User level configuration folder(e.g. $HOME/.config/<vendor-name>/<application-name>/setting.json in Linux)
32
-
// - System level configuration folder(e.g. /etc/xdg/<vendor-name>/<application-name>/setting.json in Linux)
33
-
// If it doesn't find one, it defaults to the user level configuration folder
29
+
// getDefaultConfigFilePath returns the default path for arduino-cli.yaml
0 commit comments