You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

31 lines
647 B

{
"name": "Ghostfolio",
"dockerComposeFile": [
"../docker/docker-compose.dev.yml",
"docker-compose.yml"
],
"service": "app",
"workspaceFolder": "/workspaces/ghostfolio",
"shutdownAction": "stopCompose",
"remoteUser": "node",
"forwardPorts": [3333, 4200],
"portsAttributes": {
"3333": {
"label": "API"
},
"4200": {
"label": "Client"
}
},
"postCreateCommand": "npm install",
"customizations": {
"vscode": {
"extensions": [
"angular.ng-template",
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner",
"nrwl.angular-console"
]
}
}
}