Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ffe69 commit a1a8957Copy full SHA for a1a8957
agent/agentcontainers/devcontainer.go
@@ -18,6 +18,8 @@ const (
18
// DevcontainerConfigFileLabel is the label that contains the path to
19
// the devcontainer.json configuration file.
20
DevcontainerConfigFileLabel = "devcontainer.config_file"
21
+ // The default workspace folder inside the devcontainer.
22
+ DevcontainerDefaultContainerWorkspaceFolder = "/workspaces"
23
)
24
25
const devcontainerUpScriptTemplate = `
0 commit comments