1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Add details on Codespaces to contribution guide

This commit is contained in:
David Young
2021-01-06 22:59:41 +00:00
committed by GitHub
parent 78234f0771
commit fa194e5608
3 changed files with 19 additions and 2 deletions

View File

@@ -34,7 +34,8 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"yzhang.markdown-all-in-one",
"darkriszty.markdown-table-prettify"
"darkriszty.markdown-table-prettify",
"mdickin.markdown-shortcuts"
],
// Use 'forwardPorts' to make a list of ports inside the container available locally.