From 2518e4f86fd29c976d93b93710645e35661cc65b Mon Sep 17 00:00:00 2001 From: Rui Campos Date: Thu, 4 Jul 2024 20:15:29 +0100 Subject: [PATCH] feat: add optuna vscode extension --- .devcontainer/devcontainer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"