We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c5c46 commit 4676898Copy full SHA for 4676898
agent/agentcontainers/devcontainer.go
@@ -75,7 +75,7 @@ func expandDevcontainerPaths(logger slog.Logger, expandPath func(string) (string
75
}
76
if dc.ConfigPath != "" {
77
// Let expandPath handle home directory, otherwise assume relative to
78
- // workspace folder or absoulte.
+ // workspace folder or absolute.
79
if dc.ConfigPath[0] == '~' {
80
if cp, err := expandPath(dc.ConfigPath); err != nil {
81
logger.Warn(context.Background(), "expand devcontainer config path failed", slog.Error(err))
0 commit comments