Skip to content

Commit

Permalink
update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kondoumh committed Jul 29, 2022
1 parent a9b613a commit b34f1d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"settings": {
"go.toolsManagement.checkForUpdates": "local",
"go.useLanguageServer": true,
"go.gopath": "/go"
"go.gopath": "/go",
"editor.minimap.enabled": false,
"workbench.colorTheme": "Default Dark+"
},

// Add the IDs of extensions you want installed when the container is created.
Expand Down

0 comments on commit b34f1d4

Please sign in to comment.