25 lines
573 B
JSON
25 lines
573 B
JSON
{
|
|
"name": "msgsave",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"ms-python.pylance",
|
|
"charliermarsh.ruff",
|
|
"ms-python.debugpy"
|
|
],
|
|
"settings": {
|
|
"python.defaultInterpreterPath": "/usr/local/bin/python",
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "charliermarsh.ruff"
|
|
}
|
|
}
|
|
},
|
|
"postCreateCommand": "pip install -e .[dev]",
|
|
"remoteEnv": {
|
|
"DISCORD_TOKEN": "${localEnv:DISCORD_TOKEN}"
|
|
}
|
|
} |