тип и путь, а можно там сходу прописать комманду как-то? сорри что тупыми вопросами дергаю, просто не могу найти пока
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "front", "program": "${workspaceFolder}/front/scripts/start.js" }, { "type": "node", "request": "launch", "name": "api", "program": "${workspaceFolder}/api/server/index.js" } ] }
Обсуждают сегодня