mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
0bd33c6d21
allows to develop inside a container from vscode persion pinned to bullseye/1.17 pwsh, fish, bash and zsh installed pwsh set as default shell default build task added
9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"go.lintTool": "golangci-lint",
|
|
"go.lintOnSave": "file",
|
|
"go.testOnSave": true,
|
|
"[go]": {
|
|
"editor.formatOnSave": false
|
|
}
|
|
}
|