Skip to content

Commit

Permalink
chore: update readme, config, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlette committed Oct 21, 2022
1 parent e06c4c0 commit 799636e
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 172 deletions.
19 changes: 10 additions & 9 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ tasks:
vscode:
extensions:
- "denoland.vscode-deno"
- "editorconfig.editorconfig"
- "vsls-contrib.gistfs"
- "sdras.night-owl"
- "redhat.vscode-yaml"
- "antfu.browse-lite"
- "bierner.markdown-preview-github-styles"
- "gitpod.gitpod-desktop"
- "gitpod.gitpod-remote-ssh"
- denoland.vscode-deno
- editorconfig.editorconfig
- vsls-contrib.gistfs
- sdras.night-owl
- redhat.vscode-yaml
- antfu.browse-lite
- bierner.markdown-preview-github-styles
- gitpod.gitpod-desktop
- gitpod.gitpod-remote-ssh
- yzhang.markdown-all-in-one

github:
prebuilds:
Expand Down
5 changes: 3 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"recommendations": [
"denoland.vscode-deno",
"editorconfig.editorconfig",
"GitHub.codespaces",
"github.codespaces",
"gitpod.gitpod-desktop",
"gitpod.gitpod-remote-ssh",
"vsls-contrib.gistfs",
"sdras.night-owl",
"redhat.vscode-yaml",
"antfu.iconify",
"antfu.browse-lite",
"bierner.markdown-preview-github-styles"
"bierner.markdown-preview-github-styles",
"yzhang.markdown-all-in-one"
]
}
Loading

0 comments on commit 799636e

Please sign in to comment.