Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1a8957

Browse files
chore: re-add removed
1 parent e0ffe69 commit a1a8957

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/agentcontainers/devcontainer.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ const (
1818
// DevcontainerConfigFileLabel is the label that contains the path to
1919
// the devcontainer.json configuration file.
2020
DevcontainerConfigFileLabel = "devcontainer.config_file"
21+
// The default workspace folder inside the devcontainer.
22+
DevcontainerDefaultContainerWorkspaceFolder = "/workspaces"
2123
)
2224

2325
const devcontainerUpScriptTemplate = `

0 commit comments

Comments
 (0)