move away from dev container concept
it cause performance issues and didn't solve much - pandoc is a pretty easy install and we can just add docs to specify that it's needed.
This commit is contained in:
parent
feb7b2eee2
commit
a42afbc9d2
@ -1,9 +0,0 @@
|
||||
FROM mcr.microsoft.com/devcontainers/javascript-node:20-bookworm
|
||||
|
||||
# RUN apt-get update && \
|
||||
# export DEBIAN_FRONTEND=noninteractive && \
|
||||
# apt-get install -y pandoc texlive
|
||||
# ^^^ that's a surprise tool that will help us later ^^^
|
||||
|
||||
RUN npm install
|
||||
RUN npx playwright install
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"build": { "dockerfile": "Dockerfile" },
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"esbenp.prettier-vscode",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"svelte.svelte-vscode"
|
||||
]
|
||||
}
|
||||
},
|
||||
"forwardPorts": [5173]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user