v.0.11.0 ap-server & pico-client
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||
// README at: https://github.com/devcontainers/templates/tree/main/src/python
|
||||
{
|
||||
"name": "Python 3",
|
||||
"name": "Pico-Client",
|
||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
@@ -23,7 +23,8 @@
|
||||
"wayou.vscode-todo-highlight",
|
||||
"charliermarsh.ruff",
|
||||
"wokwi.wokwi-vscode",
|
||||
"humao.rest-client"
|
||||
"humao.rest-client",
|
||||
"tamasfe.even-better-toml"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -33,7 +34,7 @@
|
||||
// More info: https://containers.dev/implementors/json_reference/#port-attributes
|
||||
"portsAttributes": {
|
||||
"9000": {
|
||||
"label": "Flask Application",
|
||||
"label": "Pico-W Application",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user