dev-vitepress works well
This commit is contained in:
@@ -1,21 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "Node.js",
|
"name": "dev-vitepress",
|
||||||
"image": "node:20-alpine",
|
"image": "node:20-alpine",
|
||||||
|
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"settings": {},
|
"settings": {},
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"streetsidesoftware.code-spell-checker"
|
"vue.volar",
|
||||||
|
"vue.vscode-typescript-vue-plugin",
|
||||||
|
"bradlc.vscode-tailwindcss",
|
||||||
|
"esbenp.prettier-vscode"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"3000": {
|
"5173": {
|
||||||
"label": "Hello Remote World",
|
"label": "vitepress debug",
|
||||||
"onAutoForward": "notify"
|
"onAutoForward": "notify"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"postCreateCommand": "apk add git && npm install && npm add -D vitepress",
|
||||||
"postAttachCommand": "npm run docs:dev"
|
"postAttachCommand": "npm run docs:dev"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user