Skip to content

Commit 2518e4f

Browse files
feat: add optuna vscode extension
1 parent d678109 commit 2518e4f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
// "postCreateCommand": "gh auth login && ",
2323

2424
// Configure tool-specific properties.
25-
// "customizations": {},
25+
"customizations": {
26+
"vscode": {
27+
"extensions": ["Optuna.optuna-dashboard"]
28+
}
29+
},
2630

2731
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
2832
// "remoteUser": "root"

0 commit comments

Comments
 (0)