Skip to content

Commit

Permalink
Merge pull request #12 from Digital-Defiance/11-add-vscode-optuna-ext…
Browse files Browse the repository at this point in the history
…ension

feat: add optuna vscode extension
  • Loading branch information
raman111222 authored Jul 4, 2024
2 parents d678109 + 2518e4f commit 94e8d3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 94e8d3f

Please sign in to comment.