mirror of
https://github.com/Shadik23/telegram_greeting_bot.git
synced 2025-12-10 05:19:39 +05:00
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"name": "Telegram Bot Dev Environment",
|
|
"dockerComposeFile": "../docker-compose.yml",
|
|
"service": "bot",
|
|
"workspaceFolder": "/app",
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"python.defaultInterpreterPath": "/usr/local/bin/python"
|
|
},
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"ms-azuretools.vscode-docker"
|
|
]
|
|
}
|
|
}
|
|
} |