chore(gitpod): 🧑‍💻 update base image and extensions list

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
~ajhalili2006 2023-12-03 00:16:51 +00:00
parent c738827105
commit 80e3c8493c
2 changed files with 14 additions and 9 deletions

View File

@ -1,16 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart checkoutLocation: ajhalili2006/website
checkoutLocation: tildeweb-ajhalili2006 image: quay.io/ajhalili2006/mkdocs-material-build-ci:commit-8637138aeba0b34174605c7688a65440b7d0b2ec
image: quay.io/ajhalili2006/mkdocs-material-build-ci:commit-f1a2adaa1d977fe66e4f1791436027539fe187b8
tasks: tasks:
- init: | - init: |
pipenv sync --verbose pipenv --python 3.12 sync --verbose
command: | command: |
FF_ENABLE_COMMIT_DATA=true pipenv run -- mkdocs serve --watch overrides --watch-theme --livereload FF_ENABLE_COMMIT_DATA=true pipenv run -- mkdocs serve --watch overrides --watch-theme --livereload
name: site-localdev name: site-localdev
@ -21,3 +16,12 @@ ports:
- port: 8000 - port: 8000
onOpen: notify onOpen: notify
visibility: public visibility: public
vscode:
extensions:
- foam.foam-vscode
- DavidAnson.vscode-markdownlint
- timonwong.shellcheck
- ms-azuretools.vscode-docker
- vivaxy.vscode-conventional-commits
- akosyakov.gitpod-monitor

View File

@ -18,7 +18,8 @@
"docker", "docker",
"scripts", "scripts",
"github-actions", "github-actions",
"dni" "dni",
"gitpod"
], ],
"conventionalCommits.autoCommit": false, "conventionalCommits.autoCommit": false,
"conventionalCommits.promptCI": true, "conventionalCommits.promptCI": true,