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
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
And configure this Dockerfile in your [.gitpod.yml](https://www.gitpod.io/docs/config-gitpod-file/):
19
+
20
+
```YAML
21
+
image:
22
+
file: .gitpod.Dockerfile
23
+
```
24
+
25
+
It'll run the latest Deno version and install the Bash completions.
26
+
27
+
## Example Repositories
28
+
29
+
Here are a few Deno example projects that are already automated with Gitpod:
30
+
31
+
<div class="table-container">
32
+
33
+
Repository | Description | Try it
34
+
---------|----------|---------
35
+
[fake-log-generator](https://github.com/fknipp/fake-log-generator) | Generator for fake log files as CLI application | [](https://gitpod.io/#https://github.com/fknipp/fake-log-generator)
36
+
37
+
</div>
38
+
39
+
[Edit this page](https://github.com/gitpod-io/website/edit/master/src/docs/languages/deno.md) to add another examples.
40
+
41
+
## VSCode Extensions
42
+
43
+
Here is a useful extensions that you'll likely want to install in your Deno project.
To add this extension to your repository, simply add these lines to your [.gitpod.yml](https://www.gitpod.io/docs/config-gitpod-file/) configuration file:
0 commit comments