mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-24 18:44:04 -08:00
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:
parent
0bd33c6d21
commit
e6cb3a5608
|
@ -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
2
.vscode/tasks.json
vendored
|
@ -16,7 +16,7 @@
|
|||
"isDefault": true
|
||||
},
|
||||
"problemMatcher": "$go",
|
||||
"args": ["build", "-v", "-o", "bin/oh-my-posh"]
|
||||
"args": ["build", "-v"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue