Adding devcontainer extensions (#4181)

Co-authored-by: Nicholas Tindle <nick@ntindle.com>
pull/4324/head^2
Luke K (pr-0f3t) 2023-05-20 16:51:01 -04:00 committed by GitHub
parent 7e21f38185
commit 023a50d26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -29,7 +29,17 @@
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false
}
},
"extensions": [
"ms-python.python",
"VisualStudioExptTeam.vscodeintellicode",
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"ms-python.isort",
"GitHub.vscode-pull-request-github",
"GitHub.copilot",
"github.vscode-github-actions"
]
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.