chore: devcontainer cleaning

not needed forwarded port removed
powershell extensions added to recommended list
golang.go instead of golang.go-nightly
This commit is contained in:
lnu 2021-10-18 14:52:37 +00:00 committed by Jan De Dobbeleer
parent 0bd33c6d21
commit e6cb3a5608
2 changed files with 4 additions and 3 deletions

View file

@ -53,11 +53,12 @@
"yzhang.markdown-all-in-one",
"bungcip.better-toml",
"redhat.vscode-yaml",
"golang.go-nightly"
"golang.go",
"ms-vscode.powershell"
],
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [3000],
// "forwardPorts": [3000],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "go version",

2
.vscode/tasks.json vendored
View file

@ -16,7 +16,7 @@
"isDefault": true
},
"problemMatcher": "$go",
"args": ["build", "-v", "-o", "bin/oh-my-posh"]
"args": ["build", "-v"]
}
]
}