mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Add devcontainer settings
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "dev-optuna-dashboard",
|
||||
"dockerFile": "Dockerfile",
|
||||
"forwardPorts": [9000],
|
||||
"containerEnv": {},
|
||||
"runArgs": ["--init"],
|
||||
"postCreateCommand": "./.devcontainer/postCreateCommand.sh",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"editor.renderWhitespace": "all"
|
||||
},
|
||||
"extensions": [
|
||||
"ms-python.python"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user