Merge branch 'main' into jupyterlab

pull/39/head
Muhammad Atif Ali 2 years ago committed by GitHub
commit 93853b8175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,14 +4,14 @@ description: Describe what this module does
icon: ../.icons/<A_RELEVANT_ICON>.svg
maintainer_github: GITHUB_USERNAME
verified: false
tags: [community]
tags: [helper]
---
# MODULE_NAME
<-- Describes what this module does -->
<!-- Describes what this module does -->
<-- Add a screencast or screenshot here -->
<!-- Add a screencast or screenshot here -->
```hcl
module "MODULE_NAME" {
@ -62,3 +62,4 @@ module "MODULE_NAME" {
agent_id = coder_agent.example.id
offline = true
}
```

@ -31,6 +31,6 @@ Automatically install [VS Code](https://code.visualstudio.com) in a workspace, c
agent_id = coder_agent.example.id
version = "1.82.0"
folder = "/home/coder/my-projet"
acept_license = true
accept_license = true
}
```

Loading…
Cancel
Save