mirror of
https://github.com/alibaba/higress.git
synced 2026-02-23 04:00:51 +08:00
21 lines
443 B
JSON
21 lines
443 B
JSON
{
|
|
"name": "Wasm Go Dev",
|
|
// "dockerFile": "Dockerfile",
|
|
"image": "liuxr25/wasm-go:tinygo-0.29.0",
|
|
"runArgs": [
|
|
"--user=root"
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash",
|
|
"python.pythonPath": "/usr/bin/python3"
|
|
},
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"golang.go"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|