Skip to content

Commit e2ad060

Browse files
committed
initialize devcontainer
0 parents  commit e2ad060

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "Python 3",
3+
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
4+
"postCreateCommand": "pip3 install -U discord.py",
5+
6+
// Configure tool-specific properties.
7+
"customizations": {
8+
"vscode": {
9+
"extensions": [
10+
"ms-python.python",
11+
"ms-python.vscode-pylance",
12+
"ms-python.black-formatter",
13+
"charliermarsh.ruff",
14+
"GitHub.copilot"
15+
]
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)