diff --git a/.gitpod.yml b/.gitpod.yml index 1cd4c23..910dfd5 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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-f1a2adaa1d977fe66e4f1791436027539fe187b8 +image: quay.io/ajhalili2006/mkdocs-material-build-ci:commit-8637138aeba0b34174605c7688a65440b7d0b2ec tasks: - init: | - pipenv sync --verbose + pipenv --python 3.12 sync --verbose command: | FF_ENABLE_COMMIT_DATA=true pipenv run -- mkdocs serve --watch overrides --watch-theme --livereload name: site-localdev @@ -21,3 +16,12 @@ ports: - port: 8000 onOpen: notify visibility: public + +vscode: + extensions: + - foam.foam-vscode + - DavidAnson.vscode-markdownlint + - timonwong.shellcheck + - ms-azuretools.vscode-docker + - vivaxy.vscode-conventional-commits + - akosyakov.gitpod-monitor diff --git a/.vscode/settings.json b/.vscode/settings.json index b7bb13e..6593972 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,7 +18,8 @@ "docker", "scripts", "github-actions", - "dni" + "dni", + "gitpod" ], "conventionalCommits.autoCommit": false, "conventionalCommits.promptCI": true,