We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d678109 commit 2518e4fCopy full SHA for 2518e4f
.devcontainer/devcontainer.json
@@ -22,7 +22,11 @@
22
// "postCreateCommand": "gh auth login && ",
23
24
// Configure tool-specific properties.
25
- // "customizations": {},
+ "customizations": {
26
+ "vscode": {
27
+ "extensions": ["Optuna.optuna-dashboard"]
28
+ }
29
+ },
30
31
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
32
// "remoteUser": "root"
0 commit comments