fix devcontainer

This commit is contained in:
2023-10-19 18:41:18 +00:00
parent bcfa8af6c9
commit 5de40bea31
2 changed files with 17 additions and 19 deletions

View File

@@ -10,23 +10,22 @@
"customizations": {
"vscode": {
"extensions": [
"budparr.language-hugo-vscode",
"tamasfe.even-better-toml",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"bradlc.vscode-tailwindcss",
"bourhaouta.tailwindshades",
"austenc.tailwind-docs",
"GitHub.copilot",
"GitHub.copilot-chat",
"github.vscode-github-actions",
"ms-vscode.makefile-tools",
"vscodevim.vim",
"ms-vscode-remote.remote-containers"
]
"budparr.language-hugo-vscode",
"tamasfe.even-better-toml",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"bradlc.vscode-tailwindcss",
"bourhaouta.tailwindshades",
"austenc.tailwind-docs",
"GitHub.copilot",
"GitHub.copilot-chat",
"github.vscode-github-actions",
"ms-vscode.makefile-tools",
"vscodevim.vim",
"ms-vscode-remote.remote-containers"
]
},
"codespaces": {
}
"codespaces": {}
},
"hostRequirements": {
"cpus": 2
@@ -36,7 +35,7 @@
"updateContentCommand": "",
"postCreateCommand": "",
"postAttachCommand": {
"server": "source /etc/environment && yarn dev"
"server": "source /etc/environment && hugo server"
},
"portsAttributes": {

View File

@@ -18,5 +18,4 @@ source ~/.bashrc
go version
popd
hugo version
yarn project-setup
yarn install
yarn install