Skip to content

Commit

Permalink
chore: devcontainer cleaning
Browse files Browse the repository at this point in the history
not needed forwarded port removed
powershell extensions added to recommended list
golang.go instead of golang.go-nightly
  • Loading branch information
lnu authored and JanDeDobbeleer committed Oct 18, 2021
1 parent 0bd33c6 commit e6cb3a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Expand Up @@ -53,11 +53,12 @@
"yzhang.markdown-all-in-one",
"bungcip.better-toml",
"redhat.vscode-yaml",
"golang.go-nightly"
"golang.go",
"ms-vscode.powershell"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [3000],
// "forwardPorts": [3000],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "go version",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Expand Up @@ -16,7 +16,7 @@
"isDefault": true
},
"problemMatcher": "$go",
"args": ["build", "-v", "-o", "bin/oh-my-posh"]
"args": ["build", "-v"]
}
]
}

0 comments on commit e6cb3a5

Please sign in to comment.