Skip to content

Commit ec938e5

Browse files
Merge pull request #40 from Promptly-Technologies-LLC/39-remove-iconify-extension-from-devcontainer-docs
Removed iconify Quarto extension from devcontainer config in docs
2 parents f84a983 + 396b28d commit ec938e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you use VSCode with Docker to develop in a container, the following VSCode De
1010
{
1111
"name": "Python 3",
1212
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
13-
"postCreateCommand": "sudo apt update && sudo apt install -y python3-dev libpq-dev graphviz && quarto add mcanouil/quarto-iconify && pipx install poetry && poetry install && poetry shell",
13+
"postCreateCommand": "sudo apt update && sudo apt install -y python3-dev libpq-dev graphviz && pipx install poetry && poetry install && poetry shell",
1414
"features": {
1515
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
1616
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {}

0 commit comments

Comments
 (0)