File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,8 @@ configuration.
214
214
215
215
Your template can use metadata to show information to the workspace owner. Coder
216
216
displays this metadata in the Coder dashboard. Our template has
217
- [ ` metadata ` ] ( ../admin/templates/extending-templates/agent-metadata.md ) blocks for CPU and RAM usage.
217
+ [ ` metadata ` ] ( ../admin/templates/extending-templates/agent-metadata.md ) blocks
218
+ for CPU and RAM usage.
218
219
219
220
## 4. coder_app
220
221
@@ -224,14 +225,14 @@ resource lets a developer use an app from the workspace's Coder dashboard.
224
225
225
226
![ Apps in a Coder workspace] ( ../images/templates/workspace-apps.png )
226
227
227
- This is commonly used for [ web IDEs ] ( ../user-guides/workspace-access/web-ides.md ) such as
228
- [ code-server ] ( https://coder.com/docs/code-server ) , RStudio, and
229
- JupyterLab.
228
+ This is commonly used for
229
+ [ web IDEs ] ( ../user-guides/workspace-access/web-ides.md ) such as
230
+ [ code-server ] ( https://coder.com/docs/code-server ) , RStudio, and JupyterLab.
230
231
231
232
To install and code-server in the workspace, remember that we installed it in
232
233
the ` startup_script ` argument in ` coder_agent ` . We make it available from a
233
- workspace with a ` coder_app ` resource. See [ web IDEs ] ( ../user-guides/workspace-access/web-ides.md ) for
234
- more examples.
234
+ workspace with a ` coder_app ` resource. See
235
+ [ web IDEs ] ( ../user-guides/workspace-access/web-ides.md ) for more examples.
235
236
236
237
``` tf
237
238
resource "coder_app" "code-server" {
You can’t perform that action at this time.
0 commit comments