mirror of
https://github.com/Shadik23/telegram_greeting_bot.git
synced 2026-03-22 08:38:22 +05:00
feat: Add GitHub Actions CI and professional README
This commit is contained in:
17
.devcontainer/devcontainer.json
Normal file
17
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user