mirror of
https://github.com/asticode/go-astikit.git
synced 2025-12-24 11:50:53 +08:00
24 lines
417 B
JSON
24 lines
417 B
JSON
{
|
|
"build": {
|
|
"args": {
|
|
"GO_VERSION": "1.25.3"
|
|
},
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"golang.go"
|
|
],
|
|
"settings": {
|
|
"remote.autoForwardPorts": false
|
|
}
|
|
}
|
|
},
|
|
"mounts": [
|
|
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/root/.ssh,readonly,type=bind"
|
|
],
|
|
"name": "asticode/go-astikit"
|
|
}
|