pull/6729/merge
Krys 4 months ago committed by GitHub
commit 292190fdbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,12 +4,12 @@
{ {
"name": "Wiki.js", "name": "Wiki.js",
"dockerComposeFile": [ "dockerComposeFile": ["../dev/containers/docker-compose.yml"],
"../dev/containers/docker-compose.yml"
],
"forwardPorts": [3000, 3001], "forwardPorts": [3000, 3001],
"service": "wiki", "service": "wiki",
"workspaceFolder": "/wiki", "workspaceFolder": "/wiki",
"customizations": {
"vscode": {
"settings": { "settings": {
"terminal.integrated.shell.linux": "/bin/bash" "terminal.integrated.shell.linux": "/bin/bash"
}, },
@ -28,6 +28,8 @@
"mrmlnc.vscode-duplicate", "mrmlnc.vscode-duplicate",
"oderwat.indent-rainbow", "oderwat.indent-rainbow",
"christian-kohler.npm-intellisense" "christian-kohler.npm-intellisense"
], ]
}
},
"postCreateCommand": ["yarn", "install"] "postCreateCommand": ["yarn", "install"]
} }

Loading…
Cancel
Save