Pavel_Duron
e32c1dc991
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
712 B
JSON
16 lines
712 B
JSON
{
|
||
// Используйте IntelliSense, чтобы узнать о возможных атрибутах.
|
||
// Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
|
||
// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
|
||
"version": "0.2.0",
|
||
"configurations": [
|
||
{
|
||
"name": "Python: текущий файл",
|
||
"type": "python",
|
||
"request": "launch",
|
||
"program": "${file}",
|
||
"console": "integratedTerminal",
|
||
"justMyCode": true
|
||
}
|
||
]
|
||
} |