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
error_message="The 'open_in' variable must be one of: 'tab', 'slim-window'."
137
+
}
138
+
}
139
+
140
+
variable"additional_args" {
141
+
type=string
142
+
description="Additional command-line arguments to pass to code-server (e.g., '--disable-workspace-trust')."
143
+
default=""
144
+
}
145
+
114
146
variable"default_dotfiles_uri" {
115
147
type=string
116
148
description="The default dotfiles URI if the workspace user does not provide one"
117
149
default=""
118
150
}
119
151
152
+
variable"description" {
153
+
type=string
154
+
description="A custom description for the dotfiles parameter. This is shown in the UI - and allows you to customize the instructions you give to your users."
155
+
default="Enter a URL for a [dotfiles repository](https://dotfiles.github.io) to personalize your workspace"
156
+
}
157
+
120
158
variable"dotfiles_uri" {
121
159
type=string
122
160
description="The URL to a dotfiles repository. (optional, when set, the user isn't prompted for their dotfiles)"
0 commit comments