diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e740c88..6c2dbea 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,7 +22,11 @@ // "postCreateCommand": "gh auth login && ", // Configure tool-specific properties. - // "customizations": {}, + "customizations": { + "vscode": { + "extensions": ["Optuna.optuna-dashboard"] + } + }, // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root"