Skip to content

Commit

Permalink
Изменение launch.json из за перевода настройки дебаггера "type": "pyt…
Browse files Browse the repository at this point in the history
…hon" в разряд устаревших
  • Loading branch information
ar1ocker committed Jul 16, 2024
1 parent d5515f6 commit 49dc25c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"configurations": [
{
"name": "Attach to Squad-Admin-Configurator",
"type": "python",
"type": "debugpy",
"request": "attach",
"port": 5678,
"host": "localhost",
"connect": {"port": 5678, "host": "127.0.0.1"},
"pathMappings": [
{
"localRoot": "${workspaceFolder}/squad-admin-configurator",
Expand Down

0 comments on commit 49dc25c

Please sign in to comment.