'Coldfusion at VScode localhost refused 8080

I wrote code with Visual Studio Code. When I try to debug my code, Chrome debug doesn't allow the to connection localhost. How to fix the debug settings with launch.json setting?

launch.json code

// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
        {
           "type": "chrome",
           "request": "launch",
           "name": "Launch Chrome against localhost",
           "url": "http://localhost:8080",
           "webRoot": "${workspaceFolder}"
        }
    ]
}

http://localhost-8080.com/ refused to connection with Chrome

Screen Shot Error Message



Solution 1:[1]

But CF is adobe cold fusion and adobe has no work with this

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ADITYA THE GAMER