mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 11:30:15 +00:00
23 lines
438 B
JSON
23 lines
438 B
JSON
{
|
|
"name": "Pulse Development",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"context": "."
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"golang.go",
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode"
|
|
],
|
|
"settings": {
|
|
"go.gopath": "/go",
|
|
"go.toolsManagement.autoUpdate": true
|
|
}
|
|
}
|
|
},
|
|
"forwardPorts": [8080, 3000],
|
|
"postCreateCommand": "go version && node --version",
|
|
"remoteUser": "vscode"
|
|
}
|