-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
66 lines (66 loc) · 2.04 KB
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# List the start up tasks. Learn more: https://www.gitpod.io/docs/configure/workspaces/tasks
tasks:
- name: Setup
init: |
npm install -g --save-dev --save-exact prettier stylelint stylelint-config-standard stylelint-config-prettier stylelint-config-recommended sass
git config --global --add safe.directory /workspace/11ty_vite_postcss_mvp_template
command: exec zsh
vscode:
extensions:
- aaron-bond.better-comments
- adpyke.codesnap
- ahmadawais.emoji-log-vscode
- akamud.vscode-caniuse
- albert.tabout
- aliariff.auto-add-brackets
- christian-kohler.path-intellisense
- csstools.postcss
- dannyconnell.split-html-attributes
- DavidAnson.vscode-markdownlint
- dbaeumer.vscode-eslint
- donjayamanne.githistory
- ecmel.vscode-html-css
- editorconfig.editorconfig
- eriklynd.json-tools
- esbenp.prettier-vscode
- formulahendry.auto-close-tag
- formulahendry.auto-rename-tag
- GitHub.copilot
- GitHub.copilot-chat
- GitHub.copilot-labs
- GitHub.remotehub
- github.vscode-github-actions
- GitHub.vscode-pull-request-github
- gruntfuggly.todo-tree
- hbenl.vscode-test-explorer
- howardzuo.vscode-git-tags
- johnpapa.vscode-cloak
- meganrogge.template-string-converter
- mikestead.dotenv
- mrmlnc.vscode-duplicate
- mrmlnc.vscode-scss
- ms-vscode.live-server
- ms-vsliveshare.vsliveshare
- naumovs.color-highlight
- oderwat.indent-rainbow
- okitavera.vscode-nunjucks-formatter
- pranaygp.vscode-css-peek
- qcz.text-power-tools
- redhat.vscode-yaml
- ronnidc.nunjucks
- solnurkarim.html-to-css-autocompletion
- streetsidesoftware.code-spell-checker
- stylelint.vscode-stylelint
- usernamehw.errorlens
- vincaslt.highlight-matching-tag
- VisualStudioExptTeam.vscodeintellicode
- vitaliymaz.vscode-svg-previewer
- Zignd.html-css-class-completion
github:
prebuilds:
addBadge: true
addComment: true
branches: false
master: false
image:
file: .gitpod.Dockerfile